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

12 3

  /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/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
41 case FAIL:
42 return "FAIL";
217 if (data->state == FAIL)
275 eap_ikev2_state(data, FAIL);
412 eap_ikev2_state(data, FAIL);
eap_tnc.c 17 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
149 data->state = FAIL;
292 goto fail;
305 goto fail;
314 goto fail;
402 fail:
eap_wsc.c 20 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
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/src/eap_server/
eap_server_ikev2.c 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state;
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...]
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...]
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...]
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 34 FAIL, /* abort. */
  /ndk/sources/android/support/tests/minitest/
minitest.h 215 FAIL,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 47 private static final int FAIL = 2;
162 } else if (mStatus[mState] == FAIL) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
BaseSensorSemiAutomatedTestActivity.java 90 testResult = SensorTestResult.FAIL;
102 * Any exception thrown will cause the test to fail, additionally mAssert can be used to verify
174 case FAIL:
187 FAIL
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults.py 63 FAIL = "Q"
80 FAIL_STRING = "FAIL"
96 FAIL_STRING: FAIL,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 50 #define FAIL 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 50 #define FAIL 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h 50 #define FAIL 0
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 54 public static String FAIL = "com.example.android.widgetcts.FAIL";
77 if (action.equals(PASS) || action.equals(FAIL)) {
267 rv.setViewVisibility(R.id.fail, View.GONE);
270 rv.setViewVisibility(R.id.fail, View.GONE);
273 rv.setViewVisibility(R.id.fail, View.VISIBLE);
284 final Intent fail = new Intent(context, WidgetCtsProvider.class); local
285 fail.setAction(WidgetCtsProvider.FAIL);
286 fail.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId)
    [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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 67 private static final int FAIL = 2;
205 } else if (mStatus[mState] == FAIL) {
376 mStatus[i] = FAIL;
404 mStatus[i] = FAIL;
432 mStatus[i] = FAIL;
453 "data integrity test fail: notificaiton package (%s, %s)");
458 "data integrity test fail: notificaiton icon (%d, %d)");
460 "data integrity test fail: notificaiton flags (%d, %d)");
462 "data integrity test fail: notificaiton ID (%d, %d)");
464 "data integrity test fail: notificaiton when (%d, %d)")
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset_props.cpp 103 // can only fail with an out-of-memory error
    [all...]
  /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...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 280 // use it when they fail (i.e., the predicate's outcome doesn't match the
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 281 // use it when they fail (i.e., the predicate's outcome doesn't match the
    [all...]

Completed in 791 milliseconds

12 3