/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadGroupTest.java | 501 public void uncaughtException(Thread t, Throwable e) { in test_uncaughtException_threadDeath() 506 super.uncaughtException(t, e); in test_uncaughtException_threadDeath() 537 public void uncaughtException(Thread t, Throwable e) { in test_uncaughtException_naturalDeath() 541 super.uncaughtException(t, e); in test_uncaughtException_naturalDeath() 569 public void uncaughtException(Thread t, Throwable e) { in test_uncaughtException_runtimeException() 574 super.uncaughtException(t, e); in test_uncaughtException_runtimeException() 607 public void uncaughtException(Thread t, Throwable e) { in test_uncaughtException_exceptionHandledByHandler() 610 super.uncaughtException(t, e); in test_uncaughtException_exceptionHandledByHandler() 642 public void uncaughtException(Thread t, Throwable e) { in test_uncaughtException_exceptionInUncaughtException() 778 public void uncaughtException(Thread thread, Throwable ex) { in uncaughtException() method in ThreadGroupTest.TestThreadDefaultUncaughtExceptionHandler
|
D | ThreadTest.java | 905 public void uncaughtException(Thread thread, Throwable ex) { in test_get_setDefaultUncaughtExceptionHandler() method in ThreadTest.Handler 958 public void uncaughtException(Thread thread, Throwable ex) { in test_get_setUncaughtExceptionHandler() method in ThreadTest.Handler
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ThreadTest.java | 16 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in ThreadTest.MyHandler
|
D | ForkJoinPoolTest.java | 58 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in ForkJoinPoolTest.MyHandler 261 public void uncaughtException(Thread t, Throwable e) { in testSetUncaughtExceptionHandler()
|
/libcore/libart/src/main/java/java/lang/ |
D | ThreadGroup.java | 688 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in ThreadGroup 690 parent.uncaughtException(t, e); in uncaughtException() 693 Thread.getDefaultUncaughtExceptionHandler().uncaughtException(t, e); in uncaughtException()
|
D | Daemons.java | 293 h.uncaughtException(Thread.currentThread(), syntheticException); in finalizerTimedOut()
|
D | Thread.java | 1146 void uncaughtException(Thread thread, Throwable ex); in uncaughtException() method
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThreadGroupTest.java | 320 public void uncaughtException(Thread t, Throwable e) { in uncaughtException() method in OldThreadGroupTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TimerTest.java | 968 public void uncaughtException(Thread thread, Throwable ex) {} in testThrowingTaskKillsTimerThread()
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLSocketTest.java | 566 @Override public void uncaughtException(Thread thread, Throwable ex) { in uncaughtException() method in SSLSocketTest.TestUncaughtExceptionHandler
|