Searched defs:wtf (Results 1 – 5 of 5) sorted by relevance
71 public static void wtf(String format, Object... args) { in wtf() method in VolleyLog75 public static void wtf(Throwable tr, String format, Object... args) { in wtf() method in VolleyLog
73 public static void wtf(String tag, String msg) { in wtf() method in ShadowLog78 public static void wtf(String tag, String msg, Throwable throwable) { in wtf() method in ShadowLog
148 DateFormat *wtf = DateFormat::createTimeInstance(DateFormat::kFull, wlocale); in testLocales() local
2653 WTF_ScopedLockable wtf(&mu_); in test1() local2658 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test2() local2663 WTF_ScopedLockable wtf(&mu_); in test3() local2673 WTF_ScopedLockable wtf(&mu_); in test4() local2680 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test5() local2689 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test6() local
340 public static void wtf(String tag, String messageTemplate, Object... args) { in wtf() method in Log