HomeSort by relevance Sort by last modified time
    Searched refs:LogError (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 148 static MD_INLINE void LogError(const char* format, ...)
263 static MD_INLINE void LogError(const char* format, ...)
294 static MD_INLINE void LogError(const char* format, ...)
452 LogError("Directory Name is NULL");
459 LogError("storageDir '%s' allocation error", directoryName);
466 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName);
478 LogError("Directory Name is NULL");
489 LogError("storageDir '%s' does not have read-write access", directoryName);
496 LogError("storageDir '%s' does not exist", directoryName);
502 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName)
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_test.cc 18 void LogError(const std::string& error_name,
132 base::Bind(&WiFiServiceTest::LogError, base::Unretained(this)));
142 base::Bind(&WiFiServiceTest::LogError, base::Unretained(this)));
  /external/chromium_org/ppapi/tests/
testing_instance.cc 184 LogError("Plugin initialization failed: " + errors_);
194 LogError(errors_);
210 LogError(errors_);
223 LogError(errors_);
287 void TestingInstance::LogError(const std::string& text) {
testing_instance.h 143 void LogError(const std::string& text);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 150 // LogError(this).s() << "Hello world: " << 42;
151 class LogError {
153 LogError(VideoDecodeDemoInstance* demo) : demo_(demo) {}
154 ~LogError() {
160 // Impl note: it would have been nicer to have LogError derive from
464 LogError(this).s() << "Received error: " << error;
521 LogError(this).s() << "Rendered frames: " << num_frames_rendered_
  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 239 void LogError(const std::string& service_path,
445 base::Bind(&LogError, it->service_path));

Completed in 250 milliseconds