HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 51 - 75 of 89) sorted by null

1 23 4

  /external/icu4c/i18n/
tridpars.cpp 394 goto FAIL;
403 goto FAIL;
436 goto FAIL;
441 FAIL:
  /external/protobuf/gtest/test/
gtest_unittest.cc 305 // Some compilers may fail to detect some null pointer literals;
606 // Popping on an empty Vector should fail.
609 // Popping again on an empty Vector should fail, and the result element
    [all...]
  /external/qemu/android/avd/
info.c 1090 goto FAIL;
1104 goto FAIL;
1108 FAIL:
    [all...]
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 25 print("FAIL", escapeString(msg));
js-test-pre.js 35 debug('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tnc.c 24 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
155 data->state = FAIL;
298 goto fail;
311 goto fail;
320 goto fail;
408 fail:
  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 179 " " + fmtOffset + " *** FAIL ***");
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
251 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
254 errln((UnicodeString)"FAIL: " + (int32_t)status);
468 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
486 if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
495 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
496 if (!(f == str)) errln(UnicodeString("FAIL: Expected ") + str);
501 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
532 if (!(date2 == date1)) errln((UnicodeString)"FAIL");
    [all...]
wbnf.cpp     [all...]
transtst.cpp 224 errln(UnicodeString("FAIL: getAvailableID(") +
229 errln(UnicodeString("FAIL: getAvailableID(") +
240 errln(UnicodeString("FAIL: Couldn't create ") + id +
264 errln(UnicodeString("FAIL: ") + id +
287 errln("FAIL: " + id + " returned a transliterator");
344 dataerrln("FAIL: RBT constructor failed - %s", u_errorName(status));
415 errln("FAIL: RBT constructor failed");
440 errln("FAIL: RBT constructor failed");
472 errln("FAIL: RBT constructor failed");
520 errln("FAIL: RBT constructor failed")
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 179 " " + fmtOffset + " *** FAIL ***");
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
251 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
254 errln((UnicodeString)"FAIL: " + (int32_t)status);
485 dataerrln("Fail new SimpleDateFormat: %s", u_errorName(status));
495 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
513 if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
522 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
523 if (!(f == str)) errln(UnicodeString("FAIL: Expected ") + str);
528 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected))
    [all...]
wbnf.cpp     [all...]
transtst.cpp 226 errln(UnicodeString("FAIL: getAvailableID(") +
231 errln(UnicodeString("FAIL: getAvailableID(") +
243 // If UCONFIG_NO_BREAK_ITERATION is on, then only Thai should fail.
246 dataerrln(UnicodeString("FAIL: Couldn't create ") + id +
270 errln(UnicodeString("FAIL: ") + id +
293 errln("FAIL: " + id + " returned a transliterator");
350 dataerrln("FAIL: RBT constructor failed - %s", u_errorName(status));
421 errln("FAIL: RBT constructor failed");
446 errln("FAIL: RBT constructor failed");
478 errln("FAIL: RBT constructor failed")
    [all...]
  /external/chromium/base/
id_map_unittest.cc 106 FAIL() << "should not have that many elements";
  /external/wpa_supplicant/
eapol_sm.c 479 SM_STATE(SUPP_BE, FAIL)
481 SM_ENTRY(SUPP_BE, FAIL);
528 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL
550 SM_ENTER(SUPP_BE, FAIL);
568 SM_ENTER(SUPP_BE, FAIL);
581 SM_ENTER(SUPP_BE, FAIL);
916 return "FAIL";
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 503 SM_STATE(SUPP_BE, FAIL)
505 SM_ENTRY(SUPP_BE, FAIL);
553 * IEEE Std 802.1X-2004 has transitions from REQUEST to FAIL
575 SM_ENTER(SUPP_BE, FAIL);
593 SM_ENTER(SUPP_BE, FAIL);
606 SM_ENTER(SUPP_BE, FAIL);
941 return "FAIL";
    [all...]
  /cts/tools/host/src/com/android/cts/
TestPackage.java 562 if (resultCode == FAIL) {
572 if (resultCode == FAIL) {
    [all...]
TestDevice.java     [all...]
  /external/iproute2/examples/
dhcp-client-script 393 EXPIRE|FAIL)
413 # Or does it mean bug in dhcpcd? 8) Fail for now.
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 125 // does not fail otherwise.
284 << "Plugin executable not found. Plugin tests are likely to fail.";
392 FAIL() << "File not found: " << path;
395 FAIL() << "Could not parse file contents: " << path;
    [all...]
  /external/v8/tools/
test.py 193 outcome = 'FAIL'
393 outcome = FAIL
661 FAIL = 'fail'
1162 * %(fail_ok)4d tests are expected to fail that we won't fix
1163 * %(fail)4d tests are expected to fail that we should fix\
1168 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1170 return (len(o) == 2) and (FAIL in o) and (OKAY in o
    [all...]
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 340 // test has to allow host_resolver->Resolve to fail.
392 FAIL() << "Unexpected hostname: " << resolve->hostname();
540 FAIL() << "Unexpected completion: " << resolve->hostname() << ", "
735 FAIL() << "Unexpected port number";
    [all...]
  /external/qemu/
sockets.c 1261 goto FAIL;
1268 goto FAIL;
1273 FAIL:
    [all...]
  /system/media/opensles/tests/automated/
BufferQueue_test.cpp 59 //Fail the test case
60 FAIL();
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 212 this.log("FAIL: expected: " + expectation + ", actual: " + actual);
  /bootable/recovery/applypatch/
applypatch.sh 61 fail() { function
63 echo FAIL: $testname
110 run_command $WORK_DIR/applypatch && fail
113 run_command $WORK_DIR/applypatch -l | grep -q -i copyright || fail
121 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $OLD_SHA1 || fail
124 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD1_SHA1 $OLD_SHA1 $BAD2_SHA1|| fail
127 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD2_SHA1 $BAD1_SHA1 && fail
131 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail
134 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $OLD_SHA1 || fail
137 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD1_SHA1 $OLD_SHA1 $BAD2_SHA1|| fail
    [all...]

Completed in 1667 milliseconds

1 23 4