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

12 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/test/
testit 64 FAIL=0
72 fail=0
74 if (ls *.fail.cpp &> /dev/null)
76 for FILE in $(ls *.fail.cpp); do
81 let "fail+=1"
100 let "fail+=1"
106 let "fail+=1"
111 if [ $fail -gt 0 ]
113 echo "failed $fail tests in `pwd`"
119 if [ $fail -eq 0
    [all...]
  /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;
168 return FAIL;
174 ALOGE("Fail to read BDAddr from %s", inArg.szSrc);
175 return FAIL;
195 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;
168 return FAIL;
174 ALOGE("Fail to read BDAddr from %s", inArg.szSrc);
175 return FAIL;
195 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...]
eap_server_ikev2.c 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
65 case FAIL:
66 return "FAIL";
282 eap_ikev2_state(data, FAIL);
366 eap_ikev2_state(data, FAIL);
373 eap_ikev2_state(data, FAIL);
383 eap_ikev2_state(data, FAIL);
394 eap_ikev2_state(data, FAIL);
403 eap_ikev2_state(data, FAIL);
410 eap_ikev2_state(data, FAIL);
    [all...]
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...]
  /external/webkit/LayoutTests/storage/
sql-data-types.js 27 writeMessageToLog("FAIL: property '" + propName + "' failed."
47 notifyDone("FAIL: Database clean up failed.");
55 notifyDone("FAIL: Error fetching values from the db.")
64 notifyDone("FAIL: Error inserting values to the db.");
73 notifyDone("FAIL: Error creating the db.");
86 notifyDone("FAIL: Error opening the db");
sql-error-codes.js 16 log("FAIL: expected error code " + expectedErrorCodeName + " (" + error[expectedErrorCodeName] + "); got " + error.code);
23 log("FAIL: a transaction has completed successfully.");
90 log("FAIL: could not change the DB version.");
  /external/chromium/testing/gtest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
gtest_output_test_.cc 81 FAIL() << "This should never be reached.";
98 // This generates a test which will fail. Google Test is expected to print
125 FAIL() << "This should never be reached.";
165 printf("(expected to fail)\n");
184 printf("(expected to fail)\n");
195 printf("(expected to fail)\n");
203 printf("(expected to fail)\n");
212 printf("(expected to fail)\n");
383 FAIL() << "Expected failure #1, in the test fixture c'tor.";
406 FAIL() << "Expected failure #3, in TearDown()."
    [all...]
  /external/gtest/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
gtest_output_test_.cc 81 FAIL() << "This should never be reached.";
98 // This generates a test which will fail. Google Test is expected to print
125 FAIL() << "This should never be reached.";
165 printf("(expected to fail)\n");
184 printf("(expected to fail)\n");
195 printf("(expected to fail)\n");
203 printf("(expected to fail)\n");
212 printf("(expected to fail)\n");
383 FAIL() << "Expected failure #1, in the test fixture c'tor.";
406 FAIL() << "Expected failure #3, in TearDown()."
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
gtest_output_test_.cc 81 FAIL() << "This should never be reached.";
98 // This generates a test which will fail. Google Test is expected to print
125 FAIL() << "This should never be reached.";
165 printf("(expected to fail)\n");
184 printf("(expected to fail)\n");
195 printf("(expected to fail)\n");
203 printf("(expected to fail)\n");
212 printf("(expected to fail)\n");
383 FAIL() << "Expected failure #1, in the test fixture c'tor.";
406 FAIL() << "Expected failure #3, in TearDown()."
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 474 # define FAIL(_str) \
485 FAIL("evaluate_Dwarf3_Expr: stack overflow(1)"); \
494 FAIL("evaluate_Dwarf3_Expr: stack underflow(1)"); \
531 FAIL("evaluate_Dwarf3_Expr: DW_OP_regx*: invalid expr size");
549 FAIL("evaluate_Dwarf3_Expr: ran off end of expr");
555 FAIL("evaluate_Dwarf3_Expr: stack empty at end of expr");
572 FAIL("evaluate_Dwarf3_Expr: DW_OP_addr with address "
578 FAIL("evaluate_Dwarf3_Expr: DW_OP_fbreg with "
598 FAIL("evaluate_Dwarf3_Expr: DW_OP_{implicit,stack}_value "
617 FAIL("evaluate_Dwarf3_Expr: DW_OP_breg* but no reg info")
    [all...]
  /external/icu4c/test/cintltst/
cposxtst.c 45 "1", "6", "FAIL", "U_MISSING_RESOURCE_ERROR",
48 "1", "9", "FAIL", "U_MISSING_RESOURCE_ERROR",
49 "3", "1", "FAIL", "U_MISSING_RESOURCE_ERROR",
51 "4", "15", "FAIL", "U_MISSING_RESOURCE_ERROR",
56 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */
61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
91 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n"
    [all...]
  /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/qemu/android/utils/
dirscanner.c 159 goto FAIL;
164 goto FAIL;
168 FAIL:
  /external/chromium/base/i18n/
icu_string_conversions.h 21 FAIL,
44 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
56 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
  /external/valgrind/main/memcheck/tests/darwin/
scalar.h 33 #define FAIL assert(-1 == res);
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.h 30 #define FAIL assert(-1 == res);
  /external/dhcpcd/dhcpcd-hooks/
20-dns.conf 50 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 244 #define FAIL(...) \
324 FAIL ("ScriptItemizeOpenType() failed: 0x%08xL", hr);
366 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex");
371 FAIL ("Buffer resize failed");
377 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script");
383 FAIL ("ScriptShapeOpenType() failed: 0x%08xL", hr);
409 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr);
439 FAIL ("Buffer in error");
441 #undef FAIL
  /external/chromium/net/ftp/
ftp_directory_listing_parser.cc 29 base::OnStringConversionError::FAIL,
93 base::OnStringConversionError::FAIL,
  /external/icu4c/common/
uniset_props.cpp 103 // can only fail with an out-of-memory error
950 #define FAIL(ec) {ec=U_ILLEGAL_ARGUMENT_ERROR; return *this;}
    [all...]

Completed in 835 milliseconds

12 3 4 5 6 7 8 9