Searched refs:eh (Results 1 – 5 of 5) sorted by relevance
30 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local32 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()33 assertEquals(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()53 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local54 Thread.setDefaultUncaughtExceptionHandler(eh); in testGetAndSetDefaultUncaughtExceptionHandler()55 assertEquals(eh, Thread.getDefaultUncaughtExceptionHandler()); in testGetAndSetDefaultUncaughtExceptionHandler()
259 final Thread.UncaughtExceptionHandler eh = in testSetUncaughtExceptionHandler() local265 eh, false); in testSetUncaughtExceptionHandler()267 assertSame(eh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
245 public abstract void setErrorHandler(ErrorHandler eh); in setErrorHandler() argument
745 Node<K,V>[] tab; Node<K,V> e, p; int n, eh; K ek; in get() local749 if ((eh = e.hash) == h) { in get()753 else if (eh < 0) in get()1510 int eh; K ek; in find() local1511 if ((eh = e.hash) == h && in find()1514 if (eh < 0) in find()
111 public void setErrorHandler(ErrorHandler eh) { in setErrorHandler() argument