HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 151 - 175 of 226) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 335 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.
  /external/chromium/net/disk_cache/
backend_impl.h 276 void RestartCache(bool failure);
280 // on failure.
330 // Performs basic checks on the index file. Returns false on failure.
  /external/dbus/dbus/
dbus-sha.c 870 goto failure;
879 goto failure;
888 goto failure;
897 failure:
  /external/v8/src/mips/
macro-assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 107 fixed another 25-year-old RE bug, in split. it's another failure
114 was longer than the number of states triggered a failure to initialize
132 variety of odd problems, including failure to properly match certain
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h 260 /* Failure-to-log actions */
305 __u32 failure; /* Failure-to-log action */ member in struct:audit_status
  /external/v8/test/mjsunit/
substr.js 102 // Keep creating strings to to force allocation failure on substring creation.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 2 // Otherwise it will output "PROXY failure:<num-failures>".
26 return "PROXY failure:" + numTestsFailed;
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 603 - (void)_setLastVisitWasFailure:(BOOL)failure
605 core(_private)->setLastVisitWasFailure(failure);
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 147 // 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
    [all...]
  /external/junit/src/junit/swingui/
TestRunner.java 235 JOptionPane.showMessageDialog(fFrame, "Could not create Failure DetailView - using default view");
641 showStatus(message+" had a failure");
754 TestFailure failure= (TestFailure)failures.getElementAt(i); local
755 if (failure.failedTest() == test) {
756 fFailureView.showFailure(failure);
  /external/v8/src/arm/
macro-assembler-arm.h 712 // a retry after GC failure.
736 // failure.
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 473 // NOTICE: This operation jumps on success, not failure!
592 // smi. If neither are smis, jump to the failure label.
1386 NearLabel failure, zero_correct_result; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 345 * Previous VM provider setting so we can return to it in case of failure.
373 * True if we had full or partial failure setting forwarding numbers and so need to roll them
499 // Set this flag so if we get a failure we revert to previous provider
636 boolean failure = false;
646 failure = true;
650 failure = true;
670 failure = true;
674 if (failure) {
675 if (DBG) log("Failure in return from voicemail provider");
738 * success/failure messages from the telephony layer) and it'
    [all...]
  /external/libpng/
CHANGES     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 43 PHASE2_TLV, SUCCESS_REQ, FAILURE_REQ, SUCCESS, FAILURE
90 case FAILURE:
91 return "FAILURE";
137 if (data->state == FAILURE || data->state == FAILURE_REQ) {
138 eap_peap_state(data, FAILURE);
154 if (data->state == FAILURE || data->state == FAILURE_REQ ||
156 eap_peap_state(data, FAILURE);
222 eap_peap_state(data, FAILURE);
672 eap_peap_state(data, FAILURE);
689 eap_peap_state(data, FAILURE);
867 int failure = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 44 PHASE2_TLV, SUCCESS_REQ, FAILURE_REQ, SUCCESS, FAILURE
91 case FAILURE:
92 return "FAILURE";
138 if (data->state == FAILURE || data->state == FAILURE_REQ) {
139 eap_peap_state(data, FAILURE);
155 if (data->state == FAILURE || data->state == FAILURE_REQ ||
157 eap_peap_state(data, FAILURE);
223 eap_peap_state(data, FAILURE);
675 eap_peap_state(data, FAILURE);
692 eap_peap_state(data, FAILURE);
870 int failure = 0; local
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 526 1*10^6 bytes. If the data is too large, fail, but log the failure. Future
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 187 # We save the original url in case of Yadis discovery failure.
192 # A flag to disable yadis discovery in case of failure in headers.
  /external/chromium/net/http/
http_cache_transaction.cc 881 // If there is a failure, the cache should have taken care of new_entry_.
1773 bool failure = response_code == 200 || response_code == 416; local
    [all...]

Completed in 1555 milliseconds

1 2 3 4 5 67 8 910