Searched refs:ignore (Results 226 - 250 of 367) sorted by relevance

1234567891011>>

/external/icu4c/i18n/
H A Dmsgfmt.cpp862 FieldPosition& ignore,
865 return format(source, NULL, cnt, appendTo, &ignore, success);
892 FieldPosition& ignore,
903 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success);
952 FieldPosition* ignore,
1027 subMsgFormat.format(0, 0, arguments, argumentNames, cnt, appendTo, ignore, success);
1080 ignore = updateMetaData(appendTo, prevDestLength, ignore, arg);
1443 UErrorCode localStatus = U_ZERO_ERROR; // ignore unrecognized default rule set
1490 // ARG_START parts. (But we can ignore th
859 format(const Formattable* source, int32_t cnt, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const argument
890 format(const Formattable& source, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const argument
947 format(int32_t msgStart, double pluralNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
[all...]
H A DdecNumber.c637 if (*c=='.') continue; /* ignore dots */
653 /* [we can now ignore the .] */
676 if (*c=='.') continue; /* ignore '.' [don't decrement cut] */
692 if (*c=='.') continue; /* ignore . [don't step up] */
1155 /* status; if either is seen than ignore fhs (in case it is */
1401 uInt status=0, ignore=0; /* status accumulators */ local
1516 decLnOp(b, w, &aset, &ignore); /* b=ln(10) */
2821 uInt status=0, ignore=0; /* status accumulators */ local
2977 decMultiplyOp(a, a, f, &workset, &ignore); /* a=a*f */
2978 decAddOp(a, a, t, &workset, 0, &ignore); /*
5243 uInt ignore=0; /* working status */ local
5607 uInt ignore=0; /* working status accumulator */ local
[all...]
/external/llvm/utils/release/
H A Dtest-release.sh447 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
500 if ! cmp --ignore-initial=16 $o $p3 > /dev/null 2>&1 ; then
/external/valgrind/main/massif/tests/
H A Dlong-time.post.exp3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --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
H A Dpeak2.post.exp3 Massif arguments: --stacks=no --time-unit=B --peak-inaccuracy=10.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/elfutils/src/
H A Dunstrip.c79 { "ignore-missing", 'i', NULL, 0, N_("Silently skip unfindable files"), 0 },
104 bool ignore; member in struct:arg_info
150 info->ignore = true;
203 if (info->ignore || info->all || info->modnames || info->relocate)
1979 Dwfl_Module *mod, bool all, bool ignore, bool relocate)
1985 if (ignore)
2004 if (ignore)
2071 bool all, bool ignore, bool modnames, bool relocate)
2084 if (file == NULL && ignore)
2091 handle_dwfl_module (output_file, true, mod, all, ignore, relocat
1976 handle_dwfl_module(const char *output_file, bool create_dirs, Dwfl_Module *mod, bool all, bool ignore, bool relocate) argument
2068 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool all, bool ignore, bool modnames, bool relocate) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java100 public void matchAny(IntStream ignore) { // ignore stream, copy of input argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPipedInputStreamTest.java398 } catch (Exception ignore) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateFactory4Test.java78 } catch (IOException ignore) {}
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractClientConnAdapter.java379 } catch (IOException ignore) {
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h188 // If the bar is disabled, we hide it and ignore show/hide commands.
405 - (void)setIgnoreAnimations:(BOOL)ignore;
/external/dropbear/
H A Dprogressmeter.c220 update_progress_meter(int ignore) argument
/external/e2fsprogs/misc/
H A Dfsck.c15 * if it should ignore the fs type. This way more fsck programs
71 "ignore",
151 static int ignore(struct fs_info *);
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()).
974 if (ignore(f
[all...]
/external/emma/core/java12/com/vladium/emma/
H A DCommand.java76 if (m_out != null) try { m_out.flush (); } catch (Throwable ignore) {}
H A DrunCommand.java314 if (jarfile != null) try { jarfile.close (); } catch (IOException ignore) {}
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProcessor.java243 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/
H A DFiles.java59 if (in != null) try { in.close (); } catch (Exception ignore) {}
/external/linux-tools-perf/util/
H A Dsymbol.h66 * @ignore - resolvable but tools ignore it (e.g. idle routines)
74 bool ignore; member in struct:symbol
/external/openssh/
H A Dprogressmeter.c231 update_progress_meter(int ignore) argument
/external/valgrind/tsan/
H A Dthread_sanitizer.h60 vector<string> ignore; member in struct:FLAGS
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c363 * Get ignore, methodState, decision, allowNotifications, and
372 * ignore = m.check(eapReqData)
377 ret.ignore = sm->ignore;
385 wpa_printf(MSG_DEBUG, "EAP: method process -> ignore=%s "
387 ret.ignore ? "TRUE" : "FALSE",
391 sm->ignore = ret.ignore;
392 if (sm->ignore)
713 if (sm->ignore)
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c363 * Get ignore, methodState, decision, allowNotifications, and
372 * ignore = m.check(eapReqData)
377 ret.ignore = sm->ignore;
385 wpa_printf(MSG_DEBUG, "EAP: method process -> ignore=%s "
387 ret.ignore ? "TRUE" : "FALSE",
391 sm->ignore = ret.ignore;
392 if (sm->ignore)
713 if (sm->ignore)
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c363 * Get ignore, methodState, decision, allowNotifications, and
372 * ignore = m.check(eapReqData)
377 ret.ignore = sm->ignore;
385 wpa_printf(MSG_DEBUG, "EAP: method process -> ignore=%s "
387 ret.ignore ? "TRUE" : "FALSE",
391 sm->ignore = ret.ignore;
392 if (sm->ignore)
713 if (sm->ignore)
[all...]
/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...]

Completed in 1076 milliseconds

1234567891011>>