Searched defs:failure (Results 26 - 50 of 92) sorted by relevance

1234

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c70 smp_build_pairing_fail, /* 0x05: pairing failure */
114 UINT8 failure = SMP_PAIR_INTERNAL_ERR; local
134 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
153 UINT8 failure = SMP_RSP_TIMEOUT; local
163 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
402 UINT8_TO_STREAM (p, p_cb->failure);
H A Dsmp_act.c128 ** Description pairing failure to peer device if needed.
133 p_cb->failure = *(UINT8 *)p_data;
135 SMP_TRACE_DEBUG2 ("smp_send_pair_fail status=%d failure=%d ",p_cb->status, p_cb->failure);
336 ** Description process pairing failure from peer device
552 reason = p_cb->failure = SMP_CONFIRM_VALUE_ERR;
735 UINT8 failure = SMP_UNKNOWN_IO_CAP; local
801 failure = SMP_PAIR_AUTH_FAIL;
802 p = (tSMP_INT_DATA *)&failure;
822 p = (tSMP_INT_DATA *)&failure;
[all...]
H A Dsmp_keys.c860 UINT8 failure = SMP_PAIR_FAIL_UNKNOWN; local
905 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
H A Dsmp_int.h167 UINT8 failure; member in struct:__anon1451
/external/chromium/chrome/browser/chromeos/login/
H A Dgoogle_authenticator_unittest.cc335 LoginFailure failure = local
339 EXPECT_CALL(consumer, OnLoginFailure(failure))
422 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(auth_error); local
425 EXPECT_CALL(consumer, OnLoginFailure(failure))
582 // A failure case, but we still want the test to finish gracefully.
622 // A failure case, but we still want the test to finish gracefully.
671 // A failure case, but we still want the test to finish gracefully.
H A Dlogin_performer.cc60 void LoginPerformer::OnLoginFailure(const LoginFailure& failure) { argument
62 UMA_HISTOGRAM_ENUMERATION("Login.FailureReason", failure.reason(),
65 DVLOG(1) << "failure.reason " << failure.reason();
66 DVLOG(1) << "failure.error.state " << failure.error().state();
68 last_login_failure_ = failure;
72 if (failure.reason() == LoginFailure::NETWORK_AUTH_FAILED &&
73 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) {
74 captcha_token_ = failure
[all...]
H A Dmock_authenticator.h75 void OnLoginFailure(const LoginFailure& failure) { argument
76 consumer_->OnLoginFailure(failure);
H A Dparallel_authenticator_unittest.cc172 void ExpectLoginFailure(const LoginFailure& failure) { argument
173 EXPECT_CALL(consumer_, OnLoginFailure(failure))
525 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
526 state_.release()->PresetOnlineLoginStatus(result_, failure);
527 ExpectLoginFailure(failure);
558 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
559 state_.release()->PresetOnlineLoginStatus(result_, failure);
560 ExpectLoginFailure(failure);
596 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
597 state_.release()->PresetOnlineLoginStatus(result_, failure);
642 LoginFailure failure = LoginFailure::FromNetworkAuthFailure(error); local
669 LoginFailure failure = local
[all...]
H A Dexisting_user_controller.cc244 void ExistingUserController::OnLoginFailure(const LoginFailure& failure) { argument
246 std::string error = failure.GetErrorString();
261 if (failure.reason() == LoginFailure::NETWORK_AUTH_FAILED &&
262 failure.error().state() == GoogleServiceAuthError::CAPTCHA_REQUIRED) {
263 if (!failure.error().captcha().image_url.is_empty()) {
265 new CaptchaView(failure.error().captcha().image_url, false);
276 } else if (failure.reason() == LoginFailure::NETWORK_AUTH_FAILED &&
277 failure.error().state() ==
280 } else if (failure.reason() == LoginFailure::NETWORK_AUTH_FAILED &&
281 failure
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DBuildResults.java47 String failure; field in class:BuildResults
279 * Return the failure message which may happened on this scenario
282 * @return The failure message or <code>null</null> if the scenario passed.
285 return this.failure;
449 * Set the build failure.
451 void setFailure(String failure) { argument
452 this.failure = failure;
583 // Write extra infos (summary, failure and comment)
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java253 final BuildException failure = getFailure ();
255 if (failure != null)
256 throw failure;
273 final BuildException failure = getFailure ();
275 if (failure != null)
276 throw failure;
424 private void setFailure (final BuildException failure) argument
426 if (m_settingsFailure == null) m_settingsFailure = failure; // record the first one only
/external/icu4c/test/intltest/
H A Dnmfmtrt.cpp46 NumberFormatRoundTripTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:NumberFormatRoundTripTest
97 if (!failure(status, "NumberFormat::createInstance", TRUE)){
103 if (!failure(status, "NumberFormat::createCurrencyInstance", TRUE)){
109 if (!failure(status, "NumberFormat::createPercentInstance", TRUE)){
127 failure(status, "NumberFormat::createInstance");
132 failure(status, "NumberFormat::createCurrencyInstance");
137 failure(status, "NumberFormat::createPercentInstance");
250 failure(status, "fmt->parse");
H A Ddtfmtrtts.cpp65 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg) function in class:DateFormatRoundTripTest
76 DateFormatRoundTripTest::failure(UErrorCode status, const char* msg, const UnicodeString& str) function in class:DateFormatRoundTripTest
123 errln("Round trip failure: \"%S\" (%f), \"%S\" (%f)", result[0].getBuffer(), date[1], result[1].getBuffer(), date[2]);
338 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName());
389 failure(status, "TimeZone::getOffset");
408 else if((in0=fmt->getTimeZone().inDaylightTime(d[0], status)) && ! failure(status, "gettingDaylightTime") &&
413 fmt->getTimeZone().inDaylightTime(d[1], status) && !failure(status, "gettingDaylightTime"))
421 && !failure(status, "error status [smatch>maxSmatch]")
502 failure(status, "getfieldCal->setTime");
504 failure(statu
[all...]
H A Dmsfmrgts.cpp58 MessageFormatRegressionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:MessageFormatRegressionTest
90 failure(status, "couldn't create MessageFormat");
95 failure(status, "messageFormat->applyPattern");
104 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
110 failure(status, "messageFormatter->applyPattern");
123 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
129 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
159 failure(status, "new MessageFormat");
183 failure(status, "new MessageFormat");
190 failure(statu
[all...]
/external/libppp/src/
H A Dauth.c403 auth_func success, auth_func failure)
411 authp->fn.failure = failure;
402 auth_Init(struct authinfo *authp, struct physical *p, auth_func req, auth_func success, auth_func failure) argument
H A Dip.c105 static char failure[6]; local
119 return HexStr(qclass, failure, sizeof failure);
125 static char failure[6]; local
146 return HexStr(qtype, failure, sizeof failure);
/external/stlport/src/
H A Dios.cpp33 // class ios_base::failure, a subclass of exception. It's used solely
36 ios_base::failure::failure(const string& s) function in class:ios_base::failure
40 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {}
212 strcpy(buffer, "ios failure: rdstate = 0x");
219 arg = "ios failure";
225 throw failure(arg);
/external/chromium/net/disk_cache/
H A Dblock_files.cc553 int failure = DeleteCacheFile(name) ? 0 : 1; local
554 UMA_HISTOGRAM_COUNTS("DiskCache.DeleteFailed2", failure);
555 if (failure)
/external/chromium/testing/gtest/test/
H A Dgtest_output_test_.cc68 // This function calls a test subroutine, catches the fatal failure it
71 // Calls a subrountine that yields a fatal failure.
74 // Catches the fatal failure and aborts the test.
104 // Tests catching a fatal failure in a subroutine.
106 printf("(expecting a failure that x should be 1)\n");
111 // Tests catching a fatal failure in a nested subroutine.
113 printf("(expecting a failure that x should be 1)\n");
115 // Calls a subrountine that yields a fatal failure.
118 // Catches the fatal failure and aborts the test.
130 printf("(expecting a failure o
839 AddFailure(FailureMode failure) argument
879 AddFailureInOtherThread(FailureMode failure) argument
[all...]
/external/gtest/test/
H A Dgtest_output_test_.cc68 // This function calls a test subroutine, catches the fatal failure it
71 // Calls a subrountine that yields a fatal failure.
74 // Catches the fatal failure and aborts the test.
104 // Tests catching a fatal failure in a subroutine.
106 printf("(expecting a failure that x should be 1)\n");
111 // Tests catching a fatal failure in a nested subroutine.
113 printf("(expecting a failure that x should be 1)\n");
115 // Calls a subrountine that yields a fatal failure.
118 // Catches the fatal failure and aborts the test.
130 printf("(expecting a failure o
839 AddFailure(FailureMode failure) argument
879 AddFailureInOtherThread(FailureMode failure) argument
[all...]
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc66 // This function calls a test subroutine, catches the fatal failure it
69 // Calls a subrountine that yields a fatal failure.
72 // Catches the fatal failure and aborts the test.
88 // Tests catching a fatal failure in a subroutine.
90 printf("(expecting a failure that x should be 1)\n");
95 // Tests catching a fatal failure in a nested subroutine.
97 printf("(expecting a failure that x should be 1)\n");
99 // Calls a subrountine that yields a fatal failure.
102 // Catches the fatal failure and aborts the test.
114 printf("(expecting a failure o
816 AddFailure(FailureMode failure) argument
856 AddFailureInOtherThread(FailureMode failure) argument
866 FailureMode* failure = static_cast<FailureMode*>(attr); local
[all...]
/external/v8/src/
H A Dstub-cache.h519 void set_failure(Failure* failure) { failure_ = failure; } argument
/external/stlport/stlport/stl/
H A D_ios_base.h51 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { class in class:ios_base
53 explicit failure(const string&);
54 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc47 // label for failure searches.
603 void FindBarGtk::UpdateMatchLabelAppearance(bool failure) { argument
604 match_label_failure_ = failure;
614 failure ? &kFindFailureBackgroundColor :
617 failure ? &kEntryTextColor : &normal_text);
620 failure ? &kFindFailureBackgroundColor :
623 failure ? &kEntryTextColor : &kFindSuccessTextColor);
/external/chromium/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc147 // Reports 0 on success or errno on failure, and the data of the file upon
154 // Reports 0 on success or errno on failure, and the number of bytes written,
961 const net::CertDatabase::ImportCertFailure& failure = not_imported[i]; local
963 dict->SetString(kNameId, failure.certificate->subject().GetDisplayName());
964 dict->SetString(kErrorId, NetErrorToString(failure.net_error));

Completed in 367 milliseconds

1234