HomeSort by relevance Sort by last modified time
    Searched refs:LogError (Results 1 - 4 of 4) 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/ppapi/tests/
testing_instance.cc 177 LogError("Plugin initialization failed: " + errors_);
187 LogError(errors_);
203 LogError(errors_);
216 LogError(errors_);
280 void TestingInstance::LogError(const std::string& text) {
testing_instance.h 139 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
463 LogError(this).s() << "Received error: " << error;
520 LogError(this).s() << "Rendered frames: " << num_frames_rendered_

Completed in 504 milliseconds