Home
last modified time | relevance | path

Searched defs:wtf (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLog.java73 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/icu4c/test/intltest/
Dwindttst.cpp148 DateFormat *wtf = DateFormat::createTimeInstance(DateFormat::kFull, wlocale); in testLocales() local
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2590 WTF_ScopedLockable wtf(&mu_); in test1() local
2595 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test2() local
2600 WTF_ScopedLockable wtf(&mu_); in test3() local
2610 WTF_ScopedLockable wtf(&mu_); in test4() local
2617 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test5() local
2626 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test6() local