/external/opencv3/modules/objdetect/perf/opencl/ |
perf_cascades.cpp | 34 FAIL() << "Can't load cascade file: " << getDataPath(cascadePath); 38 FAIL() << "Can't load source image: " << getDataPath(imagePath);
|
/external/valgrind/memcheck/tests/solaris/ |
scalar_tsol_clearance.c | 14 SY(SYS_labelsys, x0 + TSOL_GETCLEARANCE, x0 + 1); FAIL; 36 SY(SYS_labelsys, x0 + TSOL_SETCLEARANCE, x0 + 1); FAIL;
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug375.go | 17 println("FAIL")
|
bug260.go | 34 fmt.Println("FAIL") 45 fmt.Println("FAIL") 57 fmt.Println("FAIL")
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug375.go | 17 println("FAIL")
|
/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/tpm2/ |
CpriECC.c | 83 FAIL(FATAL_ERROR_INTERNAL); 123 FAIL(FATAL_ERROR_INTERNAL); 163 FAIL(FATAL_ERROR_ALLOCATION); 229 FAIL(FATAL_ERROR_INTERNAL); 251 FAIL(FATAL_ERROR_INTERNAL); 277 FAIL(FATAL_ERROR_INTERNAL); 365 FAIL(FATAL_ERROR_ALLOCATION); 375 FAIL(FATAL_ERROR_ALLOCATION); 486 FAIL(FATAL_ERROR_ALLOCATION); 492 FAIL(FATAL_ERROR_ALLOCATION) 1630 BOOL fail = FALSE; local [all...] |
CpriMisc.c | 78 FAIL(FATAL_ERROR_INTERNAL);
|
CpriSym.c | 108 FAIL(FATAL_ERROR_INTERNAL); 165 FAIL(FATAL_ERROR_INTERNAL); 219 FAIL(FATAL_ERROR_INTERNAL); 275 FAIL(FATAL_ERROR_INTERNAL); 330 FAIL(FATAL_ERROR_INTERNAL); 378 FAIL(FATAL_ERROR_INTERNAL); 421 FAIL(FATAL_ERROR_INTERNAL); 469 FAIL(FATAL_ERROR_INTERNAL); 525 FAIL(FATAL_ERROR_INTERNAL); 582 FAIL(FATAL_ERROR_INTERNAL) [all...] |
Manufacture.c | 17 // This function initializes the TPM values in preparation for the TPM's first use. This function will fail if 49 FAIL(FATAL_ERROR_INTERNAL);
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-arm.c | 181 We fail however if we attempt to link a Cirrus EP9312 binary with an 297 goto FAIL; 301 goto FAIL; 335 goto FAIL; 342 FAIL: 394 goto FAIL; 398 goto FAIL; 408 FAIL:
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/ |
SensorTestDetails.java | 38 FAIL, 60 resultCode = ResultCode.FAIL; 79 ResultCode resultCode = ResultCode.FAIL;
|
/external/opencv3/modules/features2d/perf/opencl/ |
perf_orb.cpp | 19 FAIL() << "Unable to load source image " << filename; 40 FAIL() << "Unable to load source image " << filename; 71 FAIL() << "Unable to load source image " << filename;
|
perf_fast.cpp | 29 FAIL() << "Unable to load source image " << filename;
|
/external/opencv3/modules/features2d/perf/ |
perf_orb.cpp | 21 FAIL() << "Unable to load source image " << filename; 40 FAIL() << "Unable to load source image " << filename; 63 FAIL() << "Unable to load source image " << filename;
|
/external/wpa_supplicant_8/src/eap_server/ |
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...] |
/cts/common/util/tests/src/com/android/compatibility/common/util/ |
CaseResultTest.java | 63 assertEquals("Expected status to be set", TestStatus.FAIL, testResult.getResultStatus()); 76 assertEquals("Expected two failures", 2, mResult.countResults(TestStatus.FAIL)); 92 assertEquals("Expected one failures", 1, mResult.countResults(TestStatus.FAIL)); 108 assertEquals("Expected one failures", 1, mResult.countResults(TestStatus.FAIL)); 117 fail("Expected IlleglArgumentException");
|
/external/opencv3/modules/imgproc/perf/ |
perf_houghLines.cpp | 30 FAIL() << "Unable to load source image" << filename;
|
/external/valgrind/memcheck/tests/darwin/ |
scalar.h | 33 #define FAIL assert(-1 == res);
|
/external/valgrind/memcheck/tests/x86-linux/ |
scalar.h | 30 #define FAIL assert(-1 == res);
|
/prebuilts/go/darwin-x86/src/ |
make.bash | 71 echo 'Binaries built with this linker are likely to fail in mysterious ways.' 124 eval $(./cmd/dist/dist env -p || echo FAIL=true) 125 if [ "$FAIL" = true ]; then
|
/prebuilts/go/linux-x86/src/ |
make.bash | 71 echo 'Binaries built with this linker are likely to fail in mysterious ways.' 124 eval $(./cmd/dist/dist env -p || echo FAIL=true) 125 if [ "$FAIL" = true ]; then
|
/external/v8/test/mjsunit/es6/ |
debug-stepin-microtasks.js | 16 assertTrue(exec_state.frameCount() != 0, "FAIL: Empty stack trace"); 50 %AbortJS("FAIL: uncaught exception " + e); 94 %AbortJS("FAIL: expected <" + expected_breaks + "> breaks instead of <" + 98 %AbortJS("FAIL: exception: " + exception);
|
/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/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...] |