HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 26 - 50 of 387) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 396 FAIL() << "No RTX codec found among default codecs.";
408 FAIL() << "Timestamp offset extension not in header-extension list.";
421 FAIL() << "Absolute Sender Time extension not in header-extension list.";
693 FAIL() << "Not implemented."; // TODO(pbos): Implement.
748 FAIL() << "Not implemented."; // TODO(pbos): Implement.
752 FAIL() << "Not implemented."; // TODO(pbos): Implement.
761 FAIL() << "Not implemented."; // TODO(pbos): Implement.
843 FAIL() << "Not implemented."; // TODO(pbos): Implement.
847 FAIL() << "Not implemented."; // TODO(pbos): Implement.
851 FAIL() << "Not implemented."; // TODO(pbos): Implement
    [all...]
  /dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/
MergeConflictTest.java 31 Dex ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge();
33 // a and ab overlap; this should fail
34 DexMerger dexMerger = new DexMerger(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/valgrind/main/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
  /device/asus/flo/bdAddrLoader/
addrloader.c 72 FAIL
101 return FAIL;
106 ALOGE("Fail to read Address data from FTM area\n");
108 return FAIL;
129 Res res = FAIL;
151 return FAIL;
171 return FAIL;
177 ALOGE("Fail to read BDAddr from %s", inArg.szSrc);
178 return FAIL;
198 ALOGE("Fail to convert data")
    [all...]
  /device/lge/hammerhead/bdAddrLoader/
addrloader.c 68 FAIL
97 return FAIL;
102 ALOGE("Fail to read Address data from FTM area\n");
104 return FAIL;
125 Res res = FAIL;
147 return FAIL;
167 return FAIL;
173 ALOGE("Fail to read BDAddr from %s", inArg.szSrc);
174 return FAIL;
192 ALOGE("Fail to convert data")
    [all...]
  /device/lge/mako/bdAddrLoader/
addrloader.c 72 FAIL
101 return FAIL;
106 ALOGE("Fail to read Address data from FTM area\n");
108 return FAIL;
129 Res res = FAIL;
151 return FAIL;
171 return FAIL;
177 ALOGE("Fail to read BDAddr from %s", inArg.szSrc);
178 return FAIL;
198 ALOGE("Fail to convert data")
    [all...]
  /device/moto/shamu/bdAddrLoader/
addrloader.c 68 FAIL
97 return FAIL;
102 ALOGE("Fail to read Address data from FTM area\n");
104 return FAIL;
125 Res res = FAIL;
147 return FAIL;
167 return FAIL;
173 ALOGE("Fail to read BDAddr from %s", inArg.szSrc);
174 return FAIL;
192 ALOGE("Fail to convert data")
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 19 FAIL
56 case FAIL:
57 return "FAIL";
114 eap_tnc_set_state(data, FAIL);
182 eap_tnc_set_state(data, FAIL);
186 eap_tnc_set_state(data, FAIL);
261 eap_tnc_set_state(data, FAIL);
269 if (data->state == FAIL)
315 case FAIL:
389 eap_tnc_set_state(data, FAIL);
    [all...]
  /external/chromium_org/net/data/websocket/
websocket_worker_simple.js 31 postMessage("FAIL: received data is wrong: " + e.data);
38 postMessage("FAIL: close is not clean");
44 postMessage("FAIL: worker: Unexpected exception: " + e);
  /external/chromium_org/v8/tools/testrunner/local/
statusfile.py 31 FAIL = "FAIL"
46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
50 DEFS = {FAIL_OK: [FAIL, OKAY],
51 PASS_OR_FAIL: [PASS, FAIL]}
78 return ((PASS in outcomes) and (FAIL in outcomes) and
83 return (FAIL in outcomes) and (OKAY in outcomes)
  /external/chromium_org/chrome/browser/net/
dns_probe_service_unittest.cc 99 RunTest(MockDnsClientRule::OK, MockDnsClientRule::FAIL,
104 RunTest(MockDnsClientRule::FAIL, MockDnsClientRule::OK,
109 RunTest(MockDnsClientRule::FAIL, MockDnsClientRule::FAIL,
  /external/chromium_org/content/browser/dom_storage/
dom_storage_browsertest.cc 25 // a #pass or #fail ref.
36 FAIL() << "Failed: " << js_result;
  /external/chromium_org/testing/gtest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
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]";
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/gtest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
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]";
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/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit 35 FAIL=0
54 $QEMU -semihosting -M integratorcp -cpu arm1026 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
58 $QEMU -semihosting -M integratorcp -cpu arm1026 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
62 $QEMU -semihosting -M integratorcp -cpu cortex-m3 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
66 $QEMU -semihosting -M integratorcp -cpu cortex-a8 -kernel $1 | awk 'BEGIN { f=0; } /PASS/ { next } /FAIL/ { f=1; print; next } { print } END { exit f }'
76 fail=0
78 if (ls *.fail.cpp &> /dev/null)
80 for FILE in $(ls *.fail.cpp); do
84 echo " [FAIL ] $FILE should not compile"
85 let "fail+=1
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
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/valgrind/main/coregrind/m_debuginfo/
d3basics.c 481 # define FAIL(_str) \
492 FAIL("evaluate_Dwarf3_Expr: stack overflow(1)"); \
501 FAIL("evaluate_Dwarf3_Expr: stack underflow(1)"); \
538 FAIL("evaluate_Dwarf3_Expr: DW_OP_regx*: invalid expr size");
556 FAIL("evaluate_Dwarf3_Expr: ran off end of expr");
562 FAIL("evaluate_Dwarf3_Expr: stack empty at end of expr");
579 FAIL("evaluate_Dwarf3_Expr: DW_OP_addr with address "
585 FAIL("evaluate_Dwarf3_Expr: DW_OP_fbreg with "
605 FAIL("evaluate_Dwarf3_Expr: DW_OP_{implicit,stack}_value "
624 FAIL("evaluate_Dwarf3_Expr: DW_OP_breg* but no reg info")
    [all...]

Completed in 1912 milliseconds

12 3 4 5 6 7 8 91011>>