/external/chromium_org/testing/gtest/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 142 FAIL() << "This should never be reached."; 182 printf("(expected to fail)\n"); 201 printf("(expected to fail)\n"); 212 printf("(expected to fail)\n"); 220 printf("(expected to fail)\n"); 229 printf("(expected to fail)\n"); 401 FAIL() << "Expected failure #1, in the test fixture c'tor." [all...] |
/external/gtest/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...] |
/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/build/android/pylib/linker/ |
test_case.py | 73 re_status_line = re.compile(r'(BROWSER|RENDERER)_LINKER_TEST: (FAIL|SUCCESS)') 193 return ResultType.FAIL, logs 309 return ResultType.FAIL, 'Unimplemented _RunTest() method!' 332 if status == ResultType.FAIL: 368 where <status> can be either FAIL or SUCCESS. These lines can appear 376 process are SUCCESS. Otherwise its a fail. 414 return ResultType.FAIL, logs 419 return ResultType.FAIL, logs 431 return ResultType.FAIL, logs 435 return ResultType.FAIL, 'Bad linker source configuration [all...] |
/external/chromium_org/components/copresence/ |
copresence_manager_impl.cc | 34 callback.Run(FAIL); 72 request->callback.Run(FAIL);
|
/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/icu/icu4c/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...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/ |
SensorTestDetails.java | 38 FAIL, 60 resultCode = ResultCode.FAIL; 79 ResultCode resultCode = ResultCode.FAIL;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideoengine2_unittest.cc | 426 FAIL() << "No RTX codec found among default codecs."; 438 FAIL() << "Timestamp offset extension not in header-extension list."; 451 FAIL() << "Absolute Sender Time extension not in header-extension list."; 759 FAIL() << "Not implemented."; // TODO(pbos): Implement. [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"; 286 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 | 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_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/lldb/tools/debugserver/scripts/ |
dbgnub-config.pl | 12 FAIL => "#undef HAVE_64_BIT_MACH_EXCEPTIONS\ 66 print CONFIG "$test_href->{FAIL}\n";
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationModeTestActivity.java | 49 protected static final int FAIL = 2; 166 } else if (mStatus[mState] == FAIL) { 241 mStatus[i] = enabled ? PASS : FAIL; 248 mStatus[i] = !enabled ? PASS : FAIL; 255 mStatus[i] = enabled ? PASS : FAIL; 262 mStatus[i] = !enabled ? PASS : FAIL;
|
/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...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
AttentionManagementVerifierActivity.java | 128 if (mAliceUri == null) { status = FAIL; } 129 if (mBobUri == null) { status = FAIL; } 130 if (mCharlieUri != null) { status = FAIL; } 151 status = FAIL; 154 status = FAIL; 214 status = FAIL; 244 status = pass ? PASS : FAIL; 306 status = FAIL; 335 status = pass ? PASS : FAIL; 396 status = FAIL; [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsTestLogReporter.java | 91 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace); 100 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace); 141 pkgResult.countTests(CtsTestStatus.FAIL),
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
ANGLETest.cpp | 18 FAIL() << "egl context creation failed."; 29 FAIL() << "egl context destruction failed."; 225 FAIL() << "Failed to create ANGLE test window.";
|