Searched defs:value2 (Results 1 – 3 of 3) sorted by relevance
/art/test/410-floats/src/ |
D | Main.java | 103 public static void testArrayOperations(float[] a, int index, float value1, float value2) { in testArrayOperations() 117 public static void testArrayOperations(double[] a, int index, double value1, double value2) { in testArrayOperations()
|
/art/runtime/ |
D | jni_internal_test.cc | 1681 #define EXPECT_STATIC_PRIMITIVE_FIELD(expect_eq, type, field_name, sig, value1, value2) \ argument 1714 #define EXPECT_PRIMITIVE_FIELD(expect_eq, instance, type, field_name, sig, value1, value2) \ argument
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 9698 int value2 = link2.value; in causeNPE1() local 9717 int value2 = link2.value; in causeNPE2() local
|