/external/chromium_org/build/android/pylib/base/ |
base_test_result.py | 11 FAIL = 'FAIL' 19 return [ResultType.PASS, ResultType.SKIP, ResultType.FAIL, 180 return self._GetType(ResultType.FAIL)
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
UnpackAlignmentTest.cpp | 49 FAIL() << "shader compilation failed."; 80 FAIL() << "unknown pixel format."; 86 FAIL() << "unknown pixel type.";
|
BlendMinMaxTest.cpp | 94 FAIL() << "shader compilation failed.";
|
TextureTest.cpp | 75 FAIL() << "shader compilation failed.";
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
InteractiveVerifierActivity.java | 57 protected static final int FAIL = 4; 112 /** Set status to {@link #PASS} or @{link #FAIL} to proceed, or {@link #READY} to retry. */ 113 void test() { status = FAIL; next(); }; 199 case FAIL: 266 case FAIL: 267 Log.i(TAG, "FAIL: " + mCurrentTest.getClass().getSimpleName()); 388 status = FAIL;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_ikev2.c | 19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; 41 case FAIL: 42 return "FAIL"; 216 if (data->state == FAIL) 275 eap_ikev2_state(data, FAIL); 409 eap_ikev2_state(data, FAIL);
|
/external/chromium_org/chrome/browser/net/ |
dns_probe_browsertest.cc | 224 // fail with an error, and/or delay a request until a test allows to continue. 823 SetMockDnsClientRules(MockDnsClientRule::FAIL, MockDnsClientRule::FAIL); [all...] |
dns_probe_runner_unittest.cc | 83 RunTest(MockDnsClientRule::FAIL, DnsProbeRunner::INCORRECT);
|
/frameworks/native/libs/gui/tests/ |
GLTest.cpp | 274 FAIL(); 282 FAIL(); 326 FAIL();
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-coretext.cc | 639 #define FAIL(...) \ 643 goto fail; \ 671 FAIL ("Buffer resize failed"); 687 FAIL ("CFStringCreateWithCharactersNoCopy failed"); 694 FAIL ("CFAttributedStringCreateMutable failed"); 715 FAIL ("CFStringCreateWithCStringNoCopy failed"); 759 FAIL ("CFDictionaryCreate failed"); 765 FAIL ("CTTypesetterCreateWithAttributedStringAndOptions failed"); 770 FAIL ("CTTypesetterCreateLine failed"); 823 * as opposed to ours, which can fail if we are using any uninstalle [all...] |
hb-uniscribe.cc | 410 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */ 719 #define FAIL(...) \ 826 FAIL ("ScriptItemizeOpenType() failed: 0x%08xL", hr); 903 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex"); 907 FAIL ("Buffer resize failed"); 913 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script"); 919 FAIL ("ScriptShapeOpenType() failed: 0x%08xL", hr); 945 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr); 976 FAIL ("Buffer in error"); 978 #undef FAIL [all...] |
/external/harfbuzz_ng/src/ |
hb-uniscribe.cc | 409 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */ 718 #define FAIL(...) \ 825 FAIL ("ScriptItemizeOpenType() failed: 0x%08xL", hr); 902 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex"); 907 FAIL ("Buffer resize failed"); 913 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script"); 919 FAIL ("ScriptShapeOpenType() failed: 0x%08xL", hr); 945 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr); 977 FAIL ("Buffer in error"); 979 #undef FAIL [all...] |
/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!"
|
/bootable/recovery/ |
verifier_test.sh | 42 fail() { function 44 echo FAIL: $testname 68 run_command $WORK_DIR/verifier_test "$@" $WORK_DIR/package.zip || fail 72 testname "$1 (should fail)" 75 run_command $WORK_DIR/verifier_test "$@" $WORK_DIR/package.zip && fail
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
SensorCtsVerifierTestActivity.java | 114 case FAIL:
|
/external/chromium_org/base/message_loop/ |
message_loop_proxy_impl_unittest.cc | 59 FAIL() << "Callback Should not get executed.";
|
/external/chromium_org/build/android/pylib/host_driven/ |
test_runner.py | 37 base_test_result.ResultType.FAIL, 94 # Tests whose SetUp() method has failed are likely to fail, or at least
|
/external/chromium_org/chrome/browser/signin/ |
easy_unlock_service.h | 45 FAIL, 179 // not be allowed if common tests fail (e.g. if Bluetooth is not available).
|
/external/chromium_org/third_party/angle/tests/gles_conformance_tests/ |
gles_conformance_tests.cpp | 87 FAIL() << "GTFMain failed.";
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces-2.js | 33 var thrower = { valueOf: function() { FAIL; }, 34 toString: function() { FAIL; } };
|
/external/chromium_org/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/pcre/dist/ |
test-driver | 119 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
|
/frameworks/compile/mclinker/include/mcld/LD/ |
StaticResolver.h | 31 FAIL, /* abort. */
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_linux.c | 525 return FAIL; 672 return FAIL; 676 return FAIL; 680 return FAIL;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
CAInstallNotificationVerifierActivity.java | 47 private static final int FAIL = 2; 162 } else if (mStatus[mState] == FAIL) {
|