Searched defs:FAIL (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium/base/i18n/
H A Dicu_string_conversions.h21 FAIL, enumerator in enum:base::OnStringConversionError::Type
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/chromium_org/base/i18n/
H A Dicu_string_conversions.h22 FAIL, enumerator in enum:base::OnStringConversionError::Type
39 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
51 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.h30 #define FAIL assert(-1 == res); macro
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.h33 #define FAIL assert(-1 == res); macro
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseOutputResult.java38 public static String FAIL = "FAIL"; field in class:TestCaseOutputResult
52 return success ? OK : FAIL;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcposxtst.c45 "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" */ local
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
[all...]
/external/icu4c/test/cintltst/
H A Dcposxtst.c45 "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" */ local
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
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_extension_c_test.c46 #define FAIL(msg) do { \ macro
71 FAIL("GetCallerStackTrace failed");
76 FAIL("Failed to add new hook");
79 FAIL("Failed to add delete hook");
84 FAIL("Wrong number of calls to the new hook");
87 FAIL("Wrong number of calls to the delete hook");
90 FAIL("Failed to remove new hook");
93 FAIL("Failed to remove delete hook");
110 FAIL("GetNumericProperty failed for generic.current_allocated_bytes");
113 FAIL("GetNumericPropert
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_extension_c_test.c46 #define FAIL(msg) do { \ macro
71 FAIL("GetCallerStackTrace failed");
76 FAIL("Failed to add new hook");
79 FAIL("Failed to add delete hook");
84 FAIL("Wrong number of calls to the new hook");
87 FAIL("Wrong number of calls to the delete hook");
90 FAIL("Failed to remove new hook");
93 FAIL("Failed to remove delete hook");
110 FAIL("GetNumericProperty failed for generic.current_allocated_bytes");
113 FAIL("GetNumericPropert
[all...]
/external/llvm/utils/lit/lit/
H A DTest.py16 FAIL = TestResult('FAIL', True) variable
/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py39 FAIL = "FAIL" variable
53 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
57 DEFS = {FAIL_OK: [FAIL, OKAY],
58 PASS_OR_FAIL: [PASS, FAIL]}
76 return ((PASS in outcomes) and (FAIL in outcomes) and
81 return (FAIL in outcomes) and (OKAY in outcomes)
H A Dold_statusfile.py34 FAIL = 'FAIL' variable
46 FAIL: FAIL,
/external/chromium_org/build/android/pylib/base/
H A Dbase_test_result.py10 FAIL = 'FAIL' variable in class:ResultType
18 return [ResultType.PASS, ResultType.FAIL, ResultType.CRASH,
156 return self._GetType(ResultType.FAIL)
/external/chromium_org/net/dns/
H A Ddns_test_util.h181 FAIL, // Fail asynchronously with ERR_NAME_NOT_RESOLVED. enumerator in enum:net::MockDnsClientRule::Result
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc184 #define FAIL(...) \ macro
/external/harfbuzz_ng/src/
H A Dhb-coretext.cc184 #define FAIL(...) \ macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c474 # define FAIL(_str) \ macro
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_Exp
928 # undef FAIL macro
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon28297
41 case FAIL:
42 return "FAIL";
217 if (data->state == FAIL)
275 eap_ikev2_state(data, FAIL);
412 eap_ikev2_state(data, FAIL);
H A Deap_tnc.c17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon28308
149 data->state = FAIL;
H A Deap_wsc.c20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon28310
45 case FAIL:
46 return "FAIL";
323 if ((data->state == FAIL && data->out_op_code == WSC_ACK) ||
326 eap_wsc_state(data, FAIL);
355 eap_wsc_state(data, FAIL);
512 eap_wsc_state(data, FAIL);
520 eap_wsc_state(data, FAIL);
541 if (data->state == FAIL && ret->methodState == METHOD_DONE) {
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon28327
65 case FAIL:
66 return "FAIL";
285 eap_ikev2_state(data, FAIL);
369 eap_ikev2_state(data, FAIL);
376 eap_ikev2_state(data, FAIL);
386 eap_ikev2_state(data, FAIL);
397 eap_ikev2_state(data, FAIL);
406 eap_ikev2_state(data, FAIL);
413 eap_ikev2_state(data, FAIL);
[all...]
H A Deap_server_wsc.c20 enum { START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon28345
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/wpa_supplicant_8/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon28527
41 case FAIL:
42 return "FAIL";
217 if (data->state == FAIL)
275 eap_ikev2_state(data, FAIL);
412 eap_ikev2_state(data, FAIL);
H A Deap_tnc.c17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_tnc_data::__anon28538
149 data->state = FAIL;
H A Deap_wsc.c20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_wsc_data::__anon28540
45 case FAIL:
46 return "FAIL";
323 if ((data->state == FAIL && data->out_op_code == WSC_ACK) ||
326 eap_wsc_state(data, FAIL);
355 eap_wsc_state(data, FAIL);
512 eap_wsc_state(data, FAIL);
520 eap_wsc_state(data, FAIL);
541 if (data->state == FAIL && ret->methodState == METHOD_DONE) {

Completed in 448 milliseconds

123