Home
last modified time | relevance | path

Searched refs:ERROR_NONE (Results 1 – 12 of 12) sorted by relevance

/external/skia/gm/
Dgmmain.cpp52 const static ErrorBitfield ERROR_NONE = 0x00; variable
214 return ERROR_NONE; in compare()
312 return ERROR_NONE; in generate_image()
390 return ERROR_NONE; in write_reference_image()
406 if ((ERROR_NONE == errors) && diffPath) { in compare_to_reference_image()
459 return ERROR_NONE; in handle_test_results()
513 if (ERROR_NONE != errors) { in test_drawing()
544 return ERROR_NONE; in test_deferred_drawing()
549 return ERROR_NONE; in test_deferred_drawing()
566 return ERROR_NONE; in test_picture_playback()
[all …]
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h191 ERROR_NONE = 0, // No error. enumerator
238 *error = ERROR_NONE; in GetLastMediaError()
422 ERROR_NONE = 0, // No error. enumerator
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppclient.cc57 pre_engine_error_(XmppEngine::ERROR_NONE), in Private()
158 return XmppEngine::ERROR_NONE; in GetError()
159 if (d_->pre_engine_error_ != XmppEngine::ERROR_NONE) { in GetError()
Dasyncsocket.h53 ERROR_NONE = 0, //!< No error enumerator
Dxmppengineimpl.cc68 error_code_(ERROR_NONE), in XmppEngineImpl()
441 return error_code_ != ERROR_NONE; in HasError()
Dxmppengine.h152 ERROR_NONE = 0, //!< No error enumerator
/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_api.h52 ERROR_NONE = 0, enumerator
Dextension_webstore_private_api.cc311 case ERROR_NONE: in SetResult()
385 SetResult(ERROR_NONE); in InstallUIProceed()
/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmppsocket.cc170 return buzz::AsyncSocket::ERROR_NONE; in error()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.cc159 : state_(STATE_INIT), error_(ERROR_NONE), in BaseSession()
237 error_ = ERROR_NONE; in Session()
896 if (error_ != ERROR_NONE) in SetError()
Dsession.h160 ERROR_NONE = 0, // no error enumerator
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcallclient.cc262 case buzz::XmppEngine::ERROR_NONE: in strerror()