/external/gtest/test/ |
gtest_xml_output_unittest_.cc | 62 FAIL() << "Unexpected failure: Disabled test should not be run"; 76 FAIL() << "Unexpected failure: Disabled test should not be run";
|
gtest_environment_test.cc | 64 FAIL() << "Expected fatal failure in global set-up.";
|
/external/icu4c/test/cintltst/ |
cposxtst.c | 45 "1", "6", "FAIL", "U_MISSING_RESOURCE_ERROR", 48 "1", "9", "FAIL", "U_MISSING_RESOURCE_ERROR", 49 "3", "1", "FAIL", "U_MISSING_RESOURCE_ERROR", 51 "4", "15", "FAIL", "U_MISSING_RESOURCE_ERROR", 56 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */ 61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec)); 67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec)); 83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec); 91 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n" [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_tnc.c | 25 FAIL } state; 84 data->state = FAIL; 152 data->state = FAIL; 156 data->state = FAIL; 276 case FAIL: 350 data->state = FAIL; 364 data->state = FAIL; 423 if (len == 1 && (data->state == DONE || data->state == FAIL)) { 438 data->state = FAIL; 448 data->state = FAIL; [all...] |
eap_ikev2.c | 25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 71 case FAIL: 72 return "FAIL"; 287 eap_ikev2_state(data, FAIL); 371 eap_ikev2_state(data, FAIL); 378 eap_ikev2_state(data, FAIL); 388 eap_ikev2_state(data, FAIL); 399 eap_ikev2_state(data, FAIL); 408 eap_ikev2_state(data, FAIL); 415 eap_ikev2_state(data, FAIL); [all...] |
eap_wsc.c | 25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 50 case FAIL: 51 return "FAIL"; 284 eap_wsc_state(data, FAIL); 290 eap_wsc_state(data, FAIL); 347 eap_wsc_state(data, FAIL); 384 eap_wsc_state(data, FAIL); 396 eap_wsc_state(data, FAIL); 402 eap_wsc_state(data, FAIL); 410 eap_wsc_state(data, FAIL); [all...] |
/external/v8/test/mjsunit/ |
stack-traces.js | 30 Foo.prototype.bar = function () { FAIL; }; 38 FAIL; 48 [1, 2, 3].map(function () { FAIL; }); 53 Nirk.prototype.valueOf = function () { FAIL; }; 58 eval("function Doo() { FAIL; }; Doo();"); 62 var x = "FAIL"; 67 eval("function Doo() { FAIL; }; Doo();\n//@ sourceURL=res://name"); 71 var x = "FAIL"; 77 Number.prototype.causeError = function () { FAIL; }; 82 function Plonk() { FAIL; } [all...] |
/external/qemu/android/utils/ |
dirscanner.c | 159 goto FAIL; 164 goto FAIL; 168 FAIL:
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ikev2.c | 25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 71 case FAIL: 72 return "FAIL"; 288 eap_ikev2_state(data, FAIL); 372 eap_ikev2_state(data, FAIL); 379 eap_ikev2_state(data, FAIL); 389 eap_ikev2_state(data, FAIL); 400 eap_ikev2_state(data, FAIL); 409 eap_ikev2_state(data, FAIL); 416 eap_ikev2_state(data, FAIL); [all...] |
eap_server_wsc.c | 26 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 52 case FAIL: 53 return "FAIL"; 304 eap_wsc_state(data, FAIL); 310 eap_wsc_state(data, FAIL); 367 eap_wsc_state(data, FAIL); 404 eap_wsc_state(data, FAIL); 416 eap_wsc_state(data, FAIL); 422 eap_wsc_state(data, FAIL); 430 eap_wsc_state(data, FAIL); [all...] |
/external/bluetooth/glib/tests/ |
regex-test.c | 55 #define FAIL \ 130 FAIL; \ 171 FAIL; \ 203 FAIL; \ 261 FAIL; \ 394 FAIL; \ 404 FAIL; \ 414 FAIL; \ 424 FAIL; \ 434 FAIL; \ [all...] |
/external/chromium/base/i18n/ |
icu_string_conversions.h | 21 FAIL, 44 // encoding doesn't exist or the encoding fails (when on_error is FAIL), 56 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
|
/external/valgrind/main/memcheck/tests/darwin/ |
scalar.h | 33 #define FAIL assert(-1 == res);
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.h | 30 #define FAIL assert(-1 == res);
|
/external/webkit/LayoutTests/storage/ |
sql-error-codes.js | 16 log("FAIL: expected error code " + expectedErrorCodeName + " (" + error[expectedErrorCodeName] + "); got " + error.code); 23 log("FAIL: a transaction has completed successfully."); 90 log("FAIL: could not change the DB version.");
|
execute-sql-args.js | 61 log("*FAIL*. executeSql(" + parameterList + ") did not throw an exception"); 64 log("*FAIL*. executeSql(" + parameterList + ") threw an exception: " + exception);
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser.cc | 29 base::OnStringConversionError::FAIL, 93 base::OnStringConversionError::FAIL,
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 51 case FAIL: 52 return "FAIL"; 307 if ((data->state == FAIL && data->out_op_code == WSC_ACK) || 310 eap_wsc_state(data, FAIL); 339 eap_wsc_state(data, FAIL); 496 eap_wsc_state(data, FAIL); 504 eap_wsc_state(data, FAIL); 525 if (data->state == FAIL && ret->methodState == METHOD_DONE) {
|
/bootable/recovery/ |
verifier_test.sh | 46 fail() { function 48 echo FAIL: $testname 71 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip || fail 75 testname "$1 (should fail)" 77 run_command $WORK_DIR/verifier_test $WORK_DIR/package.zip && fail
|
/external/protobuf/gtest/test/ |
gtest_environment_test.cc | 64 FAIL() << "Expected fatal failure in global set-up.";
|
/frameworks/base/core/jni/ |
android_emoji_EmojiFactory.cpp | 36 goto FAIL; 44 goto FAIL; 52 goto FAIL; 57 FAIL:
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_wsc.c | 26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 51 case FAIL: 52 return "FAIL"; 214 if ((data->state == FAIL && data->out_op_code == WSC_ACK) || 217 eap_wsc_state(data, FAIL); 246 eap_wsc_state(data, FAIL); 402 eap_wsc_state(data, FAIL); 410 eap_wsc_state(data, FAIL);
|
/external/bison/djgpp/ |
djunpack.bat | 75 echo FAIL: Sed is not available.
79 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
82 echo FAIL: the file %1 does not seem to exist.
86 echo FAIL: no archive file has been specified.
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 7 return "FAIL";
|
/external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/ |
readonly-exceptions.js | 10 // nodeValue is defined to be null for Entity Reference nodes, and thus should silently fail to modify 24 var text = document.createTextNode("FAIL");
|