Searched refs:test3 (Results 1 - 2 of 2) sorted by relevance

/art/test/302-float-conversion/src/
H A DMain.java24 test3();
59 public static void test3() { method in class:Main
/art/test/055-enum-performance/src/
H A DMain.java40 int count3 = test3(500);
48 System.out.println("test3: performed " + count3 + " iterations");
67 System.out.printf("test3: %.3g msec per iteration\n", msec3);
188 static public int test3(int iters) { method in class:Main

Completed in 102 milliseconds