Searched refs:test05 (Results 1 – 9 of 9) sorted by relevance
/dalvik/dx/tests/064-dex-array-access/ | ||
D | Blort.class | ... public char test04 (char[])
public int test05 (int[])
public long test06 (long ... |
D | Blort.java | 39 public int test05(int[] x) { in test05() method in Blort |
D | expected.txt | 53 Blort.test05:([I)I: |
/dalvik/dx/tests/070-dex-multianewarray/ | ||
D | Blort.class | ... test04 ()
public static java.lang.Object test05 ()
public static java.lang.Object test06 ... |
D | Blort.java | 39 public static Object test05() { in test05() method in Blort |
D | expected.txt | 59 Blort.test05:()Ljava/lang/Object;: |
/dalvik/dx/tests/078-dex-local-variable-table/ | ||
D | Blort.class | ... (int)
int x
String foo
public static int test05 (java.lang.Object)
Object x
int ... |
D | Blort.java | 41 public static int test05(Object x) { in test05() method in Blort |
D | expected.txt | 78 Blort.test05:(Ljava/lang/Object;)I: |