Searched defs:wtf (Results 1 – 6 of 6) sorted by relevance
/external/volley/src/main/java/com/android/volley/ |
D | VolleyLog.java | 71 public static void wtf(String format, Object... args) { in wtf() method in VolleyLog 75 public static void wtf(Throwable tr, String format, Object... args) { in wtf() method in VolleyLog
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLog.java | 73 public static void wtf(String tag, String msg) { in wtf() method in ShadowLog 78 public static void wtf(String tag, String msg, Throwable throwable) { in wtf() method in ShadowLog
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLog.java | 85 public static void wtf(String tag, String msg) { in wtf() method in ShadowLog 90 public static void wtf(String tag, String msg, Throwable throwable) { in wtf() method in ShadowLog
|
/external/icu/icu4c/source/test/intltest/ |
D | windttst.cpp | 167 DateFormat *wtf = DateFormat::createTimeInstance(DateFormat::kFull, wlocale); in testLocales() local
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 2653 WTF_ScopedLockable wtf(&mu_); in test1() local 2658 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test2() local 2663 WTF_ScopedLockable wtf(&mu_); in test3() local 2673 WTF_ScopedLockable wtf(&mu_); in test4() local 2680 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test5() local 2689 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test6() local
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
D | Log.java | 340 public static void wtf(String tag, String messageTemplate, Object... args) { in wtf() method in Log
|