/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 72 Log.wtf(TAG, buildMessage(format, args)); in wtf() 75 public static void wtf(Throwable tr, String format, Object... args) { in wtf() method in VolleyLog 76 Log.wtf(TAG, buildMessage(format, args), tr); in wtf()
|
/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 74 wtf(tag, msg, null); in wtf() 78 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 171 wtf->format(icuNow, utBuffer); in testLocales() 206 delete wtf; in testLocales()
|
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/ |
D | Linker.java | 338 Log.wtf(TAG, "Invalid linker: " + sSingleton.getClass().getName()); in getImplementationForTesting() 453 Log.wtf(TAG, "Linker runtime tests not set up for this process"); in runTestRunnerClassForTesting() 463 Log.wtf(TAG, "Could not instantiate test runner class by name", e); in runTestRunnerClassForTesting() 468 Log.wtf(TAG, "Linker runtime tests failed in this process"); in runTestRunnerClassForTesting()
|
D | LegacyLinker.java | 116 Log.wtf(TAG, "FATAL: illegal shared RELRO config"); in ensureInitializedLocked()
|
/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 86 wtf(tag, msg, null); in wtf() 90 public static void wtf(String tag, String msg, Throwable throwable) { in wtf() method in ShadowLog
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | DEPS | 2 "+third_party/WebKit/Source/wtf",
|
D | BUILD.gn | 186 "//third_party/WebKit/Source/wtf",
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | LogTest.java | 109 Log.wtf("tag", "msg"); in wtf_shouldLogAppropriately() 118 Log.wtf("tag", "msg", throwable); in wtf_shouldLogAppropriately_withThrowable()
|
/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 344 android.util.Log.wtf(normalizeTag(tag), message, tr); in wtf() 346 android.util.Log.wtf(normalizeTag(tag), message); in wtf()
|
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
D | module.h.tmpl | 76 #include "third_party/WebKit/Source/wtf/HashFunctions.h" 77 #include "third_party/WebKit/Source/wtf/Optional.h" 78 #include "third_party/WebKit/Source/wtf/text/WTFString.h"
|
/external/libmojo/mojo/common/ |
D | string16.mojom | 9 // third_party/WebKit/Source/wtf/text/WTFString.h.
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLogTest.java | 111 Log.wtf("tag", "msg"); in wtf_shouldLogAppropriately() 120 Log.wtf("tag", "msg", throwable); in wtf_shouldLogAppropriately_withThrowable()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | JsonRequest.java | 118 VolleyLog.wtf("Unsupported Encoding while trying to get the bytes of %s using %s", in getBody()
|
/external/libmojo/mojo/public/tools/bindings/generators/java_templates/ |
D | interface_definition.tmpl | 120 … android.util.Log.wtf("{{namespace}}.{{interface.name}}", "Uncaught runtime exception", e); 253 … android.util.Log.wtf("{{namespace}}.{{interface.name}}", "Uncaught runtime exception", e);
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 2653 WTF_ScopedLockable wtf(&mu_); in test1() local 2654 wtf.release(); in test1() 2658 WTF_ScopedLockable wtf(&mu_); // expected-note {{mutex acquired here}} in test2() local 2663 WTF_ScopedLockable wtf(&mu_); in test3() local 2664 wtf.release(); in test3() 2673 WTF_ScopedLockable wtf(&mu_); in test4() local 2674 wtf.release(); in test4() 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/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Interface.java | 213 android.util.Log.wtf("org.chromium.mojo.bindings.Interface", in queryVersion()
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_snp.c | 1089 efi_snp_get_driver_name ( EFI_COMPONENT_NAME2_PROTOCOL *wtf __unused, in efi_snp_get_driver_name() 1107 efi_snp_get_controller_name ( EFI_COMPONENT_NAME2_PROTOCOL *wtf __unused, in efi_snp_get_controller_name()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | AndroidFacade.java | 981 android.util.Log.wtf("SL4A: ", message); in logWTF()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.td | 150 def WTF : PseudoInstAlpha<(outs), (ins variable_ops), "#wtf", [], s_pseudo>;
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6631 "wtf",
|
/external/mksh/src/ |
D | check.t | 8120 (*) echo wtf\? $? \#"$*" ;;
|