HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 276 - 300 of 649) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic64.s 18 bne 1b ! Retry upon failure
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 70 // This function calls a test subroutine, catches the fatal failure it
73 // Calls a subrountine that yields a fatal failure.
76 // Catches the fatal failure and aborts the test.
116 // Tests catching a fatal failure in a subroutine.
118 printf("(expecting a failure that x should be 1)\n");
123 // Tests catching a fatal failure in a nested subroutine.
125 printf("(expecting a failure that x should be 1)\n");
127 // Calls a subrountine that yields a fatal failure.
130 // Catches the fatal failure and aborts the test.
142 printf("(expecting a failure on false)\n")
    [all...]
  /system/core/logd/tests/
logd_test.cpp 307 bool failure = number_of_buckets <= launch; local
308 if (!failure) {
313 failure = max_dgram_qlen < dgram_qlen[l];
316 // We can get failure if at any time liblog_benchmarks has been run
320 if (failure) {
325 // Fake a failure, but without the failure code
519 // are more than double what is expected. Doubling will not prevent failure
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 118 CalendarRegressionTest::failure(UErrorCode status, const char* msg) function in class:CalendarRegressionTest
141 failure(status, "Calendar::createInstance(status)");
145 failure(status, "cal->getTime");
164 failure(status, "new GregorianCalendar");
169 failure(status, "cal->get");
171 failure(status, "cal->get");
187 failure(status, "new GregorianCalendar");
193 failure(status, "cal1->add");
215 failure(status, "new GregorianCalendar");
221 failure(status, "->add(UCAL_MONTH,8)")
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 166 if (failure(status, "new GregorianCalendar", TRUE)) return;
173 if (failure(status, "GregorianCalendar::getTime")) return;
184 if (failure(status, "new GregorianCalendar")) return;
222 failure(status, "TestRuleAPI");
233 if (failure(ec, "TimeZone::inDaylightTime")) return;
239 if (failure(ec, "TimeZone::inDaylightTime")) return;
247 if (failure(ec, "TimeZone::inDaylightTime")) return;
264 if (failure(status, "TimeZone::inDaylightTime")) return;
269 if (failure(status, "TimeZone::inDaylightTime")) return;
277 if (failure(status, "TimeZone::inDaylightTime")) return
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 687 void ExistingUserController::OnLoginFailure(const LoginFailure& failure) {
692 std::string error = failure.GetErrorString();
695 HandleLoginFailure(failure)) {
700 if (failure.reason() == LoginFailure::OWNER_REQUIRED) {
708 } else if (failure.reason() == LoginFailure::TPM_ERROR) {
724 if (failure.reason() == LoginFailure::NETWORK_AUTH_FAILED &&
725 failure.error().state() ==
746 login_status_consumer_->OnLoginFailure(failure);
771 // In case of failure it'll bring up ScreenLock and ask for
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h 203 virtual void OnGaiaFlowFailure(GaiaWebAuthFlow::Failure failure,
343 virtual void OnAuthFlowFailure(WebAuthFlow::Failure failure) OVERRIDE;
  /external/chromium_org/content/test/data/media/
media_utils.js 32 // mark a test as failure. Otherwise, keep the first title change in place.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
bin_multi_test.sh 108 eval "failure=\$failed$i"
109 echo " ** $failure"
  /external/chromium_org/third_party/yasm/source/patched-yasm/
out_test.sh 99 eval "failure=\$failed$i"
100 echo " ** $failure"
  /external/chromium_org/tools/telemetry/telemetry/
test.py 85 except page_test.TestNotSupportedOnPlatformFailure as failure:
86 logging.warning(str(failure))
  /external/chromium_org/v8/test/mjsunit/es6/
debug-promises-caught-all.js 44 // Signal a failure with exit code 1. This is necessary since the
debug-promises-throw-in-constructor.js 30 // Signal a failure with exit code 1. This is necessary since the
debug-promises-throw-in-reject.js 50 // Signal a failure with exit code 1. This is necessary since the
debug-promises-uncaught-all.js 44 // Signal a failure with exit code 1. This is necessary since the
debug-promises-uncaught-uncaught.js 43 // Signal a failure with exit code 1. This is necessary since the
debug-promises-undefined-reject.js 46 // Signal a failure with exit code 1. This is necessary since the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1201933.js 29 // failure during lazy compilation.
  /external/chromium_org/v8/test/webkit/
unexpected-constant-crash.js 25 "This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
  /external/elfutils/0.153/libdwfl/
gzip.c 93 Otherwise return an error for bad compressed data or I/O failure.
126 inline Dwfl_Error fail (Dwfl_Error failure)
136 return failure;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 650 RuntimeException failure = null; local
769 failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se);
    [all...]
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 18 import org.junit.runner.notification.Failure;
40 Failure failure= new Failure(asDescription(test), t); local
41 fNotifier.fireTestFailure(failure);
  /external/smack/src/org/jivesoftware/smack/
PacketReader.java 26 import org.jivesoftware.smack.sasl.SASLMechanism.Failure;
226 else if (parser.getName().equals("failure")) {
241 final Failure failure = PacketParserUtils.parseSASLFailure(parser); local
242 processPacket(failure);
  /frameworks/testing/support/src/android/support/test/internal/runner/junit3/
JUnit38ClassRunner.java 19 import org.junit.runner.notification.Failure;
50 Failure failure = new Failure(asDescription(test), t); local
51 fNotifier.fireTestFailure(failure);
  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 132 ** Description pairing failure to peer device if needed.
137 p_cb->failure = *(UINT8 *)p_data;
139 SMP_TRACE_DEBUG ("smp_send_pair_fail status=%d failure=%d ",p_cb->status, p_cb->failure);
368 ** Description process pairing failure from peer device
589 reason = p_cb->failure = SMP_CONFIRM_VALUE_ERR;
779 UINT8 failure = SMP_UNKNOWN_IO_CAP; local
846 failure = SMP_PAIR_AUTH_FAIL;
847 p = (tSMP_INT_DATA *)&failure;
867 p = (tSMP_INT_DATA *)&failure;
    [all...]

Completed in 1248 milliseconds

<<11121314151617181920>>