Home
last modified time | relevance | path

Searched refs:SUPPRESS (Results 1 – 25 of 106) sorted by relevance

12345

/external/llvm-project/clang/test/Parser/
Deditor-placeholder-recovery.cpp11 #ifndef SUPPRESS
20 #ifndef SUPPRESS
28 #ifndef SUPPRESS
36 #ifndef SUPPRESS
46 #ifndef SUPPRESS in avoidPlaceholderErrors()
55 #ifndef SUPPRESS in avoidPlaceholderErrors()
68 #ifndef SUPPRESS
/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DExtArgParse.py71 if sublist.help != argparse.SUPPRESS
100 and default != argparse.SUPPRESS):
105 if 'help' in kwargs and kwargs['help'] != argparse.SUPPRESS:
121 parser.add_argument('--qoo', help=argparse.SUPPRESS)
/external/python/cpython3/Lib/
Dargparse.py94 SUPPRESS = '==SUPPRESS==' variable
223 if self.heading is not SUPPRESS and self.heading is not None:
249 if text is not SUPPRESS and text is not None:
253 if usage is not SUPPRESS:
258 if action.help is not SUPPRESS:
292 if part and part is not SUPPRESS])
431 if action.help is SUPPRESS:
605 elif action.nargs == SUPPRESS:
618 if params[name] is SUPPRESS:
694 if action.default is not SUPPRESS:
[all …]
/external/llvm-project/clang/test/Sema/
Dstring-concat.c94 #define SUPPRESS(x) x macro
95 const char *macro_test5[] = { SUPPRESS("foo" "bar"), "baz" };
/external/crosvm/bin/
Dclippy29 SUPPRESS=(
98 cargo clippy --all-features --all-targets -- ${SUPPRESS[@]/#/-Aclippy::} \
/external/llvm-project/polly/utils/
Dargparse.py135 SUPPRESS = '==SUPPRESS==' variable
254 if self.heading is not SUPPRESS and self.heading is not None:
280 if text is not SUPPRESS and text is not None:
284 if usage is not SUPPRESS:
289 if action.help is not SUPPRESS:
323 if part and part is not SUPPRESS])
446 if action.help is SUPPRESS:
622 if params[name] is SUPPRESS:
688 if action.default is not SUPPRESS:
704 elif argument.metavar not in (None, SUPPRESS):
[all …]
/external/python/cpython2/Lib/
Dargparse.py99 SUPPRESS = '==SUPPRESS==' variable
221 if self.heading is not SUPPRESS and self.heading is not None:
247 if text is not SUPPRESS and text is not None:
251 if usage is not SUPPRESS:
256 if action.help is not SUPPRESS:
290 if part and part is not SUPPRESS])
423 if action.help is SUPPRESS:
599 if params[name] is SUPPRESS:
665 if action.default is not SUPPRESS:
681 elif argument.metavar not in (None, SUPPRESS):
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DDeriveScripts.java38 static final Map<String, String> SUPPRESS; field in DeriveScripts
70 SUPPRESS = ImmutableMap.copyOf(suppress);
149 for (Entry<String, String> entry : SUPPRESS.entrySet()) { in main()
188 return SUPPRESS; in getSuppress()
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dcli.py91 default=argparse.SUPPRESS, # Don't create a "step" argument.
136 help=argparse.SUPPRESS,
/external/openscreen/build/code_coverage/
Dmerge_steps.py21 parser.add_argument('--input-dir', required=True, help=argparse.SUPPRESS)
Dmerge_results.py27 '--task-output-dir', required=True, help=argparse.SUPPRESS)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py663 '--chrome-specific-wipe', action='store_true', help=argparse.SUPPRESS)
664 parser.add_argument('--phase', action='append', help=argparse.SUPPRESS)
666 '-r', '--auto-reconnect', action='store_true', help=argparse.SUPPRESS)
667 parser.add_argument('-t', '--target', help=argparse.SUPPRESS)
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py117 dest=argparse.SUPPRESS,
118 default=argparse.SUPPRESS,
/external/bcc/tools/
Ddcsnoop.py42 help=argparse.SUPPRESS)
Dfilelife.py38 help=argparse.SUPPRESS)
Dttysnoop.py46 help=argparse.SUPPRESS)
Dslabratetop.py46 help=argparse.SUPPRESS)
Dsoftirqs.py42 help=argparse.SUPPRESS)
Dkillsnoop.py37 help=argparse.SUPPRESS)
Dbiolatency.py44 help=argparse.SUPPRESS)
Dgethostlatency.py35 help=argparse.SUPPRESS)
Drunqslower.py53 help=argparse.SUPPRESS)
Dnfsdist.py38 help=argparse.SUPPRESS)
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli.py178 usage=argparse.SUPPRESS)
228 description="Show information about a node.", usage=argparse.SUPPRESS)
257 description="Show inputs to a node.", usage=argparse.SUPPRESS)
288 usage=argparse.SUPPRESS)
327 usage=argparse.SUPPRESS)
357 usage=argparse.SUPPRESS)
383 usage=argparse.SUPPRESS)
/external/python/cpython3/Lib/unittest/
Dmain.py228 default=argparse.SUPPRESS,
229 help=argparse.SUPPRESS)

12345