/art/test/050-sync-test/src/ |
D | Main.java | 40 } catch (InterruptedException ie) { in sleepTest() 42 ie.printStackTrace(System.out); in sleepTest() 57 } catch (InterruptedException ie) { in countTest() 59 ie.printStackTrace(System.out); in countTest() 70 } catch (InterruptedException ie) { in countTest() 72 ie.printStackTrace(System.out); in countTest() 168 } catch (InterruptedException ie) { in run() 182 } catch (InterruptedException ie) { in run()
|
/art/test/059-finalizer-throw/src/ |
D | Main.java | 55 } catch (InterruptedException ie) { in main() 56 System.out.println(ie); in main() 63 } catch (InterruptedException ie) { in main() 64 System.out.println(ie); in main()
|
/art/test/068-classloader/src/ |
D | Main.java | 166 } catch (InstantiationException ie) { in testAccess1() 167 System.out.println("newInstance failed: " + ie); in testAccess1() 237 } catch (InstantiationException ie) { in testExtend() 238 System.out.println("newInstance failed: " + ie); in testExtend() 284 } catch (InstantiationException ie) { in testExtendOkay() 285 System.out.println("newInstance failed: " + ie); in testExtendOkay() 332 } catch (InstantiationException ie) { in testInterface() 333 System.out.println("newInstance failed: " + ie); in testInterface() 378 } catch (InstantiationException ie) { in testAbstract() 379 System.out.println("newInstance failed: " + ie); in testAbstract() [all …]
|
D | FancyLoader.java | 98 } catch (InstantiationException ie) { in findClassDalvik() 99 throw new ClassNotFoundException("newInstance failed", ie); in findClassDalvik()
|
/art/test/840-resolution/src/ |
D | Main.java | 64 } catch (IllegalAccessError ie) { in main() 72 } catch (IllegalAccessError ie) { in main() 79 } catch (IllegalAccessError ie) { in main() 86 } catch (IllegalAccessError ie) { in main() 93 } catch (IllegalAccessError ie) { in main()
|
/art/test/053-wait-some/src/ |
D | Main.java | 51 } catch (InterruptedException ie) { in doit() 52 ie.printStackTrace(System.out); in doit() 67 } catch (InterruptedException ie) { in doit() 68 ie.printStackTrace(System.out); in doit()
|
/art/test/036-finalizer/src/ |
D | Main.java | 34 } catch (InterruptedException ie) { in snooze() 35 System.out.println("Snooze: " + ie.getMessage()); in snooze() 67 } catch (InterruptedException ie) { in wimpString() 68 throw new RuntimeException(ie); in wimpString()
|
/art/test/084-class-init/src/ |
D | Main.java | 46 } catch (InterruptedException ie) { in sleep() 94 } catch (InterruptedException ie) { in checkTiming() 95 System.out.println(ie); in checkTiming()
|
/art/test/626-const-class-linking/src/ |
D | RacyLoader.java | 68 } catch (InterruptedException ie) { in syncWithOtherInstances() 69 throw new Error(ie); in syncWithOtherInstances()
|
D | RacyMisbehavingLoader.java | 89 } catch (InterruptedException ie) { in syncWithOtherInstances() 90 throw new Error(ie); in syncWithOtherInstances()
|
D | DefiningLoader.java | 105 } catch (InstantiationException ie) { in findClassDalvik() 106 throw new ClassNotFoundException("newInstance failed", ie); in findClassDalvik()
|
/art/test/839-clinit-throw/src/ |
D | Main.java | 42 static void check(ExceptionInInitializerError ie, int mainLine) { in check() argument 43 StackTraceElement[] trace = ie.getStackTrace(); in check()
|
/art/test/044-proxy/src/ |
D | BasicTest.java | 70 } catch (InterruptedException ie) { in main() 110 } catch (InstantiationException ie) { in createProxy() 111 System.out.println("failed: " + ie); in createProxy() 112 } catch (IllegalAccessException ie) { in createProxy() 113 System.out.println("failed: " + ie); in createProxy()
|
/art/test/086-null-super/src/ |
D | Main.java | 92 } catch (InstantiationException ie) { in findDexClass() 93 throw new TestFailed(ie); in findDexClass()
|
/art/test/087-gc-after-link/src/ |
D | Main.java | 102 } catch (InstantiationException ie) { in findDexClass() 103 throw new TestFailed(ie); in findDexClass()
|
/art/test/079-phantom/src/ |
D | Bitmap.java | 59 } catch (InterruptedException ie) { in shutDown() 150 } catch (InterruptedException ie) { in run()
|
/art/test/121-simple-suspend-check/src/ |
D | Main.java | 25 } catch (InterruptedException ie) {/*ignore */} in main()
|
/art/test/647-jni-get-field-id/src/ |
D | DefiningLoader.java | 105 } catch (InstantiationException ie) { in findClassDalvik() 106 throw new ClassNotFoundException("newInstance failed", ie); in findClassDalvik()
|
/art/test/075-verification-error/src/ |
D | Main.java | 54 } catch (InstantiationError ie) { in testClassNewInstance() 56 if (VERBOSE) System.out.println("--- " + ie); in testClassNewInstance()
|
/art/test/039-join-main/src/ |
D | Main.java | 61 } catch (InterruptedException ie) { in run()
|
/art/test/1336-short-finalizer-timeout/src/ |
D | Main.java | 68 } catch (InterruptedException ie) { in snooze()
|
/art/test/033-class-init-deadlock/src/ |
D | Main.java | 41 try { Thread.sleep(6000); } catch (InterruptedException ie) { } in main()
|
/art/test/042-new-instance/src/ |
D | Main.java | 61 } catch (InstantiationError ie) { in testClassNewInstance() 136 } catch (InstantiationException ie) { in testConstructorNewInstance()
|
/art/test/2041-bad-cleaner/src/ |
D | Main.java | 96 } catch (InterruptedException ie) { in snooze()
|
/art/test/2261-badcleaner-in-systemcleaner/src-art/ |
D | Main.java | 82 } catch (InterruptedException ie) { in snooze()
|