/external/llvm-project/clang/test/Parser/ |
D | editor-placeholder-recovery.cpp | 11 #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/ |
D | ExtArgParse.py | 71 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/crosvm/bin/ |
D | clippy | 29 SUPPRESS=( 98 cargo clippy --all-features --all-targets -- ${SUPPRESS[@]/#/-Aclippy::} \
|
/external/llvm-project/clang/test/Sema/ |
D | string-concat.c | 94 #define SUPPRESS(x) x macro 95 const char *macro_test5[] = { SUPPRESS("foo" "bar"), "baz" };
|
/external/python/cpython3/Lib/ |
D | argparse.py | 94 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/python/cpython2/Lib/ |
D | argparse.py | 99 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/llvm-project/polly/utils/ |
D | argparse.py | 135 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/cldr/tools/java/org/unicode/cldr/tool/ |
D | DeriveScripts.java | 38 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/ |
D | cli.py | 91 default=argparse.SUPPRESS, # Don't create a "step" argument. 136 help=argparse.SUPPRESS,
|
/external/openscreen/build/code_coverage/ |
D | merge_steps.py | 21 parser.add_argument('--input-dir', required=True, help=argparse.SUPPRESS)
|
D | merge_results.py | 27 '--task-output-dir', required=True, help=argparse.SUPPRESS)
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | provision_devices.py | 663 '--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/bcc/tools/ |
D | dcsnoop.py | 42 help=argparse.SUPPRESS)
|
D | filelife.py | 38 help=argparse.SUPPRESS)
|
D | ttysnoop.py | 46 help=argparse.SUPPRESS)
|
D | softirqs.py | 42 help=argparse.SUPPRESS)
|
D | killsnoop.py | 37 help=argparse.SUPPRESS)
|
D | slabratetop.py | 46 help=argparse.SUPPRESS)
|
D | biolatency.py | 44 help=argparse.SUPPRESS)
|
D | gethostlatency.py | 35 help=argparse.SUPPRESS)
|
D | runqslower.py | 53 help=argparse.SUPPRESS)
|
D | hardirqs.py | 45 help=argparse.SUPPRESS)
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | markdown.py | 117 dest=argparse.SUPPRESS, 118 default=argparse.SUPPRESS,
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli.py | 178 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/ |
D | main.py | 228 default=argparse.SUPPRESS, 229 help=argparse.SUPPRESS)
|