Home
last modified time | relevance | path

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

/dalvik/dx/tests/078-dex-local-variable-table/
DBlort.class ... ] arr public static int test06 (int) int y int y int x public static void test07 (boolean ...
DBlort.java49 int y = 1; in test06() local
52 int y = 2; in test06() local
69 char y = x; in test09() local
74 double y = x; in test10() local
79 float y = x; in test11() local
84 int y = x; in test12() local
89 long y = x; in test13() local
94 short y = x; in test14() local
99 Object y = x; in test15() local
105 String y = x; in test16() local
[all …]
/dalvik/dx/tests/086-ssa-edge-split/
DBlort.java26 int y = 1; in edgeSplitPredTest() local
62 int y = 0; in edgeSplitSuccessor() local
/dalvik/dx/tests/047-dex-wide-args/
DBlort.java19 public static long test1(int w, long x, int y, long z) { in test1()
23 public static long test2(long w, int x, long y, int z) { in test2()
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
DInvokeCustom.java67 public static int targetMethodTest5(int x, int y, int total) { in targetMethodTest5()
76 public static long targetMethodTest6(long x, long y, long total) { in targetMethodTest6()
85 public static double targetMethodTest7(float x, float y, double product) { in targetMethodTest7()
DTestGenerator.java343 double y = -x; in generateMethodTest7() local
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
DInvokeCustom.java71 public static int targetMethodTest5(int x, int y, int total) { in targetMethodTest5()
80 public static long targetMethodTest6(long x, long y, long total) { in targetMethodTest6()
89 public static double targetMethodTest7(float x, float y, double product) { in targetMethodTest7()
DTestGenerator.java259 double y = -x; in generateMethodTest7() local
/dalvik/dx/tests/062-dex-synch-method/
DBlort.java27 public synchronized int testInstance3(int x, int y, int z) { in testInstance3()
55 public static synchronized int testStatic3(int x, int y, int z) { in testStatic3()
/dalvik/dx/tests/132-invoke-polymorphic/
DTestInvokePolymorphic.java62 public static void testInvokeVoidReturn3IntArguments(MethodHandle mh, int x, int y, int z) in testInvokeVoidReturn3IntArguments()
67 public static void testInvokeExactVoidReturn3IntArguments(MethodHandle mh, int x, int y, int z) in testInvokeExactVoidReturn3IntArguments()
DTestInvokePolymorphic.class ... .lang.invoke.MethodHandle mh int x int y int z public static void testInvokeExactVoidReturn3IntArguments (java.lang ...
/dalvik/dx/tests/056-dex-call-interface/
DBlort.java23 int y = (int) z.zorch4(); in test() local
/dalvik/dx/tests/097-dex-branch-offset-zero/
DBlort.java27 public void test3(int x, int y) { in test3()
DBlort.class ... void test3 (int, int) int x int y