Searched refs:which (Results 1 - 4 of 4) sorted by relevance

/art/test/054-uncaught/src/
H A DMain.java29 private static void testThread(int which) { argument
30 Thread t = new Helper(which);
40 static void catchTheUncaught(int which) { argument
44 System.out.println("Test " + which);
45 switch (which) {
67 private int which; field in class:Main.Helper
69 public Helper(int which) { argument
70 this.which = which;
74 catchTheUncaught(which);
[all...]
/art/test/047-returns/src/
H A DMain.java35 public static Runnable pickOne(int which) { argument
38 if (which == 1)
40 else if (which == 2)
42 else if (which == 3)
/art/test/
H A DAndroid.run-test.mk351 # The following tests use libarttest.so, which is linked against libartd.so, so will
/art/test/003-omnibus-opcodes/src/
H A DGoto.java25 static int smallGoto(boolean which) { argument
30 if (which) {
39 static int mediumGoto(boolean which) { argument
44 if (which) {
62 static int bigGoto(boolean which) { argument
67 if (which) {

Completed in 126 milliseconds