Searched refs:LogError (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/testing/iossim/ |
D | iossim.mm | 127 void LogError(NSString* format, ...) { 157 LogError(@"Failed to find class %@ at runtime.", nameOfClass); 177 LogError(@"Task '%@ %@' is still running.", 182 LogError(@"Task '%@ %@' exited with return code %d.", 208 LogError(@"Unable to find Xcode version. 'xcodebuild -version' " 391 LogError(@"Simulator failed to start: \"%@\" (%@:%ld)", 432 LogError(@"Simulator ended with error: \"%@\" (%@:%ld)", 458 LogError(@"Failed to get [session simulatedApplicationPID]"); 523 LogError(@"Simulated app crashed or exited with non-zero status"); 573 LogError(@"Unable to loadAllPlatformsReturningError. Error: %@", [all …]
|
/external/chromium_org/ppapi/tests/ |
D | testing_instance.cc | 188 LogError("Plugin initialization failed: " + errors_); in ExecuteTests() 198 LogError(errors_); in ExecuteTests() 227 LogError(errors_); in ExecuteTests() 291 void TestingInstance::LogError(const std::string& text) { in LogError() function in TestingInstance
|
D | testing_instance.h | 144 void LogError(const std::string& text);
|
/external/chromium_org/ppapi/examples/video_decode/ |
D | video_decode_dev.cc | 151 class LogError { class in __anon372c10ce0111::VideoDecodeDemoInstance 153 LogError(VideoDecodeDemoInstance* demo) : demo_(demo) {} in LogError() function in __anon372c10ce0111::VideoDecodeDemoInstance::LogError 154 ~LogError() { in ~LogError() 467 LogError(this).s() << "Received error: " << error; in NotifyError() 524 LogError(this).s() << "Rendered frames: " << num_frames_rendered_ in PaintFinished()
|
D | video_decode.cc | 90 class LogError { class in __anondb7eb8b00111::MyInstance 92 LogError(MyInstance* instance) : instance_(instance) {} in LogError() function in __anondb7eb8b00111::MyInstance::LogError 93 ~LogError() { in ~LogError() 526 LogError(this).s() << "Rendered frames: " << num_frames_rendered_ in PaintFinished()
|
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/ |
D | video_decode.cc | 89 class LogError { class in __anona6a8c5dc0111::MyInstance 91 LogError(MyInstance* instance) : instance_(instance) {} in LogError() function in __anona6a8c5dc0111::MyInstance::LogError 92 ~LogError() { in ~LogError() 525 LogError(this).s() << "Rendered frames: " << num_frames_rendered_ in PaintFinished()
|
/external/chromium_org/chromeos/network/ |
D | client_cert_resolver.cc | 208 void LogError(const std::string& service_path, in LogError() function 446 base::Bind(&LogError, it->service_path)); in ConfigureCertificates()
|
/external/qemu/android/base/ |
D | Log_unittest.cpp | 203 TEST_F(LogTest, LogError) { in TEST_F() argument
|