/build/kati/testcase/ |
escaped_backslash.mk | 2 # FAIL
|
else_if.mk | 1 VAR:=FAIL
|
export.mk | 10 NOT_EXPORTED := FAIL 20 export FOO BAR X Y Z := FAIL
|
/external/avahi/avahi-autoipd/ |
dhclient-enter-hook.in | 28 EXPIRE|FAIL|TIMEOUT)
|
dhclient-exit-hook.in | 28 EXPIRE|FAIL|TIMEOUT)
|
/external/valgrind/memcheck/tests/solaris/ |
scalar_zone_defunct.c | 11 SY(SYS_zone, x0 + ZONE_LIST_DEFUNCT, x0 + 1, x0 + 2); FAIL; 28 FAIL;
|
/system/core/adb/ |
fdevent_test.h | 41 FAIL() << "failed to create socketpair: " << strerror(errno); 46 FAIL() << "failed to create local socket: " << strerror(errno);
|
/cts/common/util/src/com/android/compatibility/common/util/ |
TestStatus.java | 23 FAIL("fail");
|
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest_.cc | 66 FAIL() << "Unexpected failure: Disabled test should not be run"; 80 FAIL() << "Unexpected failure: Disabled test should not be run"; 84 FAIL() << "XML output: " 91 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
gtest_output_test_.cc | 81 FAIL() << "This should never be reached."; 111 FAIL() << "This should never be reached."; 151 printf("(expected to fail)\n"); 170 printf("(expected to fail)\n"); 181 printf("(expected to fail)\n"); 189 printf("(expected to fail)\n"); 198 printf("(expected to fail)\n"); 369 FAIL() << "Expected failure #1, in the test fixture c'tor."; 392 FAIL() << "Expected failure #3, in TearDown()."; 396 FAIL() << "Expected failure #4, in the test fixture d'tor." [all...] |
/external/tpm2/ |
stubs_ecc.c | 21 FAIL(FATAL_ERROR_INTERNAL);
|
/external/valgrind/memcheck/tests/darwin/ |
scalar_nocancel.c | 56 SY(__NR_sem_wait_nocancel, x0); FAIL;
|
/external/v8/src/ |
typing-asm.cc | 19 #define FAIL(node, msg) \ 79 if (!scope->is_function_scope()) FAIL(fun, "not at function scope"); 82 if (use_asm == NULL) FAIL(fun, "missing \"use asm\""); 84 if (use_asm_literal == NULL) FAIL(fun, "missing \"use asm\""); 86 FAIL(fun, "missing \"use asm\""); 132 FAIL(decl->fun(), "function literal expected to be a function"); 140 FAIL(fun->body()->last(), "last statement in module is not a return"); 163 FAIL(decl, "function declared inside another"); 218 if (!good) FAIL(fun, "missing parameter type annotations"); 232 FAIL(bin->left(), "expected variable for type annotation") [all...] |
/external/libcxx/test/ |
testit | 74 FAIL=0 81 fail=0 83 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1) 85 for FILE in $(ls ${TEST_PREFIX}*fail.cpp); do 90 fail=$(($fail+1)) 113 fail=$(($fail+1)) 119 fail=$(($fail+1) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
testit | 74 FAIL=0 81 fail=0 83 if (ls ${TEST_PREFIX}*fail.cpp > /dev/null 2>&1) 85 for FILE in $(ls ${TEST_PREFIX}*fail.cpp); do 90 fail=$(($fail+1)) 113 fail=$(($fail+1)) 119 fail=$(($fail+1) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
regression.s | 6 .macro FAIL 20 FAIL 51 FAIL ; 52 FAIL ; 53 FAIL ; 54 FAIL ; 58 FAIL ; 60 FAIL ; 63 FAIL ; 67 FAIL ; [all...] |
/dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/ |
MergeConflictTest.java | 31 Dex ab = new DexMerger(new Dex[]{a, b}, CollisionPolicy.FAIL).merge(); 33 // a and ab overlap; this should fail 34 DexMerger dexMerger = new DexMerger(new Dex[]{a, ab}, CollisionPolicy.FAIL); 37 fail(); method
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsTestStatus.java | 23 FAIL("fail"),
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
BooleanTest.java | 39 return (ok)? "OK" : "FAIL"; 44 return (ok)? gUnitParser.OK : gUnitParser.FAIL; 56 return (testResult.isSuccess())? "OK" : "FAIL"; 61 return (ok)? "OK" : "FAIL";
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_xml_output_unittest_.cc | 69 FAIL() << "Unexpected failure: Disabled test should not be run"; 83 FAIL() << "Unexpected failure: Disabled test should not be run"; 87 FAIL() << "XML output: " 94 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
/external/testng/src/test/java/test/parameters/ |
ParameterOverrideTest.java | 17 FAIL, 30 privateTestOverrideSuite(S.FAIL); 40 privateTestOverrideSuite(S.FAIL); 50 privateTestOverrideSuite(S.FAIL);
|
/external/valgrind/auxprogs/ |
gsl16test | 25 # FAIL: qawo(f456) elist (7.25063790881233303e-15 observed vs 7.25922435194575979e-15 expected) 107 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l) 109 echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l) 112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 114 (echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)) >> summary.txt
|
gsl19test | 27 # FAIL: qawo(f456) elist (7.25063790881233303e-15 observed vs 7.25922435194575979e-15 expected) 112 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l) 114 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l) 117 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 119 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
BuildStep.java | 69 public static final int FAIL = 4; 82 * FOLLOW, FAIL, SUCCEED 174 * are POSSIBLE, FOLLOW, BACK, FAIL, SUCCEED. 202 case FAIL: 226 case FAIL: 252 case FAIL:
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
run | 8 function fail { function 9 echo FAIL: doc/codewalk/$1 14 echo foo | go run markov.go | grep foo > /dev/null || fail markov 17 go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig 20 go build urlpoll.go || fail urlpoll
|