Searched defs:ignore (Results 76 - 100 of 149) sorted by relevance

123456

/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1205 bool ignore = false; local
1209 ignore = true;
1213 ignore = true;
1216 if (ignore)
/external/lldb/test/
H A Ddotest.py202 ignore = False variable
403 global ignore
595 ignore = True
712 copytree(srcdir, dstdir, ignore=ignore_patterns('*.pyc', '.svn'))
733 ignore=ignore_patterns('.svn'))
909 global ignore
921 if ignore:
1355 copytree(rdir, newrdir, ignore=ignore_patterns('*.pyc', '*.o', '*.d'))
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_api.c117 int ignore; local
119 if (XQueryExtension( display, "MIT-SHM", &ignore, &ignore, &ignore )) {
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h132 Boolean ignore; member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h132 Boolean ignore; member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h132 Boolean ignore; member in struct:eap_sm
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job_unittest.cc299 void SetIgnoreProgressEvents(bool ignore) { argument
306 ignore_progress_events_ = ignore;
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp875 FieldPosition& ignore,
878 return format(source, NULL, cnt, appendTo, &ignore, success);
905 FieldPosition& ignore,
916 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success);
1007 FieldPosition* ignore,
1095 subMsgFormat.format(0, NULL, arguments, argumentNames, cnt, appendTo, ignore, success);
1150 ignore = updateMetaData(appendTo, prevDestLength, ignore, arg);
1573 UErrorCode localStatus = U_ZERO_ERROR; // ignore unrecognized default rule set
1621 // ARG_START parts. (But we can ignore th
872 format(const Formattable* source, int32_t cnt, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const argument
903 format(const Formattable& source, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const argument
1002 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp472 FieldPosition ignore(FieldPosition::DONT_CARE);
473 form->format(testArgs1, 2, string, ignore, err);
478 ignore.setField(FieldPosition::DONT_CARE);
480 form->format(testArgs2, 2, string, ignore, err);
486 ignore.setField(FieldPosition::DONT_CARE);
488 form->format(testArgs3, 2, string, ignore, err);
509 FieldPosition ignore(FieldPosition::DONT_CARE);
512 form->format(testArgs1, 2, string, ignore, err);
517 ignore.setField(FieldPosition::DONT_CARE);
520 form->format(testArgs2, 2, string, ignore, er
1903 FieldPosition ignore; local
[all...]
H A Dtsmthred.cpp676 FieldPosition ignore = 0; local
677 fmt->format(myArgs,4,result,ignore,realStatus);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc164 "If overall heap check is to ignore heap objects reachable "
379 // and the objects we've been told to ignore.
405 // We'll ignore allocations with a return address in a disabled range
573 const bool ignore = (counter > 0); local
589 if (ignore) {
846 // is so important for making crypto usable). We ignore all its
848 // to ignore allocations done in files/symbols that match
867 // thread-local storage allocations that we want to ignore here.
929 // list of extensions as is found in pprof). We want to ignore
1100 // Make objects we were told to ignore liv
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc164 "If overall heap check is to ignore heap objects reachable "
379 // and the objects we've been told to ignore.
405 // We'll ignore allocations with a return address in a disabled range
573 const bool ignore = (counter > 0); local
589 if (ignore) {
846 // is so important for making crypto usable). We ignore all its
848 // to ignore allocations done in files/symbols that match
867 // thread-local storage allocations that we want to ignore here.
929 // list of extensions as is found in pprof). We want to ignore
1100 // Make objects we were told to ignore liv
[all...]
/external/chromium_org/ui/aura/
H A Dwindow.cc88 // to. Starts at target. Does not descend into |ignore|.
91 aura::Window* ignore) {
92 if (target == ignore)
100 ui::Layer* layer = FindStackingTargetLayerDown<T>(*i, ignore);
109 // template type) and ignoring |ignore|. Returns the Layer of the first Window
113 aura::Window* ignore) {
118 ui::Layer* layer = FindStackingTargetLayerDown<T>(*i, ignore);
131 ui::Layer* FindStackingTargetLayer(aura::Window* target, aura::Window* ignore) { argument
132 ui::Layer* result = FindStackingTargetLayerDown<T>(target, ignore);
136 ui::Layer* result = FindStackingLayerInSiblings<T>(target, ignore);
90 FindStackingTargetLayerDown(aura::Window* target, aura::Window* ignore) argument
112 FindStackingLayerInSiblings(aura::Window* target, aura::Window* ignore) argument
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp520 struct ignore { template<typename ...Ts> constexpr ignore(Ts &&...) {} }; function in struct:loops::ignore
529 ignore{arr[I] = x ...};
/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/elfutils/0.153/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)
1990 Dwfl_Module *mod, bool all, bool ignore, bool relocate)
1996 if (ignore)
2015 if (ignore)
2082 bool all, bool ignore, bool modnames, bool relocate)
2095 if (file == NULL && ignore)
2102 handle_dwfl_module (output_file, true, mod, all, ignore, relocat
1987 handle_dwfl_module(const char *output_file, bool create_dirs, Dwfl_Module *mod, bool all, bool ignore, bool relocate) argument
2079 handle_output_dir_module(const char *output_dir, Dwfl_Module *mod, bool all, bool ignore, bool modnames, bool relocate) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp875 FieldPosition& ignore,
878 return format(source, NULL, cnt, appendTo, &ignore, success);
905 FieldPosition& ignore,
916 return format(tmpPtr, NULL, cnt, appendTo, &ignore, success);
1007 FieldPosition* ignore,
1095 subMsgFormat.format(0, NULL, arguments, argumentNames, cnt, appendTo, ignore, success);
1150 ignore = updateMetaData(appendTo, prevDestLength, ignore, arg);
1573 UErrorCode localStatus = U_ZERO_ERROR; // ignore unrecognized default rule set
1621 // ARG_START parts. (But we can ignore th
872 format(const Formattable* source, int32_t cnt, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const argument
903 format(const Formattable& source, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success) const argument
1002 format(int32_t msgStart, const void *plNumber, const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, AppendableWrapper& appendTo, FieldPosition* ignore, UErrorCode& success) const argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtmsgfmt.cpp472 FieldPosition ignore(FieldPosition::DONT_CARE);
473 form->format(testArgs1, 2, string, ignore, err);
478 ignore.setField(FieldPosition::DONT_CARE);
480 form->format(testArgs2, 2, string, ignore, err);
486 ignore.setField(FieldPosition::DONT_CARE);
488 form->format(testArgs3, 2, string, ignore, err);
509 FieldPosition ignore(FieldPosition::DONT_CARE);
512 form->format(testArgs1, 2, string, ignore, err);
517 ignore.setField(FieldPosition::DONT_CARE);
520 form->format(testArgs2, 2, string, ignore, er
1903 FieldPosition ignore; local
[all...]
H A Dtsmthred.cpp681 FieldPosition ignore = 0; local
682 fmt->format(myArgs,4,result,ignore,realStatus);
/external/lldb/source/Target/
H A DProcess.cpp100 { "ignore-breakpoints-in-expressions", OptionValue::eTypeBoolean, true, true, NULL, NULL, "If true, breakpoints will be ignored during expression evaluation." },
184 ProcessProperties::SetIgnoreBreakpointsInExpressions (bool ignore) argument
187 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, ignore);
198 ProcessProperties::SetUnwindOnErrorInExpressions (bool ignore) argument
201 m_collection_sp->SetPropertyAtIndexAsBoolean(NULL, idx, ignore);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc3381 scoped_ptr<base::AutoReset<bool> > ignore = variable
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc238 // to ignore munmap in this case -- we handle stack shadow separately.
826 ScopedIgnoreInterceptors ignore; local
875 ScopedIgnoreInterceptors ignore; local
1773 // We ignore interceptors in blocking functions,
1901 // inside of getaddrinfo. So ignore memory accesses.
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.c1280 * Just ignore it.
4848 int ignore; local
4868 &ignore, 0);
/external/emma/lib/
H A Demma.jar ... java.lang.String usageArgsMsg () protected void initialize () Throwable ignore protected final java.lang.String getToolName () String clsName ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jar ... java.lang.String usageArgsMsg () protected void initialize () Throwable ignore protected final java.lang.String getToolName () String clsName ...

Completed in 1659 milliseconds

123456