/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeThreadSet.java | 46 long th = NativeThread.current(); in add() local 90 long th = elts[i]; in signalAndWait() local
|
D | SinkChannelImpl.java | 89 long th = thread; in implCloseSelectableChannel() local
|
D | SourceChannelImpl.java | 90 long th = thread; in implCloseSelectableChannel() local
|
D | ServerSocketChannelImpl.java | 281 long th = thread; in implCloseSelectableChannel() local
|
D | DatagramChannelImpl.java | 796 long th; in implCloseSelectableChannel() local
|
/libcore/ojluni/src/main/native/ |
D | ObjectStreamClass.c | 63 jthrowable th = (*env)->ExceptionOccurred(env); in ObjectStreamClass_hasStaticInitializer() local 92 jthrowable th = (*env)->ExceptionOccurred(env); in ObjectStreamClass_hasStaticInitializer() local
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | XMLFormatter.java | 193 Throwable th = record.getThrown(); in format() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadTest.java | 615 Thread th = new Thread("test"); in test_join() local 676 Thread th = new Thread("test"); in test_joinJ() local 729 Thread th = new Thread("test"); in test_joinJI() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 1592 public static void logE(String message, Throwable th) { in logE() 1606 public static void logI(String message, Throwable th) { in logI() 1620 public static void logW(String message, Throwable th) { in logW() 1624 private static native void log(char type, String message, Throwable th); in log()
|
/libcore/ojluni/src/main/java/java/util/ |
D | ArrayPrefixHelpers.java | 112 int th = threshold, org = origin, fnc = fence, l, h; in compute() local 264 int th = threshold, org = origin, fnc = fence, l, h; in compute() local 414 int th = threshold, org = origin, fnc = fence, l, h; in compute() local 564 int th = threshold, org = origin, fnc = fence, l, h; in compute() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThreadTest.java | 313 Thread th = new Thread() { in test_getState() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TreeMapTest.java | 369 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/src/main/java/java/io/ |
D | ObjectStreamClass.java | 1523 private static void throwMiscException(Throwable th) throws IOException { in throwMiscException()
|