Searched refs:test06 (Results 1 – 9 of 9) sorted by relevance
/dalvik/dx/tests/064-dex-array-access/ | ||
D | Blort.class | ... public int test05 (int[])
public long test06 (long[])
public float test07 (float ... |
D | Blort.java | 44 public long test06(long[] x) { in test06() method in Blort |
D | expected.txt | 66 Blort.test06:([J)J: |
/dalvik/dx/tests/070-dex-multianewarray/ | ||
D | Blort.class | ... test05 ()
public static java.lang.Object test06 ()
public static java.lang.Object test07 ... |
D | Blort.java | 44 public static Object test06() { in test06() method in Blort |
D | expected.txt | 75 Blort.test06:()Ljava/lang/Object;: |
/dalvik/dx/tests/078-dex-local-variable-table/ | ||
D | Blort.class | ... )
Object x
int[] arr
public static int test06 (int)
int y
int y
int x
public ... |
D | Blort.java | 47 public static int test06(int x) { in test06() method in Blort |
D | expected.txt | 106 Blort.test06:(I)I: |