Home
last modified time | relevance | path

Searched defs:th (Results 1 – 17 of 17) 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
DSinkChannelImpl.java89 long th = thread; in implCloseSelectableChannel() local
DSourceChannelImpl.java90 long th = thread; in implCloseSelectableChannel() local
DServerSocketChannelImpl.java290 long th = thread; in implCloseSelectableChannel() local
DDatagramChannelImpl.java1049 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/util/logging/
DXMLFormatter.java195 Throwable th = record.getThrown(); in format() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java616 Thread th = new Thread("test"); in test_join() local
677 Thread th = new Thread("test"); in test_joinJ() local
730 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.java141 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
293 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
443 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
593 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1744 public static void logE(String message, Throwable th) { in logE()
1758 public static void logI(String message, Throwable th) { in logI()
1772 public static void logW(String message, Throwable th) { in logW()
1776 private static native void log(char type, String message, Throwable th); in log()
/libcore/ojluni/annotations/mmodule/java/lang/
DSystem.annotated.java106 public static void logE(String message, Throwable th) { throw new RuntimeException("Stub!"); } in logE()
/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.java1589 private static void throwMiscException(Throwable th) throws IOException { in throwMiscException()