Home
last modified time | relevance | path

Searched refs:UncaughtExceptionHandler (Results 1 – 11 of 11) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DThread.java165 private UncaughtExceptionHandler uncaughtHandler;
170 private static UncaughtExceptionHandler defaultUncaughtHandler;
546 public static UncaughtExceptionHandler getDefaultUncaughtExceptionHandler() { in getDefaultUncaughtExceptionHandler()
617 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler()
860 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler handler) { in setDefaultUncaughtExceptionHandler()
968 public void setUncaughtExceptionHandler(UncaughtExceptionHandler handler) { in setUncaughtExceptionHandler()
1137 public static interface UncaughtExceptionHandler { interface in Thread
DDaemons.java284 Thread.UncaughtExceptionHandler h = Thread.getDefaultUncaughtExceptionHandler(); in finalizerTimedOut()
DThreadGroup.java31 public class ThreadGroup implements Thread.UncaughtExceptionHandler {
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadTest.java15 static class MyHandler implements Thread.UncaughtExceptionHandler {
DForkJoinPoolTest.java56 static class MyHandler implements Thread.UncaughtExceptionHandler {
259 final Thread.UncaughtExceptionHandler eh = in testSetUncaughtExceptionHandler()
260 new Thread.UncaughtExceptionHandler() { in testSetUncaughtExceptionHandler()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java20 import java.lang.Thread.UncaughtExceptionHandler;
904 class Handler implements UncaughtExceptionHandler { in test_get_setDefaultUncaughtExceptionHandler()
957 class Handler implements UncaughtExceptionHandler { in test_get_setUncaughtExceptionHandler()
DThreadGroupTest.java27 private Thread.UncaughtExceptionHandler originalThreadDefaultUncaughtExceptionHandler;
771 implements Thread.UncaughtExceptionHandler {
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java9 import java.lang.Thread.UncaughtExceptionHandler;
1235 final UncaughtExceptionHandler ueh; // per-worker UEH
1329 UncaughtExceptionHandler handler; WorkQueue[] ws; int s, ps; in registerWorker()
2406 UncaughtExceptionHandler handler, in ForkJoinPool()
2436 UncaughtExceptionHandler handler, in ForkJoinPool()
2622 public UncaughtExceptionHandler getUncaughtExceptionHandler() { in getUncaughtExceptionHandler()
3257 UncaughtExceptionHandler handler = null; in makeCommonPool()
3271 handler = ((UncaughtExceptionHandler)ClassLoader. in makeCommonPool()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java20 import java.lang.Thread.UncaughtExceptionHandler;
967 Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testThrowingTaskKillsTimerThread()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java27 public class OldThreadGroupTest extends TestCase implements Thread.UncaughtExceptionHandler {
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java23 import java.lang.Thread.UncaughtExceptionHandler;
564 private static final class TestUncaughtExceptionHandler implements UncaughtExceptionHandler {
574 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()