Searched refs:getUncaughtExceptionHandler (Results 1 – 14 of 14) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ThreadTest.java | 41 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler() 44 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler() 48 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
|
D | ForkJoinPoolTest.java | 289 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ThreadTest.java | 81 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler() 84 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler() 88 assertSame(tg, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()
|
D | ForkJoinPoolTest.java | 326 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Thread.annotated.java | 150 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { throw new RuntimeE… in getUncaughtExceptionHandler() method in Thread
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | Thread.annotated.java | 91 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { throw new RuntimeE… in getUncaughtExceptionHandler() method in Thread
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Thread.java | 2398 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in Thread 2442 getUncaughtExceptionHandler().uncaughtException(this, e); in dispatchUncaughtException()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Thread.annotated.java | 140 @libcore.util.Nullable public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler… in getUncaughtExceptionHandler() method in Thread
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | ForkJoinPool.annotated.java | 88 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { throw new RuntimeE… in getUncaughtExceptionHandler() method in ForkJoinPool
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Thread.java | 301 public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler() method in Thread
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadTest.java | 973 assertSame(handler, Thread.currentThread().getUncaughtExceptionHandler()); in test_get_setUncaughtExceptionHandler()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinTask.java | 1433 getUncaughtExceptionHandler())) != null) { in trySetException()
|
D | ForkJoinPool.java | 3200 public UncaughtExceptionHandler getUncaughtExceptionHandler() {
|
/libcore/api/ |
D | current.txt | 4520 method @Nullable public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler(); 16145 method public java.lang.Thread.UncaughtExceptionHandler getUncaughtExceptionHandler();
|