HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_NONE (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/extensions/
crx_installer_error.h 17 ERROR_NONE,
22 CrxInstallerError() : type_(ERROR_NONE) {
26 : type_(message.empty() ? ERROR_NONE : ERROR_OTHER),
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp 88 int iRet = ERROR_NONE;
91 if (iRet == ERROR_NONE) {
100 int iRet = ERROR_NONE;
103 if (iRet == ERROR_NONE) {
123 return ERROR_NONE;
168 return ERROR_NONE;
ExynosJpegBase.cpp 58 int iRet = ERROR_NONE;
72 int iRet = ERROR_NONE;
88 int iRet = ERROR_NONE;
137 int iRet = ERROR_NONE;
178 int iRet = ERROR_NONE;
202 int iRet = ERROR_NONE;
235 int iRet = ERROR_NONE;
263 int iRet = ERROR_NONE;
276 int iRet = ERROR_NONE;
290 int iRet = ERROR_NONE;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 53 ERROR_NONE = 0, //!< No error
xmppclient.cc 57 pre_engine_error_(XmppEngine::ERROR_NONE),
158 return XmppEngine::ERROR_NONE;
159 if (d_->pre_engine_error_ != XmppEngine::ERROR_NONE) {
xmppengine.h 152 ERROR_NONE = 0, //!< No error
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 53 ERROR_NONE = 0, //!< No error
util_unittest.cc 40 case XmppEngine::ERROR_NONE:
xmppclient.cc 52 pre_engine_error_(XmppEngine::ERROR_NONE),
181 return XmppEngine::ERROR_NONE;
182 if (d_->pre_engine_error_ != XmppEngine::ERROR_NONE) {
xmppengine.h 160 ERROR_NONE = 0, //!< No error
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 70 int ret = ERROR_NONE;
98 return ERROR_NONE;
138 return ERROR_NONE;
201 int ret = ERROR_NONE;
218 if (ret != ERROR_NONE) {
239 return ERROR_NONE;
256 int ret = ERROR_NONE;
263 return ERROR_NONE;
268 int ret = ERROR_NONE;
295 if (ret != ERROR_NONE) {
    [all...]
ExynosJpegEncoderForCamera.h 71 ERROR_NONE = 0
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 65 int ret = ERROR_NONE;
99 return ERROR_NONE;
132 return ERROR_NONE;
195 int ret = ERROR_NONE;
206 return ERROR_NONE;
223 int ret = ERROR_NONE;
233 return ERROR_NONE;
238 int ret = ERROR_NONE;
315 return ERROR_NONE;
494 int ret = ERROR_NONE;
    [all...]
ExynosJpegEncoderForCamera.h 69 ERROR_NONE = 0
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 145 DrmManagerClient.ERROR_NONE,
153 mDrmManagerClient.removeAllRights(), DrmManagerClient.ERROR_NONE);
189 DrmManagerClient.ERROR_NONE, mDrmManagerClient.processDrmInfo(drmInfo));
218 assertEquals(DrmManagerClient.ERROR_NONE, mDrmManagerClient.saveRights(
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.h 52 ERROR_NONE = 0,
  /external/chromium_org/jingle/notifier/base/
xmpp_connection_unittest.cc 104 // not setting a valid host, but this gets bubbled up as ERROR_NONE
107 OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL));
145 OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL));
158 OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL));
214 OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL));
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 191 ERROR_NONE = 0, // No error.
238 *error = ERROR_NONE;
422 ERROR_NONE = 0, // No error.
  /external/chromium_org/jingle/glue/
chrome_async_socket.cc 36 error_(ERROR_NONE),
69 DCHECK_NE(error, ERROR_NONE);
202 error_ = ERROR_NONE;
381 error_ = ERROR_NONE;
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt_unittest.cc 137 attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL);
145 attempt_->OnError(buzz::XmppEngine::ERROR_NONE, 0, NULL);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 82 ERROR_NONE,
265 error(SrtpFilter::ERROR_NONE) {
srtpfilter_unittest.cc 704 error_(cricket::SrtpFilter::ERROR_NONE) {
719 error_ = cricket::SrtpFilter::ERROR_NONE;
736 EXPECT_EQ(cricket::SrtpFilter::ERROR_NONE, error_);
752 EXPECT_EQ(cricket::SrtpFilter::ERROR_NONE, error_);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 300 GET_STRING_OF_ERROR(ERROR_NONE)
525 if (error() != cricket::BaseSession::ERROR_NONE) {
584 if (error() != cricket::BaseSession::ERROR_NONE) {
597 if (error() != cricket::BaseSession::ERROR_NONE) {
660 if (error() != cricket::BaseSession::ERROR_NONE) {
672 ASSERT(error() == cricket::BaseSession::ERROR_NONE);
679 if (error() != cricket::BaseSession::ERROR_NONE) {
689 if (error() != cricket::BaseSession::ERROR_NONE) {
700 if (error() != cricket::BaseSession::ERROR_NONE) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.h 85 ERROR_NONE = 0,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 717 ERROR_NONE = 0, // No error.
783 *error = ERROR_NONE;
797 ERROR_NONE = 0, // No error.
918 ERROR_NONE = 0, // No error.
    [all...]

Completed in 248 milliseconds

1 2 3