HomeSort by relevance Sort by last modified time
    Searched refs:REMAINDER (Results 1 - 22 of 22) sorted by null

  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 35 public static final byte REMAINDER = '%';
CompositeFloatValue.java 35 public static final byte REMAINDER = '%';
CompositeIntegerValue.java 35 public static final byte REMAINDER = '%';
CompositeLongValue.java 35 public static final byte REMAINDER = '%';
SpecificDoubleValue.java 90 public DoubleValue remainder(DoubleValue other) method in class:SpecificDoubleValue
97 return other.remainder(this);
144 public DoubleValue remainder(SpecificDoubleValue other) method in class:SpecificDoubleValue
146 return new CompositeDoubleValue(this, CompositeDoubleValue.REMAINDER, other);
151 return new CompositeDoubleValue(other, CompositeDoubleValue.REMAINDER, this);
SpecificFloatValue.java 90 public FloatValue remainder(FloatValue other) method in class:SpecificFloatValue
97 return other.remainder(this);
144 public FloatValue remainder(SpecificFloatValue other) method in class:SpecificFloatValue
146 return new CompositeFloatValue(this, CompositeFloatValue.REMAINDER, other);
151 return new CompositeFloatValue(other, CompositeFloatValue.REMAINDER, this);
SpecificLongValue.java 92 public LongValue remainder(LongValue other) method in class:SpecificLongValue
101 return other.remainder(this);
184 public LongValue remainder(SpecificLongValue other) method in class:SpecificLongValue
187 return new CompositeLongValue(this, CompositeLongValue.REMAINDER, other);
193 return new CompositeLongValue(other, CompositeLongValue.REMAINDER, this);
SpecificIntegerValue.java 107 public IntegerValue remainder(IntegerValue other) method in class:SpecificIntegerValue
116 return other.remainder(this);
239 public IntegerValue remainder(SpecificIntegerValue other) method in class:SpecificIntegerValue
242 return new CompositeIntegerValue(this, CompositeIntegerValue.REMAINDER, other);
248 return new CompositeIntegerValue(other, CompositeIntegerValue.REMAINDER, this);
  /external/proguard/src/proguard/gui/
FilterDialog.java 72 textConstraints.gridwidth = GridBagConstraints.REMAINDER;
84 textFieldConstraints.gridwidth = GridBagConstraints.REMAINDER;
91 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
105 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
OptimizationsDialog.java 62 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
67 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
74 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
93 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
MemberSpecificationDialog.java 93 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
98 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
105 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
113 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
125 lastLabelConstraints.gridwidth = GridBagConstraints.REMAINDER;
142 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
287 lastGlueConstraints.gridwidth = GridBagConstraints.REMAINDER;
ClassSpecificationDialog.java 97 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
102 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
109 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
117 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
129 lastLabelConstraints.gridwidth = GridBagConstraints.REMAINDER;
146 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
318 lastGlueConstraints.gridwidth = GridBagConstraints.REMAINDER;
TabbedPane.java 55 cardConstraints.gridheight = GridBagConstraints.REMAINDER;
ListPanel.java 52 listConstraints.gridheight = GridBagConstraints.REMAINDER;
174 buttonConstraints.gridwidth = GridBagConstraints.REMAINDER;
ProGuardGUI.java 186 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
191 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
198 splashPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
206 welcomeTextAreaConstraints.gridwidth = GridBagConstraints.REMAINDER;
214 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
221 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
242 lastBottomButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
    [all...]
ClassPathPanel.java 342 filterLabelConstraints.gridwidth = GridBagConstraints.REMAINDER;
  /dalvik/dx/src/com/android/dx/gen/
BinaryOp.java 27 * {@link #DIVIDE}, and {@link #REMAINDER}) support ints, longs, floats and
35 * For int and long operands, {@link #DIVIDE} and {@link #REMAINDER} throw
69 REMAINDER() {
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java 691 Method remainder = binaryOpMethod(int.class, BinaryOp.REMAINDER); local
692 assertEquals(3, remainder.invoke(null, 75, 4));
694 remainder.invoke(null, 75, 0);
739 Method remainder = binaryOpMethod(long.class, BinaryOp.REMAINDER); local
740 assertEquals(3L, remainder.invoke(null, 75L, 4L));
742 remainder.invoke(null, 75L, 0L);
785 Method remainder = binaryOpMethod(float.class, BinaryOp.REMAINDER); local
804 Method remainder = binaryOpMethod(double.class, BinaryOp.REMAINDER); local
    [all...]
  /external/icu4c/i18n/
decNumber.c 194 #define REMAINDER 0x40 /* .. */
406 /* now low has the lsd, hi the remainder */
443 /* now low has the lsd, hi the remainder */
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 2166 milliseconds