Home
last modified time | relevance | path

Searched defs:th (Results 1 – 18 of 18) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeThreadSet.java46 long th = NativeThread.current(); in add() local
91 long th = elts[i]; in signalAndWait() local
DSourceChannelImpl.java90 long th = thread; in implCloseSelectableChannel() local
DSinkChannelImpl.java89 long th = thread; in implCloseSelectableChannel() local
DServerSocketChannelImpl.java290 long th = thread; in implCloseSelectableChannel() local
DDatagramChannelImpl.java1061 long th; in implCloseSelectableChannel() local
/libcore/ojluni/src/main/native/
DObjectStreamClass.c70 jthrowable th = (*env)->ExceptionOccurred(env); in ObjectStreamClass_hasStaticInitializer() local
102 jthrowable th = (*env)->ExceptionOccurred(env); in ObjectStreamClass_hasStaticInitializer() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleNatives.java537 Throwable th = ex.getCause(); in initCauseFrom() local
/libcore/ojluni/src/main/java/java/util/logging/
DXMLFormatter.java195 Throwable th = record.getThrown(); in format() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java617 Thread th = new Thread("test"); in test_join() local
678 Thread th = new Thread("test"); in test_joinJ() local
731 Thread th = new Thread("test"); in test_joinJI() local
/libcore/ojluni/annotations/hiddenapi/java/lang/
DSystem.java253 public static void logE(java.lang.String message, java.lang.Throwable th) { in logE()
261 public static void logI(java.lang.String message, java.lang.Throwable th) { in logI()
270 public static void logW(java.lang.String message, java.lang.Throwable th) { in logW()
275 private static native void log(char type, java.lang.String message, java.lang.Throwable th); in log()
/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java146 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
300 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
452 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
604 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1843 public static void logE(String message, Throwable th) { in logE()
1857 public static void logI(String message, Throwable th) { in logI()
1871 public static void logW(String message, Throwable th) { in logW()
1875 private static native void log(char type, String message, Throwable th); in log()
/libcore/ojluni/src/test/java/lang/StackWalker/
DDumpStackTest.java113 AtomicReference<Throwable> th = new AtomicReference<>(); in testThread() local
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java314 Thread th = new Thread() { in test_getState() local
/libcore/luni/src/test/java/libcore/java/util/
DCalendarBuilderTest.java146 Locale th = new Locale("th", "TH"); in test_setLocale_thTH() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapTest.java369 SortedMap th = t.headMap(null); in test_headMapLjava_lang_Object() local
646 SortedMap th = t.tailMap(null); in test_tailMapLjava_lang_Object() local
/libcore/ojluni/annotations/hiddenapi/java/io/
DObjectStreamClass.java317 private static void throwMiscException(java.lang.Throwable th) throws java.io.IOException { in throwMiscException()
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1663 private static void throwMiscException(Throwable th) throws IOException { in throwMiscException()