Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 175) sorted by relevance

1234567

/art/test/1928-exception-event-exception/
DAndroid.bp3 // Build rules for ART run-test `1928-exception-event-exception`.
16 name: "art-run-test-1928-exception-event-exception",
21 ":art-run-test-1928-exception-event-exception-expected-stdout",
22 ":art-run-test-1928-exception-event-exception-expected-stderr",
28 name: "art-run-test-1928-exception-event-exception-expected-stdout",
29 out: ["art-run-test-1928-exception-event-exception-expected-stdout.txt"],
36 name: "art-run-test-1928-exception-event-exception-expected-stderr",
37 out: ["art-run-test-1928-exception-event-exception-expected-stderr.txt"],
/art/test/412-new-array/src/
DMain.java243 Throwable exception = null; in testSmaliFillArrayData() local
248 exception = e.getCause(); in testSmaliFillArrayData()
249 assertTrue(exception instanceof NullPointerException); in testSmaliFillArrayData()
251 assertNotNull(exception); in testSmaliFillArrayData()
270 Throwable exception = null; in testSmaliFillArrayData() local
274 exception = e.getCause(); in testSmaliFillArrayData()
275 assertTrue(exception instanceof IndexOutOfBoundsException); in testSmaliFillArrayData()
277 assertNotNull(exception); in testSmaliFillArrayData()
278 exception = null; in testSmaliFillArrayData()
287 exception = e.getCause(); in testSmaliFillArrayData()
[all …]
/art/test/020-string/
Dexpected-stdout.txt5 Got expected exception
8 Got expected exception
9 Got expected exception
10 Got expected exception
11 Got expected exception
12 Got expected exception
/art/test/1932-monitor-events-misc/
Dexpected-stdout.txt7 Throwing exception in MonitorEnter
9 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te…
15 Throwing exception in MonitorEntered
16 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock …
21 Throwing exception in MonitorEnter
23 Throwing exception in MonitorEntered
24 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
25 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock …
[all …]
Dexpected-stdout.jvm.txt7 Throwing exception in MonitorEnter
9 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
10 …Caused by: art.Monitors$TestException: throwing exception during monitorEnter of NamedLock[Lock te…
15 Throwing exception in MonitorEntered
16 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
17 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock …
21 Throwing exception in MonitorEnter
23 Throwing exception in MonitorEntered
24 Caught exception: art.Monitors$TestException: Exception thrown by other thread!
25 …Caused by: art.Monitors$TestException: throwing exception during monitorEntered of NamedLock[Lock …
[all …]
/art/test/844-exception/
DAndroid.bp3 // Build rules for ART run-test `844-exception`.
16 name: "art-run-test-844-exception",
21 ":art-run-test-844-exception-expected-stdout",
22 ":art-run-test-844-exception-expected-stderr",
28 name: "art-run-test-844-exception-expected-stdout",
29 out: ["art-run-test-844-exception-expected-stdout.txt"],
36 name: "art-run-test-844-exception-expected-stderr",
37 out: ["art-run-test-844-exception-expected-stderr.txt"],
/art/test/1927-exception-event/
DAndroid.bp3 // Build rules for ART run-test `1927-exception-event`.
16 name: "art-run-test-1927-exception-event",
21 ":art-run-test-1927-exception-event-expected-stdout",
22 ":art-run-test-1927-exception-event-expected-stderr",
28 name: "art-run-test-1927-exception-event-expected-stdout",
29 out: ["art-run-test-1927-exception-event-expected-stdout.txt"],
36 name: "art-run-test-1927-exception-event-expected-stderr",
37 out: ["art-run-test-1927-exception-event-expected-stderr.txt"],
Dinfo.txt1 Test basic JVMTI exception event functionality
3 Ensures that we can receive exception and exception catch events from JVMTI.
/art/test/136-daemon-jni-shutdown/
Dexpected-stdout.txt2 About to call exception check
3 About to call exception check
4 About to call exception check
5 About to call exception check
/art/test/099-vmdebug/
Dexpected-stdout.txt15 Got expected exception
17 Got expected exception
18 Got expected exception
20 Got expected exception
21 Got expected exception
/art/test/989-method-trace-throw/
Dexpected-stdout.txt3 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth…
6 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth…
8 Normal: Leaving public static void art.Test989.throwA() returned <exception>
11 Normal: Leaving public static native void art.Test989.throwANative() returned <exception>
15 Normal: Leaving public static native void art.Test989.doThrowNative() returned <exception>
16 Normal: Leaving public static void art.Test989.throwNativeException() returned <exception>
21 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$return…
25 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$return…
29 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$accept…
33 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$accept…
[all …]
/art/test/1923-frame-pop/
Dexpected-stdout.txt1 public static void art.Test1923.recurTimesA(int,java.lang.Runnable) pop. Line=44 exception:false
3 public static void art.Test1923.recurTimesF(int,java.lang.Runnable) pop. Line=84 exception:false
5 public static void art.Test1923.recurTimesK(int,java.lang.Runnable) pop. Line=124 exception:false
7 public static void art.Test1923.recurTimesF(int,java.lang.Runnable) pop. Line=83 exception:true
8 Caught exception art.Test1923$RecursionError: Unable recur further. Still 90 outstanding! while run…
/art/test/1924-frame-pop-toggle/
Dexpected-stdout.txt1 public static void art.Test1924.recurTimesA(int,java.lang.Runnable) pop. Line=44 exception:false
3 public static void art.Test1924.recurTimesF(int,java.lang.Runnable) pop. Line=84 exception:false
5 public static void art.Test1924.recurTimesK(int,java.lang.Runnable) pop. Line=124 exception:false
7 public static void art.Test1924.recurTimesF(int,java.lang.Runnable) pop. Line=83 exception:true
8 Caught exception art.Test1924$RecursionError: Unable recur further. Still 90 outstanding! while run…
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java47 Executable m, long loc, Throwable exception); in exceptionOccurred() argument
61 Thread thr, Executable method, long location, Throwable exception) { in ExceptionCatchEvent() argument
64 exception.getClass() + ": " + exception.getMessage()); in ExceptionCatchEvent()
68 exception.printStackTrace(System.out); in ExceptionCatchEvent()
71 HANDLER.exceptionOccurred(method, location, exception); in ExceptionCatchEvent()
90 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument
97 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument
101 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred()
111 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument
114 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred()
[all …]
/art/test/070-nio-buffer/
Dexpected-stdout.txt2 Got expected buffer overflow exception
3 Got expected out-of-bounds exception
4 Got expected buffer overflow exception
/art/test/407-arrays/src/
DMain.java134 ArrayIndexOutOfBoundsException exception = null; in ensureThrows() local
138 exception = e; in ensureThrows()
141 assertNotNull(exception); in ensureThrows()
142 assertTrue(exception.toString().contains(Integer.toString(index))); in ensureThrows()
144 exception = null; in ensureThrows()
148 exception = e; in ensureThrows()
151 assertNotNull(exception); in ensureThrows()
152 assertTrue(exception.toString().contains(Integer.toString(index))); in ensureThrows()
/art/test/989-method-trace-throw/src/art/
DTest989.java65 private static String getInfo(Object m, boolean exception, Object result) { in getInfo() argument
67 if (exception) { in getInfo()
77 public void methodExited(Object m, boolean exception, Object result); in methodExited() argument
88 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument
90 System.out.println("Normal: Leaving " + getInfo(m, exception, result)); in methodExited()
102 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument
104 System.out.println("ThrowEnter: Leaving " + getInfo(m, exception, result)); in methodExited()
116 public void methodExited(Object m, boolean exception, Object result) { in methodExited() argument
121 System.out.println("ThrowExit: Leaving " + getInfo(m, exception, result)); in methodExited()
122 throw new ErrorB("Throwing error while exit " + getInfo(m, exception, result)); in methodExited()
[all …]
/art/test/054-uncaught/
Dexpected-stdout.txt2 Uncaught exception DEFAULT!
7 Uncaught exception THREAD!
12 Uncaught exception THREAD!
17 Uncaught exception DEFAULT!
/art/test/081-hot-exceptions/src/
DMain.java29 int exception = 0; in main() local
36 exception++; in main()
40 System.out.println("exception = " + exception); in main()
/art/test/427-bounds/src/
DMain.java19 Exception exception = null; in main() local
23 exception = e; in main()
26 String exceptionMessage = exception.getMessage(); in main()
/art/test/1928-exception-event-exception/src/art/
DTest1928.java30 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l); in exceptionOccurred() argument
46 Throwable exception, in ExceptionEvent() argument
51 exception.getClass() + ": " + exception.getMessage()); in ExceptionEvent()
63 exception.printStackTrace(System.out); in ExceptionEvent()
67 throw_method, throw_location, exception, catch_method, catch_location); in ExceptionEvent()
87 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l) { in exceptionOccurred() argument
95 Executable m, long loc, Throwable exception, Executable catch_m, long catch_l) { in exceptionOccurred() argument
99 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred()
/art/test/1925-self-frame-pop/
Dexpected-stdout.txt1 public static void art.Test1925.recurTimesE(int,java.lang.Runnable) pop. Line=76 exception:false
3 public static void art.Test1925.recurTimesE(int,java.lang.Runnable) pop. Line=75 exception:true
4 Caught exception art.Test1925$RecursionError: Unable recur further. Still 90 outstanding! while run…
/art/test/1927-exception-event/src/art/
DTest1927.java39 Throwable exception) { in ExceptionCatchEvent() argument
42 exception.getClass() + ": " + exception.getMessage()); in ExceptionCatchEvent()
46 exception.printStackTrace(System.out); in ExceptionCatchEvent()
53 Throwable exception, in ExceptionEvent() argument
58 exception.getClass() + ": " + exception.getMessage()); in ExceptionEvent()
70 exception.printStackTrace(System.out); in ExceptionEvent()
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java147 } catch (IOException exception) { in saveUniqueProgsData()
148 exception.printStackTrace(); in saveUniqueProgsData()
149 } catch (InterruptedException exception) { in saveUniqueProgsData()
150 exception.printStackTrace(); in saveUniqueProgsData()
176 } catch (IOException exception) { in saveUniqueProgsData()
177 exception.printStackTrace(); in saveUniqueProgsData()
178 } catch (InterruptedException exception) { in saveUniqueProgsData()
179 exception.printStackTrace(); in saveUniqueProgsData()
/art/test/2264-throwing-systemcleaner/
Dexpected-stdout.txt3 Good: Survived first exception
6 Handling uncaught exception

1234567