| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | NativeThreadSet.java | 46 long th = NativeThread.current(); in add() local 91 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 | 291 long th = thread; in implCloseSelectableChannel() local
|
| D | DatagramChannelImpl.java | 1065 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 | 194 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/util/ |
| D | ArrayPrefixHelpers.java | 141 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/ |
| D | System.java | 1734 public static void logE(String message, Throwable th) { in logE() 1748 public static void logI(String message, Throwable th) { in logI() 1762 public static void logW(String message, Throwable th) { in logW() 1766 private static native void log(char type, String message, Throwable th); in log()
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | OldThreadTest.java | 313 Thread th = new Thread() { in test_getState() local
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | CalendarBuilderTest.java | 146 Locale th = new Locale("th", "TH"); in test_setLocale_thTH() 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()
|