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

  /external/chromium_org/ppapi/tests/
testing_instance.cc 188 LogError("Plugin initialization failed: " + errors_);
198 LogError(errors_);
214 LogError(errors_);
227 LogError(errors_);
291 void TestingInstance::LogError(const std::string& text) {
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.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
467 LogError(this).s() << "Received error: " << error;
524 LogError(this).s() << "Rendered frames: " << num_frames_rendered_
video_decode.cc 89 // LogError(this).s() << "Hello world: " << 42;
90 class LogError {
92 LogError(MyInstance* instance) : instance_(instance) {}
93 ~LogError() {
99 // Impl note: it would have been nicer to have LogError derive from
526 LogError(this).s() << "Rendered frames: " << num_frames_rendered_
  /external/chromium_org/chromeos/network/
client_cert_resolver.cc 208 void LogError(const std::string& service_path,
446 base::Bind(&LogError, it->service_path));
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 88 // LogError(this).s() << "Hello world: " << 42;
89 class LogError {
91 LogError(MyInstance* instance) : instance_(instance) {}
92 ~LogError() {
98 // Impl note: it would have been nicer to have LogError derive from
525 LogError(this).s() << "Rendered frames: " << num_frames_rendered_
  /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...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 167 static MD_INLINE void LogError(const char* format, ...)
306 static MD_INLINE void LogError(const char* format, ...)
337 static MD_INLINE void LogError(const char* format, ...)
495 LogError("Directory Name is NULL");
502 LogError("storageDir '%s' allocation error", directoryName);
509 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName);
521 LogError("Directory Name is NULL");
532 LogError("storageDir '%s' does not have read-write access", directoryName);
539 LogError("storageDir '%s' does not exist", directoryName);
545 LogError("storageDir '%s' is incorrect or cannot be reached", directoryName)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 75 #define LogError __MINGW_NAME_AW(LogError)
mobsync.h 254 virtual HRESULT WINAPI LogError(DWORD dwErrorLevel,LPCWSTR lpcErrorText,LPSYNCMGRLOGERRORINFO lpSyncLogError) = 0;
270 HRESULT (WINAPI *LogError)(ISyncMgrSynchronizeCallback *This,DWORD dwErrorLevel,LPCWSTR lpcErrorText,LPSYNCMGRLOGERRORINFO lpSyncLogError);
288 #define ISyncMgrSynchronizeCallback_LogError(This,dwErrorLevel,lpcErrorText,lpSyncLogError) (This)->lpVtbl->LogError(This,dwErrorLevel,lpcErrorText,lpSyncLogError)

Completed in 447 milliseconds