Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DSystem.java548 public static void logE(String message, Throwable th) { in logE()
562 public static void logI(String message, Throwable th) { in logI()
576 public static void logW(String message, Throwable th) { in logW()
580 private static native void log(char type, String message, Throwable th); in log()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadTest.java312 Thread th = new Thread() { in test_getState() local