/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 | 290 long th = thread; in implCloseSelectableChannel() local
|
D | DatagramChannelImpl.java | 1049 long th; in implCloseSelectableChannel() local
|
/libcore/ojluni/src/main/native/ |
D | ObjectStreamClass.c | 70 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/ |
D | XMLFormatter.java | 195 Throwable th = record.getThrown(); in format() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadTest.java | 616 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/ |
D | System.java | 253 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/ |
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 | 1744 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/ |
D | System.annotated.java | 106 public static void logE(String message, Throwable th) { throw new RuntimeException("Stub!"); } in logE()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThreadTest.java | 314 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/annotations/hiddenapi/java/io/ |
D | ObjectStreamClass.java | 317 private static void throwMiscException(java.lang.Throwable th) throws java.io.IOException { in throwMiscException()
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 1589 private static void throwMiscException(Throwable th) throws IOException { in throwMiscException()
|