Searched defs:unset (Results 1 - 18 of 18) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DOptions.java83 unset(String option) { method in class:Options
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-options.c39 const int unset = flags & OPT_UNSET; local
41 if (unset && p->opt)
43 if (unset && (opt->flags & PARSE_OPT_NONEG))
73 if (unset)
80 *(bool *)opt->value = unset ? false : true;
84 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1;
88 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
92 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
96 if (unset)
105 if (unset)
568 parse_opt_verbosity_cb(const struct option *opt, const char *arg __maybe_unused, int unset) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c629 parse_branch_stack(const struct option *opt, const char *str, int unset) argument
641 if (unset)
786 int unset)
792 if (unset) {
807 int unset __maybe_unused)
784 record_parse_callchain_opt(const struct option *opt, const char *arg, int unset) argument
H A Dbuiltin-report.c604 parse_callchain_opt(const struct option *opt, const char *arg, int unset) argument
613 if (unset) {
696 const char *arg, int unset __maybe_unused)
714 const char *str __maybe_unused, int unset)
718 *branch_mode = !unset;
724 int unset __maybe_unused)
713 parse_branch_mode(const struct option *opt __maybe_unused, const char *str __maybe_unused, int unset) argument
H A Dbuiltin-top.c1025 callchain_opt(const struct option *opt, const char *arg, int unset) argument
1028 return record_callchain_opt(opt, arg, unset);
1032 parse_callchain_opt(const struct option *opt, const char *arg, int unset) argument
1035 return record_parse_callchain_opt(opt, arg, unset);
1040 int unset __maybe_unused)
H A Dbuiltin-stat.c1217 const char *s __maybe_unused, int unset)
1219 big_num_opt = unset ? 0 : 1;
1216 stat__set_big_num(const struct option *opt __maybe_unused, const char *s __maybe_unused, int unset) argument
H A Dbuiltin-timechart.c1076 int __maybe_unused unset)
1075 parse_process(const struct option *opt __maybe_unused, const char *arg, int __maybe_unused unset) argument
/external/mksh/src/
H A Dvar.c977 * |2 = keep attributes, only unset content
980 unset(struct tbl *vp, int flags) function
1001 /* if foo[0] is being unset, the remainder of the array is kept... */
1494 unset(vp, 1);
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java724 static <K, V> ValueReference<K, V> unset() { method in class:LocalCache
740 * - Unset: marked as unset, awaiting cleanup or reuse
1138 volatile ValueReference<K, V> valueReference = unset();
1425 volatile ValueReference<K, V> valueReference = unset();
3504 this(LocalCache.<K, V>unset());
3557 oldValue = unset();
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java665 static <K, V> ValueReference<K, V> unset() { method in class:MapMakerInternalMap
1038 volatile ValueReference<K, V> valueReference = unset();
1292 volatile ValueReference<K, V> valueReference = unset();
1550 volatile ValueReference<K, V> valueReference = unset();
2072 * The number of live elements in this segment's region. This does not include unset elements
/external/pcre/dist/
H A Dpcre_compile.c4453 matches a non-fixed char first char; reqchar just remains unset if we never
6229 /* If the minimum is zero, mark it as possessive, then unset the
6557 int i, set, unset, namelen; local
7366 set = unset = 0;
7373 case CHAR_MINUS: optset = &unset; break;
7395 newoptions = (options | set) & (~unset);
7735 unset variables caused by the jump to HANDLE_NUMERICAL_RECURSION. In
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 6635 milliseconds