Home
last modified time | relevance | path

Searched refs:wtf (Results 1 – 25 of 40) sorted by relevance

12

/external/volley/src/main/java/com/android/volley/
DVolleyLog.java71 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/
DShadowLog.java73 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/
Dwindttst.cpp148 DateFormat *wtf = DateFormat::createTimeInstance(DateFormat::kFull, wlocale); in testLocales() local
152 wtf->format(icuNow, utBuffer); in testLocales()
187 delete wtf; in testLocales()
/external/libmojo/mojo/
Dmojom_bindings_generator.gypi26 '<(DEPTH)/third_party/WebKit/Source/wtf/wtf.gyp:wtf',
Dmojom_bindings_generator_explicit.gypi26 '<(DEPTH)/third_party/WebKit/Source/wtf/wtf.gyp:wtf',
Dmojo_public.gyp239 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf',
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/
DLinker.java338 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()
DLegacyLinker.java116 Log.wtf(TAG, "FATAL: illegal shared RELRO config"); in ensureInitializedLocked()
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_top/
Dfile2.pprof10 …tringImpl::lower /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/wtf/text/StringImpl.cpp
15 …erator::skipEmptyBuckets /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/wtf/HashTable.h
Dfile1.pprof19 …% WTF::hashInt /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/wtf/HashFunctions.h (in…
/external/libmojo/mojo/public/cpp/bindings/
DDEPS2 "+third_party/WebKit/Source/wtf",
DBUILD.gn162 "//third_party/WebKit/Source/wtf",
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DLogTest.java109 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/
DLog.java340 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/common/
Dstring16.mojom9 // third_party/WebKit/Source/wtf/text/WTFString.h.
/external/volley/src/main/java/com/android/volley/toolbox/
DJsonRequest.java100 VolleyLog.wtf("Unsupported Encoding while trying to get the bytes of %s using %s", in getBody()
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_tree_csv/
Dfile1.csv3 …,WTF::RefPtr::RefPtr,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/wtf/RefPtr.h,0.0358
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_top_csv/
Dfile1.csv7 WTF::hashInt,/home/chrome-bot/chrome_root/src/third_party/WebKit/Source/wtf/HashFunctions.h,2786321…
/external/toolchain-utils/user_activity_benchmarks/testdata/input/pprof_tree/
Dfile1.pprof15 …TF::RefPtr::RefPtr /home/chrome-bot/chrome_root/src/third_party/WebKit/Source/wtf/RefPtr.h (inline)
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dmodule.h.tmpl80 #include "third_party/WebKit/Source/wtf/Optional.h"
81 #include "third_party/WebKit/Source/wtf/text/WTFString.h"
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2653 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/syslinux/gpxe/src/interface/efi/
Defi_snp.c1089 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/libmojo/mojo/public/tools/bindings/generators/java_templates/
Dinterface_definition.tmpl120 … android.util.Log.wtf("{{namespace}}.{{interface.name}}", "Uncaught runtime exception", e);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java972 android.util.Log.wtf("SL4A: ", message); in logWTF()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.td150 def WTF : PseudoInstAlpha<(outs), (ins variable_ops), "#wtf", [], s_pseudo>;

12