Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 25) sorted by relevance

/art/test/ProtoCompare/
DProtoCompare.java18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1()
19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2()
20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3()
21 long m4(long x, int y, short z) { return x + y + z; } in m4()
/art/test/ProtoCompare2/
DProtoCompare2.java18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1()
19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2()
20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3()
21 long m4(long x, int y, short z) { return x + y + z; } in m4()
/art/test/044-proxy/src/
DBasicTest.java131 public int rectangle(int x, int y); in rectangle()
141 public int rectangle(int x, int y); in rectangle()
142 public int square(int x, int y); in square()
143 public int trapezoid(int x, double off, int y); in trapezoid()
181 public int rectangle(int x, int y) { in rectangle()
185 public int square(int x, int y) { in square()
189 public int trapezoid(int x, double off, int y) { in trapezoid()
/art/runtime/base/
Dlogging.h43 #define CHECK_EQ(x, y) CHECK_OP(x, y, ==) argument
44 #define CHECK_NE(x, y) CHECK_OP(x, y, !=) argument
45 #define CHECK_LE(x, y) CHECK_OP(x, y, <=) argument
46 #define CHECK_LT(x, y) CHECK_OP(x, y, <) argument
47 #define CHECK_GE(x, y) CHECK_OP(x, y, >=) argument
48 #define CHECK_GT(x, y) CHECK_OP(x, y, >) argument
82 #define DCHECK_EQ(x, y) CHECK_EQ(x, y) argument
83 #define DCHECK_NE(x, y) CHECK_NE(x, y) argument
84 #define DCHECK_LE(x, y) CHECK_LE(x, y) argument
85 #define DCHECK_LT(x, y) CHECK_LT(x, y) argument
[all …]
/art/test/075-verification-error/src/
DMain.java62 int y = Mutant.disappearingStaticField; in testMissingStuff() local
98 int y = Mutant.inaccessibleStaticField; in testBadAccess() local
/art/test/101-fibonacci/src/
DMain.java49 int y = fibonacci(x); in main() local
/art/test/003-omnibus-opcodes/src/
DUnresTest1.java42 int y = UnresStuff.staticField; in run() local
DClasses.java79 static void yTests(Object y) { in yTests()
136 MoreClasses y = new MoreClasses(); in arrayInstance() local
DFloatMath.java135 static float[] floatOperTest(float x, float y) { in floatOperTest()
165 static double[] doubleOperTest(double x, double y) { in doubleOperTest()
DIntMath.java164 static int[] intOperTest(int x, int y) { in intOperTest()
378 static long[] longOperTest(long x, long y) { in longOperTest()
/art/test/004-ReferenceMap/src/
DMain.java23 Object y = null; in f() local
/art/test/GetMethodSignature/
DGetMethodSignature.java19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
/art/test/010-instance/src/
DInstanceTest.java30 Y y = new Y(); in main() local
/art/compiler/jni/
Djni_compiler_test.cc293 jint Java_MyClassNatives_fooII(JNIEnv* env, jobject thisObj, jint x, jint y) { in Java_MyClassNatives_fooII()
325 jlong Java_MyClassNatives_fooJJ(JNIEnv* env, jobject thisObj, jlong x, jlong y) { in Java_MyClassNatives_fooJJ()
358 jdouble Java_MyClassNatives_fooDD(JNIEnv* env, jobject thisObj, jdouble x, jdouble y) { in Java_MyClassNatives_fooDD()
390 jlong Java_MyClassNatives_fooJJ_synchronized(JNIEnv* env, jobject thisObj, jlong x, jlong y) { in Java_MyClassNatives_fooJJ_synchronized()
420 jobject Java_MyClassNatives_fooIOO(JNIEnv* env, jobject thisObj, jint x, jobject y, in Java_MyClassNatives_fooIOO()
479 jint Java_MyClassNatives_fooSII(JNIEnv* env, jclass klass, jint x, jint y) { in Java_MyClassNatives_fooSII()
507 jdouble Java_MyClassNatives_fooSDD(JNIEnv* env, jclass klass, jdouble x, jdouble y) { in Java_MyClassNatives_fooSDD()
615 jobject Java_MyClassNatives_fooSIOO(JNIEnv* env, jclass klass, jint x, jobject y, in Java_MyClassNatives_fooSIOO()
675 jobject Java_MyClassNatives_fooSSIOO(JNIEnv* env, jclass klass, jint x, jobject y, jobject z) { in Java_MyClassNatives_fooSSIOO()
/art/test/MyClassNatives/
DMyClassNatives.java23 native int fooII(int x, int y); in fooII()
24 native long fooJJ(long x, long y); in fooJJ()
26 native double fooDD(double x, double y); in fooDD()
27 synchronized native long fooJJ_synchronized(long x, long y); in fooJJ_synchronized()
28 native Object fooIOO(int x, Object y, Object z); in fooIOO()
29 static native Object fooSIOO(int x, Object y, Object z); in fooSIOO()
30 static native int fooSII(int x, int y); in fooSII()
31 static native double fooSDD(double x, double y); in fooSDD()
32 static synchronized native Object fooSSIOO(int x, Object y, Object z); in fooSSIOO()
/art/test/052-verifier-fun/src/
DMain.java126 Object y = x; in instanceOfTest() local
/art/test/106-exceptions2/src/
DMain.java181 static int throwImplicitDivZero(int x, int y) { in throwImplicitDivZero()
/art/test/079-phantom/src/
DBitmap.java50 public void drawAt(int x, int y) { in drawAt()
/art/runtime/
Ddex_file_verifier_test.cc60 uint32_t t = 0, y = 0; in DecodeBase64() local
Ddex_file_test.cc65 uint32_t t = 0, y = 0; in DecodeBase64() local
Dthread.cc1815 #define DO_THREAD_OFFSET(x, y) \ in DumpThreadOffset() argument
/art/runtime/arch/
Dstub_test.cc1265 for (size_t y = 0; y < kStringCount; ++y) { in TEST_F() local
1273 for (size_t y = 0; y < kStringCount; ++y) { in TEST_F() local
1803 for (size_t y = 0; y < kCharCount; ++y) { in TEST_F() local
1813 for (size_t y = 0; y < kCharCount; ++y) { in TEST_F() local
/art/test/107-int-math2/src/
DMain.java337 static int intOperTest(int x, int y) { in intOperTest()
456 static int longOperTest(long x, long y) { in longOperTest()
/art/runtime/mirror/
Dobject_test.cc537 Handle<Object> y(hs.NewHandle(Y->AllocObject(soa.Self()))); in TEST_F() local
/art/compiler/driver/
Dcompiler_driver.cc71 static double Percentage(size_t x, size_t y) { in Percentage()
75 static void DumpStat(size_t x, size_t y, const char* str) { in DumpStat()