Searched refs:unset (Results 1 - 25 of 55) sorted by relevance

123

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcgroup.h15 extern int parse_cgroups(const struct option *opt, const char *str, int unset);
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...]
H A Dcallchain.h155 int record_parse_callchain_opt(const struct option *opt, const char *arg, int unset);
156 int record_callchain_opt(const struct option *opt, const char *arg, int unset);
H A Dparse-events.h32 int unset);
35 extern int parse_filter(const struct option *opt, const char *str, int unset);
H A Dcgroup.c142 int unset __maybe_unused)
H A Dsort.h191 int report_parse_ignore_callees_opt(const struct option *opt, const char *arg, int unset);
H A Dparse-options.h44 typedef int parse_opt_cb(const struct option *, const char *arg, int unset);
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.css62 #show-unset-container {
67 html[dir='rtl'] #show-unset-container {
80 div.show-unset-checkbox {
84 html[dir='rtl'] div.show-unset-checkbox {
88 section.reload-show-unset-section {
H A Dpolicy_android.css70 #show-unset-container {
75 html[dir='rtl'] #show-unset-container {
88 div.show-unset-checkbox {
92 html[dir='rtl'] div.show-unset-checkbox {
96 section.reload-show-unset-section {
H A Dpolicy.js104 this.unset = !value;
126 status = loadTimeData.getString('unset');
248 var unset = [];
253 unset.push(name);
264 for (var i = 0; i < unset.length; i++)
265 this.setPolicyValue_(unset[i], undefined, false);
288 var showUnset = $('show-unset').checked;
293 policy.unset && !showUnset ||
430 $('show-unset').onchange = function() {
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-probe.c147 const char *str, int unset __maybe_unused)
157 const char *str, int unset __maybe_unused)
169 int unset __maybe_unused)
192 const char *str, int unset __maybe_unused)
213 const char *str, int unset __maybe_unused)
233 const char *str, int unset __maybe_unused)
H A Dbuiltin-kmem.c662 const char *arg, int unset __maybe_unused)
677 int unset __maybe_unused)
685 int unset __maybe_unused)
692 const char *arg, int unset __maybe_unused)
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-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-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-script.c667 const char *str, int unset __maybe_unused)
713 const char *arg, int unset __maybe_unused)
994 int unset __maybe_unused)
/external/smack/src/org/xbill/DNS/
H A DOptions.java83 unset(String option) { method in class:Options
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_options_unittest.py104 parser.add_option('--unset', action='store_true')
114 self.assertTrue(options.unset is None)
/external/chromium_org/third_party/icu/source/allinone/
H A Dicucheck.bat107 REM unset ICU_OPATH
/external/chromium_org/third_party/skia/tools/lua/
H A Dpaths.lua12 -- may cause three uploads to the GPU (set clip 1, set clip 2, unset clip 2/reset clip 1),
/external/compiler-rt/make/
H A Dsubdir.mk54 # Check for undefined required variables, and unset sentinel value from optional
/external/icu/icu4c/source/allinone/
H A Dicucheck.bat107 REM unset ICU_OPATH
/external/libvorbis/doc/
H A D07-floor1.tex175 If \varname{[nonzero]} is unset, that indicates this channel contained
229 \varname{[nonzero]} flag had been unset at the beginning of decode.
323 27) vector [floor1_step2_flag] element [i] = unset
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c148 static int parse_cpus_opt(const struct option *opt, const char *arg, int unset);
149 static int parse_nodes_opt(const struct option *opt, const char *arg, int unset);
547 const char *arg, int unset __maybe_unused)
657 const char *arg, int unset __maybe_unused)
/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java287 volatile ValueReference<K, V> computedReference = unset();

Completed in 442 milliseconds

123