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

12 3 4 5 6

  /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";
216 if (data->state == FAIL)
275 eap_ikev2_state(data, FAIL);
417 eap_ikev2_state(data, FAIL);
eap_tnc.c 18 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state;
154 data->state = FAIL;
298 goto fail;
311 goto fail;
320 goto fail;
403 fail:
eap_wsc.c 20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state;
41 case FAIL:
42 return "FAIL";
345 if ((data->state == FAIL && data->out_op_code == WSC_ACK) ||
348 eap_wsc_state(data, FAIL);
377 eap_wsc_state(data, FAIL);
534 eap_wsc_state(data, FAIL);
542 eap_wsc_state(data, FAIL);
556 eap_wsc_state(data, FAIL);
566 if (data->state == FAIL && ret->methodState == METHOD_DONE)
    [all...]
  /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";
286 eap_ikev2_state(data, FAIL);
378 eap_ikev2_state(data, FAIL);
385 eap_ikev2_state(data, FAIL);
395 eap_ikev2_state(data, FAIL);
406 eap_ikev2_state(data, FAIL);
415 eap_ikev2_state(data, FAIL);
422 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 29 FAIL, // abort.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 48 private static final int FAIL = 2;
165 } else if (mStatus[mState] == FAIL) {
  /external/vogar/src/vogar/
Console.java 64 Color.FAIL.setCode(failColor);
179 } else if (resultValue == ResultValue.FAIL) {
180 out.println(colorString("FAIL (" + result + ")", Color.FAIL));
209 } else if (resultValue == ResultValue.FAIL) {
210 color = Color.FAIL;
312 return Color.FAIL;
321 } else if (resultValue == ResultValue.FAIL) {
322 sb.append(colorString("X", Color.FAIL));
421 PASS, FAIL, SKIP, WARN, COMMENT
    [all...]
  /ndk/sources/android/support/tests/minitest/
minitest.h 209 FAIL,
  /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...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderConformanceTest.java 60 FAIL,
163 Log.e(TAG, "Fail to read " + vectorName + "md5sum file");
164 return Status.FAIL;
204 return Status.FAIL;
209 return Status.FAIL;
234 return Status.FAIL;
260 Log.e(TAG, "Decode " + vectorName + " fail");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_re.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_re.py     [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/notifications/
InteractiveVerifierActivity.java 57 protected static final int FAIL = 4;
112 /** Set status to {@link #PASS} or @{link #FAIL} to proceed, or {@link #READY} to retry. */
113 void test() { status = FAIL; next(); };
201 case FAIL:
268 case FAIL:
269 Log.i(TAG, "FAIL: " + mCurrentTest.getClass().getSimpleName());
393 status = FAIL;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
VrListenerVerifierActivity.java 61 FAIL,
273 InteractiveTestCase.this.setStatus(Status.FAIL);
336 case FAIL:
  /external/harfbuzz_ng/src/
hb-directwrite.cc 163 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */
693 #define FAIL(...) \
701 FAIL ("Analyzer failed to generate results.");
760 FAIL ("Analyzer failed to get glyphs.");
798 FAIL ("Analyzer failed to get glyph placements.");
813 FAIL ("Analyzer failed to get justification opportunities.");
829 FAIL ("Analyzer failed to get justified glyph advances.");
837 FAIL ("Analyzer failed to get script properties.");
872 FAIL ("Analyzer failed to get justified glyphs.");
922 FAIL ("Buffer in error")
    [all...]
hb-uniscribe.cc 416 else if (face_index == 0) /* Fail if first face doesn't have 'name' table. */
737 #define FAIL(...) \
844 FAIL ("ScriptItemizeOpenType() failed: 0x%08xL", hr);
921 FAIL ("ScriptShapeOpenType() set fNoGlyphIndex");
925 FAIL ("Buffer resize failed");
931 FAIL ("ScriptShapeOpenType() failed: Font doesn't support script");
937 FAIL ("ScriptShapeOpenType() failed: 0x%08xL", hr);
963 FAIL ("ScriptPlaceOpenType() failed: 0x%08xL", hr);
994 FAIL ("Buffer in error");
996 #undef FAIL
    [all...]
  /external/icu/icu4c/source/common/
uniset_props.cpp 946 #define FAIL(ec) {ec=U_ILLEGAL_ARGUMENT_ERROR; return *this;}
    [all...]
  /external/v8/src/
typing-asm.cc 19 #define FAIL(node, msg) \
79 if (!scope->is_function_scope()) FAIL(fun, "not at function scope");
82 if (use_asm == NULL) FAIL(fun, "missing \"use asm\"");
84 if (use_asm_literal == NULL) FAIL(fun, "missing \"use asm\"");
86 FAIL(fun, "missing \"use asm\"");
132 FAIL(decl->fun(), "function literal expected to be a function");
140 FAIL(fun->body()->last(), "last statement in module is not a return");
163 FAIL(decl, "function declared inside another");
218 if (!good) FAIL(fun, "missing parameter type annotations");
232 FAIL(bin->left(), "expected variable for type annotation")
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.9.0/
jack-api-0.9.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.9.0/
jack-api-0.9.0.jar 
  /external/google-breakpad/src/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 2340 milliseconds

12 3 4 5 6