Searched refs:setUncaughtExceptionHandler (Results 1 - 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadTest.java33 * otherwise returning value of last setUncaughtExceptionHandler.
42 current.setUncaughtExceptionHandler(eh);
46 current.setUncaughtExceptionHandler(null);
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DForkJoinWorkerThread.java237 public void setUncaughtExceptionHandler(UncaughtExceptionHandler x) { } method in class:ForkJoinWorkerThread.InnocuousForkJoinWorkerThread
H A DForkJoinPool.java1590 wt.setUncaughtExceptionHandler(handler);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadTest.java960 * java.lang.Thread#setUncaughtExceptionHandler
969 Thread.currentThread().setUncaughtExceptionHandler(handler);
972 Thread.currentThread().setUncaughtExceptionHandler(null);
/libcore/luni/src/test/java/libcore/java/util/
H A DTimeZoneTest.java467 clearer.setUncaughtExceptionHandler(handler);
476 getter.setUncaughtExceptionHandler(handler);
/libcore/ojluni/src/main/java/java/lang/
H A DThread.java1809 * @see #setUncaughtExceptionHandler
1861 * @see #setUncaughtExceptionHandler
1933 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { method in class:Thread
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DTimerTest.java972 Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() {

Completed in 203 milliseconds