Searched defs:th (Results 1 – 2 of 2) sorted by relevance
548 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()
312 Thread th = new Thread() { in test_getState() local