HomeSort by relevance Sort by last modified time
    Searched refs:ignore (Results 276 - 300 of 561) sorted by null

<<11121314151617181920>>

  /external/dropbear/
progressmeter.c 220 update_progress_meter(int ignore)
  /external/e2fsprogs/misc/
fsck.c 15 * if it should ignore the fs type. This way more fsck programs
71 "ignore",
151 static int ignore(struct fs_info *);
283 return 0; /* Ignore blank lines and comments */
866 /* Check if we should ignore this filesystem. */
867 static int ignore(struct fs_info *fs) function
873 * If the pass number is 0, ignore it.
879 * If this is a bind mount, ignore it.
892 * ignore it.
971 * filesystem types (done as a side-effect of calling ignore())
    [all...]
  /external/emma/core/java12/com/vladium/emma/
Command.java 76 if (m_out != null) try { m_out.flush (); } catch (Throwable ignore) {}
runCommand.java 314 if (jarfile != null) try { jarfile.close (); } catch (IOException ignore) {}
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 243 if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-existent source dirs
266 try { generator.cleanup (); } catch (Throwable ignore) {}
  /external/emma/core/java12/com/vladium/util/
Files.java 59 if (in != null) try { in.close (); } catch (Exception ignore) {}
  /external/harfbuzz_ng/
git.mk 22 # This enables automatic .gitignore generation. If you need to ignore
33 # ignore them. See "man gitignore".
  /external/icu4c/i18n/unicode/
msgfmt.h 638 * @param ignore Not used; inherited from base class API.
647 FieldPosition& ignore,
    [all...]
  /external/linux-tools-perf/util/
symbol.h 79 * @ignore - resolvable but tools ignore it (e.g. idle routines)
87 bool ignore; member in struct:symbol
  /external/openssh/
progressmeter.c 231 update_progress_meter(int ignore)
  /external/webp/src/dsp/
cpu-features.c 100 int len, ignore; local
273 /* read the initial decimal number, ignore the rest */
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 100 int len, ignore; local
273 /* read the initial decimal number, ignore the rest */
  /frameworks/base/wifi/java/android/net/wifi/
WifiApConfigStore.java 160 } catch (IOException ignore) {
  /libcore/luni/src/main/java/java/security/
KeyStoreSpi.java 489 } catch (ClassNotFoundException ignore) {}
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 73 } catch (SocketTimeoutException ignore) {
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory4Test.java 81 } catch (IOException ignore) {}
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 202 } catch (IOException ignore) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 181 } catch (IOException ignore) {}
SdkManagerAction.java 200 // Ignore stdout
213 } catch (Exception ignore) {
230 // ignore
281 // Ignore initial load of the SDK.
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 368 * Get ignore, methodState, decision, allowNotifications, and
377 * ignore = m.check(eapReqData)
382 ret.ignore = sm->ignore;
390 wpa_printf(MSG_DEBUG, "EAP: method process -> ignore=%s "
392 ret.ignore ? "TRUE" : "FALSE",
396 sm->ignore = ret.ignore;
397 if (sm->ignore)
725 if (sm->ignore)
    [all...]
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 436 View ignore = null; local
451 ignore = findViewById(mIgnoreGravity);
511 if (child != ignore || verticalGravity) {
516 if (child != ignore || horizontalGravity) {
530 if (child != ignore || verticalGravity) {
535 if (child != ignore || horizontalGravity) {
617 if (child.getVisibility() != GONE && child != ignore) {
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 114 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,
    [all...]
  /external/bison/
maint.mk 66 # matching files to ignore.
214 # Regular expression (ERE) denoting lines to ignore that matched
239 # Ignore case.
266 # By default, _sc_search_regexp does not ignore case.
515 @h='ignore-value.h' re='\<ignore_(value|ptr) *\(' \
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 108 ignore /* Ignored. */
171 /* Nonzero means ignore status codes returned by commands
204 /* Nonzero means ignore print_directory_flag and never print the directory.
314 -i, --ignore-errors Ignore errors from commands.\n"),
366 { 'b', ignore, 0, 0, 0, 0, 0, 0, 0 },
379 "ignore-errors" },
399 { 'm', ignore, 0, 0, 0, 0, 0, 0, 0 },
1007 /* Do not ignore the child-death signal. This must be done before
107 ignore \/* Ignored. *\/ enumerator in enum:command_switch::__anon22155
    [all...]
  /external/dnsmasq/src/
rfc2131.c 129 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))
    [all...]

Completed in 3136 milliseconds

<<11121314151617181920>>