Searched refs:ignore (Results 251 - 275 of 366) sorted by relevance

<<1112131415

/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c334 * Get ignore, methodState, decision, allowNotifications, and
343 * ignore = m.check(eapReqData)
348 ret.ignore = sm->ignore;
356 wpa_printf(MSG_DEBUG, "EAP: method process -> ignore=%s "
358 ret.ignore ? "TRUE" : "FALSE",
362 sm->ignore = ret.ignore;
363 if (sm->ignore)
680 if (sm->ignore)
[all...]
H A Deap_sim.c917 ret->ignore = TRUE;
923 ret->ignore = TRUE;
930 ret->ignore = FALSE;
H A Deap_aka.c1168 ret->ignore = TRUE;
1175 ret->ignore = TRUE;
1182 ret->ignore = FALSE;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannelManager.java114 catch (InterruptedException ignore)
156 catch (InterruptedException ignore)
204 catch (InterruptedException ignore)
417 catch (InterruptedException ignore)
810 return; // ignore
968 catch (InterruptedException ignore)
1084 return; // ignore
1146 /* If we did not request X11 forwarding, then simply ignore this bogus request. */
1315 /* We simply ignore unknown channel requests, however, if the server wants a reply,
/external/dnsmasq/src/
H A Drfc2131.c129 int clid_len = 0, ignore = 0, do_classes = 0, selecting = 0, pxearch = -1; local
701 /* if all the netids in the ignore list are present, ignore this client */
704 ignore = 1;
706 /* Can have setting to ignore the client ID for a particular MAC address or hostname */
732 if (ignore)
814 log_packet("PXE", NULL, emac, emac_len, iface_name, ignore ? "proxy" : "proxy-ignored", mess->xid);
815 return ignore ? 0 : dhcp_packet_size(mess, netid, agent_id, real_end);
881 if (ignore || have_config(config, CONFIG_DISABLE))
970 if (ignore || have_confi
[all...]
/external/icu4c/test/intltest/
H A Dplurfmts.cpp525 FieldPosition ignore; local
546 mf.format(&args, 1, result.remove(), ignore, status);
/external/v8/src/
H A Dframes.h145 #define DECLARE_TYPE(type, ignore) type,
682 #define DECLARE_SINGLETON(ignore, type) type type##_;
H A Dlog.h144 #define DECLARE_ENUM(enum_item, ignore) enum_item,
/external/valgrind/main/massif/tests/
H A Dpeak.post.exp3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=0 --heap-admin=128 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
/external/bluetooth/glib/tests/
H A Dthread-test.c318 test_g_once_thread (gpointer ignore) argument
/external/chromium/chrome/browser/
H A Dprocess_info_snapshot_mac.cc125 // Note: we ignore the "tsiz" (text size) display option of ps because it's
172 in.ignore(1, ' '); // Eat the space.
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java109 // ignore: this should never happen
208 // ignore: this should never happen
331 if (in != null) try { in.close (); } catch (Exception ignore) {}
H A DInstrClassLoader.java298 if (in != null) try { in.close (); } catch (Exception ignore) {}
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java400 catch (Exception ignore) {}
/external/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java118 public NullPointerTester ignore(Member member) { method in class:NullPointerTester
/external/icu4c/i18n/unicode/
H A Dmsgfmt.h631 * @param ignore Not used; inherited from base class API.
640 FieldPosition& ignore,
/external/quake/quake/src/WinQuake/
H A Dpr_cmds.cpp639 extern trace_t SV_Trace_Toss (edict_t *ent, edict_t *ignore);
645 edict_t *ignore; local
648 ignore = G_EDICT(OFS_PARM1);
650 trace = SV_Trace_Toss (ent, ignore);
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp101 bool ignore = true; local
106 ignore = false;
111 if (ignore)
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_sim.c904 ret->ignore = TRUE;
910 ret->ignore = TRUE;
917 ret->ignore = FALSE;
H A Deap_aka.c1156 ret->ignore = TRUE;
1163 ret->ignore = TRUE;
1170 ret->ignore = FALSE;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sim.c917 ret->ignore = TRUE;
923 ret->ignore = TRUE;
930 ret->ignore = FALSE;
H A Deap_aka.c1168 ret->ignore = TRUE;
1175 ret->ignore = TRUE;
1182 ret->ignore = FALSE;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sim.c917 ret->ignore = TRUE;
923 ret->ignore = TRUE;
930 ret->ignore = FALSE;
H A Deap_aka.c1168 ret->ignore = TRUE;
1175 ret->ignore = TRUE;
1182 ret->ignore = FALSE;
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests291 -i|--ignore-tests Comma-separated list of directories or tests to ignore
310 --skipped=[default|ignore|only] Specifies how to treat the Skipped file
312 ignore: The Skipped file is ignored label
315 --ignore-metrics Ignore metrics in tests
338 'ignore-metrics!' => \$ignoreMetrics,
339 'ignore-tests|i=s' => \@ignoreTests,
394 my $ignoreSkipped = $treatSkipped eq "ignore";
616 processIgnoreTests(join(',', @ignoreTests), "ignore-tests") if @ignoreTests;
1222 # This allows us ignore know
[all...]

Completed in 2331 milliseconds

<<1112131415