Home
last modified time | relevance | path

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

123

/dalvik/dx/tests/078-dex-local-variable-table/
DBlort.java19 public static void test01(Object x) { in test01()
28 public static String test03(int x) { in test03()
33 public static String test04(int x) { in test04()
41 public static int test05(Object x) { in test05()
47 public static int test06(int x) { in test06()
58 public static void test07(boolean x) { in test07()
63 public static void test08(byte x) { in test08()
68 public static void test09(char x) { in test09()
73 public static void test10(double x) { in test10()
78 public static void test11(float x) { in test11()
[all …]
DBlort.class ... int x public static void test07 (boolean) boolean x boolean y public static void test08 (byte) byte
/dalvik/dx/tests/064-dex-array-access/
DBlort.java19 public boolean test01(boolean[] x) { in test01()
24 public byte test02(byte[] x) { in test02()
29 public short test03(short[] x) { in test03()
34 public char test04(char[] x) { in test04()
39 public int test05(int[] x) { in test05()
44 public long test06(long[] x) { in test06()
49 public float test07(float[] x) { in test07()
54 public double test08(double[] x) { in test08()
59 public Object test09(Object[] x) { in test09()
64 public static Object test10(Object[][] x) { in test10()
[all …]
/dalvik/dx/tests/072-dex-switch-edge-cases/
DBlort.java22 public int test1(int x) { in test1()
31 public int test2(int x) { in test2()
40 public int test3(int x) { in test3()
49 public int test4(int x) { in test4()
58 public int test5(int x) { in test5()
68 public int test6(int x) { in test6()
78 public int test7(int x) { in test7()
89 public int test8(int x) { in test8()
/dalvik/dx/tests/070-dex-multianewarray/
DBlort.java20 Object[][] x = new Object[2][5]; in test01() local
25 Object[][][] x = new Object[4][1][]; in test02() local
30 Object[][][] x = new Object[7][2][4]; in test03() local
35 Object[][][] x = new Object[3][0][0]; in test04() local
40 Object[][][][] x = new Object[1][3][5][7]; in test05() local
45 Object[][][][][] x = new Object[8][7][2][3][4]; in test06() local
50 Object[][][][][][] x = new Object[8][7][2][3][4][]; in test07() local
55 Object[][][][][][][] x = new Object[8][7][2][3][4][][]; in test08() local
/dalvik/dx/tests/062-dex-synch-method/
DBlort.java23 public synchronized void testInstance2(Object x) { in testInstance2()
27 public synchronized int testInstance3(int x, int y, int z) { in testInstance3()
35 public synchronized long testInstance4(long x) { in testInstance4()
51 public static synchronized void testStatic2(Object x) { in testStatic2()
55 public static synchronized int testStatic3(int x, int y, int z) { in testStatic3()
63 public static synchronized long testStatic4(long x) { in testStatic4()
/dalvik/dx/tests/067-dex-switch-and-try/
DBlort.java24 public int test1(int x) { in test1()
44 public int test2(int x) { in test2()
67 public int test3(int x) { in test3()
91 public int test4(int x) { in test4()
/dalvik/dx/tests/046-dex-exceptions/
DBlort.java19 public static int maybeThrow(int x) { in maybeThrow()
27 public static int exTest1(int x) { in exTest1()
36 public static int exTest2(int x) { in exTest2()
/dalvik/dx/tests/061-dex-try-catch/
DBlort.java23 public static void zorch(int x) { in zorch()
27 public static void test1(int x) { in test1()
40 int x = sa.length; in test2() local
/dalvik/dx/tests/140-ssa-phi-overlap/
DTest.java29 int x(); in x() method
42 public int x() { in x() method in Test.B
54 public int x() { in x() method in Test.C
/dalvik/libdex/
Dsha1.cpp123 #define R0(v,w,x,y,z,i) z+=(((w)&((x)^(y)))^(y))+blk0(i)+0x5A827999+rol(v,5);(w)=rol(w,30); argument
124 #define R1(v,w,x,y,z,i) z+=(((w)&((x)^(y)))^(y))+blk(i)+0x5A827999+rol(v,5);(w)=rol(w,30); argument
125 #define R2(v,w,x,y,z,i) z+=((w)^(x)^(y))+blk(i)+0x6ED9EBA1+rol(v,5);(w)=rol(w,30); argument
126 #define R3(v,w,x,y,z,i) z+=((((w)|(x))&(y))|((w)&(x)))+blk(i)+0x8F1BBCDC+rol(v,5);(w)=rol(w,30); argument
127 #define R4(v,w,x,y,z,i) z+=((w)^(x)^(y))+blk(i)+0xCA62C1D6+rol(v,5);(w)=rol(w,30); argument
/dalvik/dx/tests/063-dex-empty-switch/
DBlort.java19 public int test1(int x) { in test1()
25 public int test2(int x) { in test2()
/dalvik/dx/tests/045-dex-switch-ops/
DBlort.java19 public int switchTest1(int x) { in switchTest1()
38 public int switchTest2(int x) { in switchTest2()
/dalvik/dx/tests/097-dex-branch-offset-zero/
DBlort.java23 public void test2(int x) { in test2()
27 public void test3(int x, int y) { in test3()
DBlort.class ... test1 () public void test2 (int) int x public void test3 (int, int) int x ...
/dalvik/dx/tests/086-ssa-edge-split/
DBlort.java25 public int edgeSplitPredTest(int x) { in edgeSplitPredTest()
61 int edgeSplitSuccessor(int x) { in edgeSplitSuccessor()
/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/066-dex-try-catch-rethrow/
DBlort.java55 public static Object zorch4(int x) { in zorch4()
67 public static Object zorch5(int x) { in zorch5()
/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()
/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()
/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 ... Throwable java.lang.invoke.MethodHandle mh int x int y int z public static void testInvokeExactVoidReturn3IntArguments (java ...
/dalvik/dx/tests/050-dex-checkcast/
DBlort.java19 public static Blort test(Object x) { in test()
/dalvik/dx/tests/049-dex-instanceof/
DBlort.java19 public static boolean test(Object x) { in test()
/dalvik/dx/tests/069-dex-source-position/
DBlort.java19 public static int test(int x) { in test()

123