Home
last modified time | relevance | path

Searched refs:LogError (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/testing/iossim/
Diossim.mm127 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/
Dtesting_instance.cc188 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
Dtesting_instance.h144 void LogError(const std::string& text);
/external/chromium_org/ppapi/examples/video_decode/
Dvideo_decode_dev.cc151 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()
Dvideo_decode.cc90 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/
Dvideo_decode.cc89 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/
Dclient_cert_resolver.cc208 void LogError(const std::string& service_path, in LogError() function
446 base::Bind(&LogError, it->service_path)); in ConfigureCertificates()
/external/qemu/android/base/
DLog_unittest.cpp203 TEST_F(LogTest, LogError) { in TEST_F() argument