Home
last modified time | relevance | path

Searched refs:INT_VALUE (Results 1 – 25 of 42) sorted by relevance

12

/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DBasicVerifier.java74 expected = BasicValue.INT_VALUE; in copyOperation()
131 expected = BasicValue.INT_VALUE; in unaryOperation()
195 expected2 = BasicValue.INT_VALUE; in binaryOperation()
203 expected2 = BasicValue.INT_VALUE; in binaryOperation()
207 expected2 = BasicValue.INT_VALUE; in binaryOperation()
211 expected2 = BasicValue.INT_VALUE; in binaryOperation()
215 expected2 = BasicValue.INT_VALUE; in binaryOperation()
219 expected2 = BasicValue.INT_VALUE; in binaryOperation()
223 expected2 = BasicValue.INT_VALUE; in binaryOperation()
227 expected2 = BasicValue.INT_VALUE; in binaryOperation()
[all …]
DBasicInterpreter.java93 return BasicValue.INT_VALUE; in newValue()
120 return BasicValue.INT_VALUE; in newOperation()
133 return BasicValue.INT_VALUE; in newOperation()
137 return BasicValue.INT_VALUE; in newOperation()
191 return BasicValue.INT_VALUE; in unaryOperation()
249 return BasicValue.INT_VALUE; in unaryOperation()
255 return BasicValue.INT_VALUE; in unaryOperation()
286 return BasicValue.INT_VALUE; in binaryOperation()
321 return BasicValue.INT_VALUE; in binaryOperation()
DBasicValue.java44 public static final BasicValue INT_VALUE = new BasicValue(Type.INT_TYPE); field in BasicValue
/external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/
DBasicValueTest.java50 assertFalse(BasicValue.INT_VALUE.isReference()); in testIsReference()
57 boolean equalsSameValue = new BasicValue(Type.INT_TYPE).equals(BasicValue.INT_VALUE); in testEquals()
58 boolean equalsThis = BasicValue.INT_VALUE.equals(BasicValue.INT_VALUE); in testEquals()
59 boolean equalsDifferentClass = BasicValue.INT_VALUE.equals(new Object()); in testEquals()
70 assertNotEquals(0, BasicValue.INT_VALUE.hashCode()); in testHashCode()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowCarrierConfigManagerTest.java29 private static final int INT_VALUE = 100; field in ShadowCarrierConfigManagerTest
51 persistableBundle.putInt(INT_KEY, INT_VALUE); in testGetConfigForSubId()
60 assertThat(verifyBundle.getInt(INT_KEY)).isEqualTo(INT_VALUE); in testGetConfigForSubId()
110 overrideBundle.putInt(INT_KEY, INT_VALUE); in overrideConfig_setBundleWithValues_overridesExistingConfig()
117 assertThat(verifyBundle.getInt(INT_KEY)).isEqualTo(INT_VALUE); in overrideConfig_setBundleWithValues_overridesExistingConfig()
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DDefaultInterfaceMethodWithStaticInitializer.java117 protected static final Integer INT_VALUE = Integer.valueOf(1); // To create a <clinit> field in DefaultInterfaceMethodWithStaticInitializer.TestInterfaceSetTwo.C
157 protected static final Integer INT_VALUE = Integer.valueOf(1); // To create a <clinit> field in DefaultInterfaceMethodWithStaticInitializer.TestInterfaceSetThree.C
/external/dagger2/javatests/dagger/hilt/android/
DMultiTestRoot2Test.java51 private static final int INT_VALUE = 13; field in MultiTestRoot2Test
93 return INT_VALUE; in provideInt()
182 assertThat(foo.value).isEqualTo(INT_VALUE); in testInjectFromTestModule()
DMultiTestRoot1Test.java58 private static final int INT_VALUE = 9; field in MultiTestRoot1Test
122 return INT_VALUE; in provideInt()
210 assertThat(foo.value).isEqualTo(INT_VALUE); in testInjectFromTestModule()
/external/libchrome/mojo/public/cpp/base/
Dvalues_mojom_traits.cc59 case mojo_base::mojom::ValueDataView::Tag::INT_VALUE: { in Read()
Dvalues_mojom_traits.h78 return mojo_base::mojom::ValueDataView::Tag::INT_VALUE;
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DGeneratorAdapter.java111 private static final Method INT_VALUE = Method.getMethod("int intValue()"); field in GeneratorAdapter
871 unboxMethod = INT_VALUE; in unbox()
/external/ow2-asm/asm-analysis/src/test/resources/
Dsigtest-9.2.txt338 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-7.2.txt330 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-7.0.txt326 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-7.3.1.txt331 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-9.1.txt337 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-9.0.txt335 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-8.0.1.txt333 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-9.4.txt341 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-6.1.txt322 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-6.0.txt319 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-5.0.txt319 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
Dsigtest-4.0.txt316 fld public final static org.objectweb.asm.tree.analysis.BasicValue INT_VALUE
/external/ow2-asm/asm-commons/src/test/resources/
Dsigtest-4.0.txt472 …LUE,CLDESC,DOUBLE_TYPE,DOUBLE_VALUE,FLOAT_TYPE,FLOAT_VALUE,INTEGER_TYPE,INT_VALUE,LONG_TYPE,LONG_V…
Dsigtest-4.1.txt472 …LUE,CLDESC,DOUBLE_TYPE,DOUBLE_VALUE,FLOAT_TYPE,FLOAT_VALUE,INTEGER_TYPE,INT_VALUE,LONG_TYPE,LONG_V…

12