/ndk/sources/third_party/googletest/googletest/test/ |
gtest_output_test_.cc | 34 // FAIL. 83 FAIL() << "This should never be reached."; 100 // This generates a test which will fail. Google Test is expected to print 137 FAIL() << "This should never be reached."; 177 printf("(expected to fail)\n"); 196 printf("(expected to fail)\n"); 207 printf("(expected to fail)\n"); 215 printf("(expected to fail)\n"); 224 printf("(expected to fail)\n"); 396 FAIL() << "Expected failure #1, in the test fixture c'tor." [all...] |
/external/chromium_org/third_party/icu/source/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/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/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 | 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 65 case FAIL: 66 return "FAIL"; 285 eap_ikev2_state(data, FAIL); 369 eap_ikev2_state(data, FAIL); 376 eap_ikev2_state(data, FAIL); 386 eap_ikev2_state(data, FAIL); 397 eap_ikev2_state(data, FAIL); 406 eap_ikev2_state(data, FAIL); 413 eap_ikev2_state(data, FAIL); [all...] |
eap_server_wsc.c | 20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; 46 case FAIL: 47 return "FAIL"; 298 eap_wsc_state(data, FAIL); 304 eap_wsc_state(data, FAIL); 361 eap_wsc_state(data, FAIL); 398 eap_wsc_state(data, FAIL); 410 eap_wsc_state(data, FAIL); 416 eap_wsc_state(data, FAIL); 424 eap_wsc_state(data, FAIL); [all...] |
/external/chromium_org/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/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/chromium_org/base/i18n/ |
icu_string_conversions.h | 22 FAIL, 39 // encoding doesn't exist or the encoding fails (when on_error is FAIL), 51 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
|
/external/chromium_org/chrome/test/base/ |
menu_model_test.cc | 49 FAIL(); // Ensure every case is tested.
|
/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/chromium_org/content/test/data/npapi/ |
npapi.js | 29 document.title = "FAIL";
|
/external/dhcpcd/dhcpcd-hooks/ |
20-dns.conf | 50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
|
/external/chromium_org/v8/test/webkit/ |
typeof-constant-string.js | 135 return "FAIL"; 151 return "FAIL"; 167 return "FAIL"; 183 return "FAIL"; 200 return "FAIL"; 216 return "FAIL"; 232 return "FAIL"; 248 return "FAIL"; 264 return "FAIL"; 280 return "FAIL"; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
testit_android | 251 FAIL=0 293 fail=0 295 if (ls *.fail.cpp > /dev/null 2>&1) 297 for FILE in $(ls *.fail.cpp); do 302 fail=$(($fail+1)) 324 fail=$(($fail+1)) 330 fail=$(($fail+1) [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
jsonresults_unittest.py | 57 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING", 90 "unexpected-fail.html": { 92 "actual": "FAIL" 95 "expected": "PASS FAIL", 96 "actual": "FAIL" 127 "FAIL": 2, 346 "results": [[100, TEXT], [100, FAIL]], 366 "results": [[101, TEXT], [100, FAIL]], 379 "num_failures_by_type": {"AUDIO": [0], "CRASH": [3], "FAIL": [2], "IMAGE": [1], "IMAGE+TEXT": [0], "MISSING": [0], "PASS": [10], "SKIP": [2], "TEXT": [3], "TIMEOUT": [16]}, 412 "expected": "PASS FAIL IMAGE TIMEOUT CRASH MISSING" [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-uniscribe.cc | 244 #define FAIL(...) \ 324 FAIL ("ScriptItemizeOpenType() failed: 0x%08xL", hr); 366 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex"); 371 FAIL ("Buffer resize failed"); 377 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script"); 383 FAIL ("ScriptShapeOpenType() failed: 0x%08xL", hr); 409 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr); 439 FAIL ("Buffer in error"); 441 #undef FAIL
|
/external/harfbuzz_ng/src/ |
hb-uniscribe.cc | 244 #define FAIL(...) \ 324 FAIL ("ScriptItemizeOpenType() failed: 0x%08xL", hr); 366 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex"); 371 FAIL ("Buffer resize failed"); 377 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script"); 383 FAIL ("ScriptShapeOpenType() failed: 0x%08xL", hr); 409 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr); 439 FAIL ("Buffer in error"); 441 #undef FAIL
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
BaseSensorSemiAutomatedTestActivity.java | 90 testResult = SensorTestResult.FAIL; 102 * Any exception thrown will cause the test to fail, additionally mAssert can be used to verify 174 case FAIL: 187 FAIL
|
/external/chromium_org/build/android/pylib/base/ |
base_test_result.py | 10 FAIL = 'FAIL' 18 return [ResultType.PASS, ResultType.FAIL, ResultType.CRASH, 156 return self._GetType(ResultType.FAIL)
|
base_test_result_unittest.py | 19 self.f1 = BaseTestResult('f1', ResultType.FAIL, log='failure1') 44 f2 = BaseTestResult('f2', ResultType.FAIL) 53 log_print = ('[FAIL] f1:\n' 60 short_print = ('ALL: 5 PASS: 2 FAIL: 1 ' 67 'FAIL (1 tests): [f1]\n'
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser.cc | 29 base::OnStringConversionError::FAIL, 93 base::OnStringConversionError::FAIL,
|
/external/chromium_org/content/test/data/workers/ |
worker_utils.js | 27 setTimeout(onFinished, 0, "FAIL");
|