Home
last modified time | relevance | path

Searched refs:TestFailed (Results 1 – 2 of 2) sorted by relevance

/art/test/086-null-super/src/
DMain.java28 static class TestFailed extends Exception { class in Main
29 public TestFailed(Throwable cause) { in TestFailed() method in Main.TestFailed
70 throws TestFailed, InvocationTargetException in findDexClass()
93 throw new TestFailed(nsme); in findDexClass()
95 throw new TestFailed(ie); in findDexClass()
97 throw new TestFailed(iae); in findDexClass()
99 throw new TestFailed(cnfe); in findDexClass()
128 throws TestFailed, InvocationTargetException in findBrokenClass()
138 throws TestFailed, ClassNotFoundException { in main()
148 static void testFailLoadAndGc() throws TestFailed { in testFailLoadAndGc()
/art/test/087-gc-after-link/src/
DMain.java28 static class TestFailed extends Exception { class in Main
29 public TestFailed(Throwable cause) { in TestFailed() method in Main.TestFailed
70 throws TestFailed, InvocationTargetException in findDexClass()
102 throw new TestFailed(nsme); in findDexClass()
104 throw new TestFailed(ie); in findDexClass()
106 throw new TestFailed(iae); in findDexClass()
108 throw new TestFailed(cnfe); in findDexClass()
137 throws TestFailed, InvocationTargetException in findBrokenClass()
147 throws TestFailed, ClassNotFoundException { in main()
157 static void testFailLoadAndGc() throws TestFailed { in testFailLoadAndGc()