Searched defs:wtf (Results 1 – 6 of 6) sorted by relevance
74 public static void wtf(String format, Object... args) { in wtf() method in VolleyLog78 public static void wtf(Throwable tr, String format, Object... args) { in wtf() method in VolleyLog
129 public static String wtf() { in wtf() method in JsonRpcResult
91 protected static int wtf(String tag, String msg) { in wtf() method in ShadowLog96 protected static int wtf(String tag, String msg, Throwable throwable) { in wtf() method in ShadowLog
168 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