Searched defs:TestFailed (Results 1 - 2 of 2) sorted by relevance

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

Completed in 62 milliseconds