HomeSort by relevance Sort by last modified time
    Searched defs:FAIL (Results 1 - 20 of 20) sorted by null

  /external/chromium/base/i18n/
icu_string_conversions.h 20 FAIL,
43 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
55 // encoding doesn't exist or the encoding fails (when on_error is FAIL),
  /cts/tools/host/src/com/android/cts/
DeviceObserver.java 24 * <li>FAIL: indicate that the action is failed.
28 public static final int FAIL = -1;
  /external/chromium/third_party/icu/source/test/cintltst/
cposxtst.c 43 "1", "6", "FAIL", "U_MISSING_RESOURCE_ERROR",
46 "1", "9", "FAIL", "U_MISSING_RESOURCE_ERROR",
47 "3", "1", "FAIL", "U_MISSING_RESOURCE_ERROR",
49 "4", "15", "FAIL", "U_MISSING_RESOURCE_ERROR",
54 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */
59 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec));
65 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec));
81 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
89 log_err("FAIL: u_catgets => \"%s\", exp. \"%s\"\n"
    [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/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ikev2.c 25 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
47 case FAIL:
48 return "FAIL";
223 if (data->state == FAIL)
281 eap_ikev2_state(data, FAIL);
418 eap_ikev2_state(data, FAIL);
eap_tnc.c 24 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
155 data->state = FAIL;
298 goto fail;
311 goto fail;
320 goto fail;
408 fail:
eap_wsc.c 26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
51 case FAIL:
52 return "FAIL";
214 if ((data->state == FAIL && data->out_op_code == WSC_ACK) ||
217 eap_wsc_state(data, FAIL);
246 eap_wsc_state(data, FAIL);
402 eap_wsc_state(data, FAIL);
410 eap_wsc_state(data, FAIL);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ikev2.c 25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
71 case FAIL:
72 return "FAIL";
287 eap_ikev2_state(data, FAIL);
371 eap_ikev2_state(data, FAIL);
378 eap_ikev2_state(data, FAIL);
388 eap_ikev2_state(data, FAIL);
399 eap_ikev2_state(data, FAIL);
408 eap_ikev2_state(data, FAIL);
415 eap_ikev2_state(data, FAIL);
    [all...]
eap_tnc.c 25 FAIL } state;
84 data->state = FAIL;
152 data->state = FAIL;
156 data->state = FAIL;
276 case FAIL:
350 data->state = FAIL;
364 data->state = FAIL;
423 if (len == 1 && (data->state == DONE || data->state == FAIL)) {
438 data->state = FAIL;
448 data->state = FAIL;
    [all...]
eap_wsc.c 25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
50 case FAIL:
51 return "FAIL";
284 eap_wsc_state(data, FAIL);
290 eap_wsc_state(data, FAIL);
347 eap_wsc_state(data, FAIL);
384 eap_wsc_state(data, FAIL);
396 eap_wsc_state(data, FAIL);
402 eap_wsc_state(data, FAIL);
410 eap_wsc_state(data, FAIL);
    [all...]
  /external/bluetooth/glib/tests/
regex-test.c 55 #define FAIL \
130 FAIL; \
171 FAIL; \
203 FAIL; \
261 FAIL; \
394 FAIL; \
404 FAIL; \
414 FAIL; \
424 FAIL; \
434 FAIL; \
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 105 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
802 // appropriate error message when they fail.
    [all...]
  /external/chromium/third_party/icu/source/common/
uniset_props.cpp     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/icu4c/common/
uniset_props.cpp 104 // can only fail with an out-of-memory error
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/v8/tools/
test.py 193 outcome = 'FAIL'
393 outcome = FAIL
661 FAIL = 'fail'
1162 * %(fail_ok)4d tests are expected to fail that we won't fix
1163 * %(fail)4d tests are expected to fail that we should fix\
1168 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)
1170 return (len(o) == 2) and (FAIL in o) and (OKAY in o
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtfmttst.cpp 179 " " + fmtOffset + " *** FAIL ***");
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
251 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
254 errln((UnicodeString)"FAIL: " + (int32_t)status);
468 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
486 if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
495 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
496 if (!(f == str)) errln(UnicodeString("FAIL: Expected ") + str);
501 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
532 if (!(date2 == date1)) errln((UnicodeString)"FAIL");
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 179 " " + fmtOffset + " *** FAIL ***");
208 if (!(*fmtA == *fmtB)) errln((UnicodeString)"FAIL");
251 errln((UnicodeString)"FAIL: Should parse to hour " + hour + " but got " + hr);
254 errln((UnicodeString)"FAIL: " + (int32_t)status);
485 dataerrln("Fail new SimpleDateFormat: %s", u_errorName(status));
495 if (U_FAILURE(status)) errln((UnicodeString)"FAIL: UErrorCode received during test: " + (int32_t)status);
513 if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected));
522 !(date == expected)) errln((UnicodeString)"FAIL: Expected null");//" + expected);
523 if (!(f == str)) errln(UnicodeString("FAIL: Expected ") + str);
528 // if (expected != null) errln((UnicodeString)"FAIL: Expected " + dateToString(expected))
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 707 milliseconds