Searched refs:testMethod (Results 1 – 6 of 6) sorted by relevance
/art/test/510-checker-try-catch/src/ |
D | Main.java | 148 public static void testMethod(String method) throws Exception { in testMethod() method in Main 172 testMethod("testUseAfterCatch_int"); in main() 173 testMethod("testUseAfterCatch_long"); in main() 174 testMethod("testUseAfterCatch_float"); in main() 175 testMethod("testUseAfterCatch_double"); in main() 176 testMethod("testCatchPhi_const"); in main() 177 testMethod("testCatchPhi_int"); in main() 178 testMethod("testCatchPhi_long"); in main() 179 testMethod("testCatchPhi_float"); in main() 180 testMethod("testCatchPhi_double"); in main() [all …]
|
/art/test/910-methods/src/art/ |
D | Test910.java | 29 testMethod("java.lang.Object", "toString"); in doTest() 30 testMethod("java.lang.String", "charAt", int.class); in doTest() 31 testMethod("java.lang.Math", "sqrt", double.class); in doTest() 32 testMethod("java.util.List", "add", Object.class); in doTest() 34 testMethod(getProxyClass(), "run"); in doTest() 38 testMethod(findSyntheticMethod(), NestedSynthetic.class, false); in doTest() 41 private static void testMethod(String className, String methodName, Class<?>... types) in testMethod() method in Test910 44 testMethod(base, methodName, types); in testMethod() 47 private static void testMethod(Class<?> base, String methodName, Class<?>... types) in testMethod() method in Test910 50 testMethod(m, base, true); in testMethod() [all …]
|
/art/test/558-switch/src/ |
D | Main.java | 18 public static boolean testMethod(int statusCode) { in testMethod() method in Main 31 if (!testMethod(301)) { in main()
|
/art/test/490-checker-inline/src/ |
D | Main.java | 44 public static void testMethod() { in testMethod() method in Main 50 testMethod(); in main()
|
/art/test/647-sinking-catch/src/ |
D | Main.java | 22 public static void testMethod(String method) throws Exception { in testMethod() method in Main 36 testMethod("foo"); in main()
|
/art/test/530-checker-lse2/src/ |
D | Main.java | 111 private float testMethod() { in testMethod() method in Main 210 r = t.testMethod(); in main()
|