/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
elliptic_test.go | 18 t.Errorf("FAIL") 26 t.Errorf("FAIL: point off curve is claimed to be on the curve") 31 t.Errorf("FAIL: unmarshalling a point not on the curve succeeded")
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
elliptic_test.go | 18 t.Errorf("FAIL") 26 t.Errorf("FAIL: point off curve is claimed to be on the curve") 31 t.Errorf("FAIL: unmarshalling a point not on the curve succeeded")
|
/frameworks/native/libs/gui/tests/ |
GLTest.cpp | 274 FAIL(); 282 FAIL(); 326 FAIL();
|
/bootable/recovery/applypatch/ |
imgdiff_test.sh | 47 fail() { function 49 echo FAIL: $testname 90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed" 92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed" 96 || fail "applypatch of $fn failed" 98 diff -q $tmpdir/target $tmpdir/result || fail "patch output not correct!"
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
SensorCtsVerifierTestActivity.java | 114 case FAIL:
|
/cts/common/util/src/com/android/compatibility/common/util/ |
ModuleResult.java | 65 return mDone && countResults(TestStatus.FAIL) == 0;
|
/external/ImageMagick/config/ |
test-driver | 122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/external/autotest/frontend/tko/ |
rpc_interface.py | 222 query = ('''SELECT job_name, IF (status = 'GOOD', status, 'FAIL') 229 GROUP BY job_name, IF (status = 'GOOD', status, 'FAIL')''' 251 query = '''SELECT IF (status = 'GOOD', status, 'FAIL') 258 GROUP BY IF (status = 'GOOD', status, 'FAIL')'''
|
/external/google-breakpad/autotools/ |
test-driver | 119 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/external/harfbuzz_ng/src/ |
hb-uniscribe.cc | 416 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */ 737 #define FAIL(...) \ 844 FAIL ("ScriptItemizeOpenType() failed: 0x%08xL", hr); 921 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex"); 925 FAIL ("Buffer resize failed"); 931 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script"); 937 FAIL ("ScriptShapeOpenType() failed: 0x%08xL", hr); 963 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr); 994 FAIL ("Buffer in error"); 996 #undef FAIL [all...] |
/external/libmicrohttpd/ |
test-driver | 119 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/external/libweave/third_party/chromium/base/ |
callback_unittest.cc | 166 FAIL() << "Should never be called";
|
rand_util_unittest.cc | 64 // In theory this test can fail, but it won't before the universe dies of 135 FAIL() << "Didn't achieve all bit values in maximum number of tries.";
|
/external/opencv3/modules/ts/include/opencv2/ts/ |
cuda_perf.hpp | 80 #define FAIL_NO_CPU() FAIL() << "No such CPU implementation analogy"
|
/external/pcre/dist/ |
test-driver | 122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/external/protobuf/gtest/build-aux/ |
test-driver | 119 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/external/protobuf/ |
test-driver | 119 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/external/toybox/scripts/ |
runtest.sh | 10 # If equal to "fail", stop after first failed test. 41 SHOWFAIL=FAIL 103 [ "$VERBOSE" == fail ] && exit 1
|
/external/tpm2/ |
CommandCodeAttributes.c | 96 FAIL(FATAL_ERROR_INTERNAL); 204 // If it is locked, we fail the command early. 230 // If it is locked, we fail the command early.
|
ContextLoad.c | 19 // TPM_RC_INTEGRITY context integrity check fail 88 FAIL(FATAL_ERROR_INTERNAL);
|
Time.c | 79 FAIL(FATAL_ERROR_INTERNAL); 96 // NV is not available. When clock is not advancing, any function that uses Clock will fail and return
|
/external/v8/test/mjsunit/ |
stack-traces-2.js | 33 var thrower = { valueOf: function() { FAIL; }, 34 toString: function() { FAIL; } };
|
/external/v8/test/webkit/ |
tostring-exception-in-property-access.js | 47 testFailed('FAIL: Loaded property from object when subscript threw.'); 48 return "FAIL: Assigned to result when subscript threw.";
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
time_stretch_unittest.cc | 99 FAIL() << "Process returned an error";
|
/frameworks/compile/mclinker/include/mcld/LD/ |
StaticResolver.h | 29 FAIL, // abort.
|