Home
last modified time | relevance | path

Searched refs:getUncaughtExceptionHandler (Results 1 – 14 of 14) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadTest.java41 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
44 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
48 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
DForkJoinPoolTest.java289 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DThreadTest.java81 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
84 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
88 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
DForkJoinPoolTest.java326 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java150 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { throw new RuntimeE… in getUncaughtExceptionHandler() method in Thread
/libcore/ojluni/annotations/flagged_api/java/lang/
DThread.annotated.java91 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { throw new RuntimeE… in getUncaughtExceptionHandler() method in Thread
/libcore/ojluni/src/main/java/java/lang/
DThread.java2398 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in Thread
2442 getUncaughtExceptionHandler().uncaughtException(this, e); in dispatchUncaughtException()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java140 @libcore.util.Nullable public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler in getUncaughtExceptionHandler() method in Thread
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DForkJoinPool.annotated.java88 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { throw new RuntimeE… in getUncaughtExceptionHandler() method in ForkJoinPool
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java301 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in Thread
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java973 assertSame(handler, Thread.currentThread().getUncaughtExceptionHandler()); in test_get_setUncaughtExceptionHandler()
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java1433 getUncaughtExceptionHandler())) != null) { in trySetException()
DForkJoinPool.java3200 public UncaughtExceptionHandler getUncaughtExceptionHandler() {
/libcore/api/
Dcurrent.txt4520 method @Nullable public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler();
16145 method public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler();