Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java610 Thread th = new Thread("test"); in test_join() local
671 Thread th = new Thread("test"); in test_joinJ() local
724 Thread th = new Thread("test"); in test_joinJI() local
/libcore/luni/src/test/java/libcore/icu/
DAlphabeticIndexTest.java122 AlphabeticIndex.ImmutableIndex th = createIndex(new Locale("th")); in test_th() local
/libcore/luni/src/main/java/java/lang/
DSystem.java1001 public static void logE(String message, Throwable th) { in logE()
1015 public static void logI(String message, Throwable th) { in logI()
1029 public static void logW(String message, Throwable th) { in logW()
1033 private static native void log(char type, String message, Throwable th); in log()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java313 Thread th = new Thread() { in test_getState() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapTest.java367 SortedMap th = t.headMap(null); in test_headMapLjava_lang_Object() local
642 SortedMap th = t.tailMap(null); in test_tailMapLjava_lang_Object() local