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

1 2 3

  /system/core/libunwindstack/include/unwindstack/
Error.h 25 ERROR_NONE, // No error.
  /system/core/gatekeeperd/tests/
gatekeeper_test.cpp 49 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, response.error);
74 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, enroll_response.error);
81 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, response.error);
104 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, enroll_response.error);
117 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, response.error);
133 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, enroll_response.error);
142 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, response.error);
158 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, enroll_response.error);
165 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, response.error);
178 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, enroll_response.error)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
KeepaliveStatus.java 36 public static final int ERROR_NONE = 0;
64 errorCode = ERROR_NONE;
  /system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h 33 ERROR_NONE = 0,
77 GateKeeperMessage() : error(ERROR_NONE) {}
129 return ERROR_NONE;
  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 38 ERROR_NONE = 0, //!< No error
util_unittest.cc 47 case XmppEngine::ERROR_NONE:
xmppclient.cc 36 pre_engine_error_(XmppEngine::ERROR_NONE),
165 return XmppEngine::ERROR_NONE;
166 if (d_->pre_engine_error_ != XmppEngine::ERROR_NONE) {
xmppengine.h 143 ERROR_NONE = 0, //!< No error
xmppengineimpl.cc 42 error_code_(ERROR_NONE),
387 return error_code_ != ERROR_NONE;
  /system/gatekeeper/
gatekeeper_messages.cpp 60 return ERROR_NONE;
65 if (error == ERROR_NONE) {
84 if (error != ERROR_NONE) {
108 if (header->error == ERROR_NONE) {
171 gatekeeper_error_t error = ERROR_NONE;
186 if (error != ERROR_NONE) return error;
230 if (err != ERROR_NONE) {
235 return ERROR_NONE;
313 if (ret != ERROR_NONE) {
318 if (ret != ERROR_NONE) {
    [all...]
  /device/generic/goldfish/gatekeeper/
SoftGateKeeperDevice.cpp 62 } else if (response.error != ERROR_NONE) {
100 } else if (response.error != ERROR_NONE) {
  /device/google/cuttlefish_common/guest/hals/gatekeeper/
SoftGateKeeperDevice.cpp 62 } else if (response.error != ERROR_NONE) {
100 } else if (response.error != ERROR_NONE) {
  /system/core/gatekeeperd/
SoftGateKeeperDevice.cpp 62 } else if (response.error != ERROR_NONE) {
95 } else if (response.error != ERROR_NONE) {
  /system/gatekeeper/tests/
gatekeeper_messages_test.cpp 62 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
91 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
122 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
154 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
178 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
207 ASSERT_EQ(gatekeeper::gatekeeper_error_t::ERROR_NONE,
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 164 DrmManagerClient.ERROR_NONE,
172 mDrmManagerClient.removeAllRights(), DrmManagerClient.ERROR_NONE);
208 DrmManagerClient.ERROR_NONE, mDrmManagerClient.processDrmInfo(drmInfo));
321 assertEquals(DrmManagerClient.ERROR_NONE, mDrmManagerClient.saveRights(
  /system/core/libunwindstack/tests/
UnwinderTest.cpp 152 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
213 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
269 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
297 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
325 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
360 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
432 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
491 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
538 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode());
557 EXPECT_EQ(ERROR_NONE, unwinder.LastErrorCode())
    [all...]
ElfInterfaceArmTest.cpp 366 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode());
390 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode());
413 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode());
440 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode());
453 EXPECT_EQ(ERROR_NONE, interface.LastErrorCode());
  /external/autotest/client/common_lib/cros/
authpolicy.py 143 from active_directory_info_pb2 import ERROR_NONE
157 if error_value == ERROR_NONE:
  /external/webrtc/talk/session/media/
srtpfilter.h 76 ERROR_NONE,
287 error(SrtpFilter::ERROR_NONE) {
srtpfilter_unittest.cc     [all...]
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 114 } else if (error != ERROR_NONE) {
146 } else if (error != ERROR_NONE) {
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 52 public static final int ERROR_NONE = 0;
159 if (ERROR_NONE == _removeAllRights(mUniqueId)) {
445 * @return ERROR_NONE for success; ERROR_UNKNOWN for failure.
510 * @return ERROR_NONE for success; ERROR_UNKNOWN for failure.
519 result = (mEventHandler.sendMessage(msg)) ? ERROR_NONE : result;
551 * @return ERROR_NONE for success; ERROR_UNKNOWN for failure.
713 * @return ERROR_NONE for success; ERROR_UNKNOWN for failure.
727 * @return ERROR_NONE for success; ERROR_UNKNOWN for failure.
740 * @return ERROR_NONE for success; ERROR_UNKNOWN for failure.
746 result = (mEventHandler.sendMessage(msg)) ? ERROR_NONE : result
    [all...]
  /system/core/libunwindstack/
ElfInterfaceArm.cpp 149 last_error_.code = ERROR_NONE;
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 422 GET_STRING_OF_ERROR_CODE(ERROR_NONE)
843 if (error() != ERROR_NONE) {
    [all...]
webrtcsession.h 149 ERROR_NONE = 0, // no error
475 Error error_ = ERROR_NONE;

Completed in 403 milliseconds

1 2 3