Searched refs:eh (Results 1 – 9 of 9) sorted by relevance
40 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local42 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()44 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()64 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local66 Thread.setDefaultUncaughtExceptionHandler(eh); in testGetAndSetDefaultUncaughtExceptionHandler()68 assertSame(eh, Thread.getDefaultUncaughtExceptionHandler()); in testGetAndSetDefaultUncaughtExceptionHandler()
64 MyHandler eh = new MyHandler(); in testGetAndSetUncaughtExceptionHandler() local66 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()68 assertSame(eh, current.getUncaughtExceptionHandler()); in testGetAndSetUncaughtExceptionHandler()85 MyHandler eh = new MyHandler(); in testGetAndSetDefaultUncaughtExceptionHandler() local87 Thread.setDefaultUncaughtExceptionHandler(eh); in testGetAndSetDefaultUncaughtExceptionHandler()89 assertSame(eh, Thread.getDefaultUncaughtExceptionHandler()); in testGetAndSetDefaultUncaughtExceptionHandler()
140 public static void setDefaultUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh)… in setDefaultUncaughtExceptionHandler() argument146 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { throw new RuntimeE… in setUncaughtExceptionPreHandler() argument154 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { throw new R… in setUncaughtExceptionHandler() argument
2087 public static void setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setDefaultUncaughtExceptionHandler() argument2098 defaultUncaughtExceptionHandler = eh; in setDefaultUncaughtExceptionHandler()2128 public static void setUncaughtExceptionPreHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() argument2129 uncaughtExceptionPreHandler = eh; in setUncaughtExceptionPreHandler()2176 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler() argument2178 uncaughtExceptionHandler = eh; in setUncaughtExceptionHandler()
283 java.lang.Thread.UncaughtExceptionHandler eh) { in setDefaultUncaughtExceptionHandler() argument292 java.lang.Thread.UncaughtExceptionHandler eh) { in setUncaughtExceptionPreHandler() argument305 public void setUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler() argument
134 …onHandler(@libcore.util.Nullable java.lang.Thread.UncaughtExceptionHandler eh) { throw new Runtime… in setDefaultUncaughtExceptionHandler() argument140 …onHandler(@libcore.util.Nullable java.lang.Thread.UncaughtExceptionHandler eh) { throw new Runtime… in setUncaughtExceptionHandler() argument
245 public abstract void setErrorHandler(ErrorHandler eh); in setErrorHandler() argument
114 public void setErrorHandler(ErrorHandler eh) { in setErrorHandler() argument
943 Node<K,V>[] tab; Node<K,V> e, p; int n, eh; K ek; in get() local947 if ((eh = e.hash) == h) { in get()951 else if (eh < 0) in get()2247 int eh; K ek; in find() local2248 if ((eh = e.hash) == h && in find()2251 if (eh < 0) { in find()