/external/libcups/doc/ |
D | Makefile | 43 help/accounting.html \ 44 help/admin.html \ 45 help/api-admin.html \ 46 help/api-filter.html \ 47 help/api-ppd.html \ 48 help/api-raster.html \ 49 help/cgi.html \ 50 help/cupspm.html \ 51 help/encryption.html \ 52 help/firewalls.html \ [all …]
|
/external/rust/crates/clap/3.2.23/src/builder/ |
D | possible_value.rs | 30 pub struct PossibleValue<'help> { 31 name: &'help str, 32 help: Option<&'help str>, field 33 aliases: Vec<&'help str>, // (name, visible) 37 impl<'help> PossibleValue<'help> { 55 pub fn new(name: &'help str) -> Self { in new() 77 pub fn help(mut self, help: &'help str) -> Self { in help() method 78 self.help = Some(help); in help() 114 pub fn alias(mut self, name: &'help str) -> Self { in alias() 132 I: IntoIterator<Item = &'help str>, in aliases() [all …]
|
D | command.rs | 70 pub type Command<'help> = App<'help>; 78 pub struct App<'help> { 81 long_flag: Option<&'help str>, 85 author: Option<&'help str>, 86 version: Option<&'help str>, 87 long_version: Option<&'help str>, 88 about: Option<&'help str>, 89 long_about: Option<&'help str>, 90 before_help: Option<&'help str>, 91 before_long_help: Option<&'help str>, [all …]
|
D | arg.rs | 61 pub struct Arg<'help> { 64 pub(crate) name: &'help str, 65 pub(crate) help: Option<&'help str>, field 66 pub(crate) long_help: Option<&'help str>, 73 pub(crate) requires: Vec<(ArgPredicate<'help>, Id)>, 74 pub(crate) r_ifs: Vec<(Id, &'help str)>, 75 pub(crate) r_ifs_all: Vec<(Id, &'help str)>, 79 pub(crate) long: Option<&'help str>, 80 pub(crate) aliases: Vec<(&'help str, bool)>, // (name, visible) 83 pub(crate) possible_vals: Vec<PossibleValue<'help>>, [all …]
|
/external/autotest/server/ |
D | autoserv_parser.py | 35 help='list of machines') 38 help='list of machines from file') 41 help='control file is client side') 44 help='control file is server side') 47 help='specify results directory') 50 help='label for the job') 53 help='The host_group_name to store in keyvals') 57 help='username for the job') 61 help=('DEPRECATED.' 66 help=('Accessible in control files as job.tag;' [all …]
|
/external/angle/build/android/ |
D | test_runner.py | 88 help='Number of retries for a test before ' 94 help='If set, will dump results in JSON form to the specified file. ' 100 help='Index of the external shard to run.') 104 help='Total number of external shards.') 116 help='The relative filepath to a file containing ' 121 help='Wether to use the flags file for the apk under test. If set, ' 133 help='Path to save test_runner trace json output to.') 138 help='Whether to trace all function calls.') 151 help='If set, run test suites under out/Debug. ' 156 help='If set, run test suites under out/Release. ' [all …]
|
/external/cronet/build/android/ |
D | test_runner.py | 88 help='Number of retries for a test before ' 94 help='If set, will dump results in JSON form to the specified file. ' 100 help='Index of the external shard to run.') 104 help='Total number of external shards.') 116 help='The relative filepath to a file containing ' 121 help='Wether to use the flags file for the apk under test. If set, ' 133 help='Path to save test_runner trace json output to.') 138 help='Whether to trace all function calls.') 151 help='If set, run test suites under out/Debug. ' 156 help='If set, run test suites under out/Release. ' [all …]
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | cmdline.py | 199 help='show this help message and exit') 201 help='dump the traceback and exit if a test takes ' 205 help='wait for user input, e.g., allow a debugger ' 209 help='the name of the test at which to start.' + 214 help='run tests in verbose mode with output to stdout') 216 help='re-run failed tests in verbose mode') 218 help='display test output on failure') 220 help='no output unless one or more tests fail') 222 help='print the slowest 10 tests') 224 help='print header with interpreter info') [all …]
|
/external/rust/crates/proc-macro-error/src/ |
D | macros.rs | 200 ($var:ident $help:ident =? $msg:expr) => { 202 $var.suggestion(stringify!($help), msg.to_string()) 207 ($var:ident $help:ident =? $span:expr => $msg:expr) => { 209 $var.span_suggestion($span.into(), stringify!($help), msg.to_string()) 215 ($var:ident $help:ident =? $msg:expr ; $($rest:tt)*) => { 216 $crate::__pme__suggestions!($var $help =? $msg); 219 ($var:ident $help:ident =? $span:expr => $msg:expr ; $($rest:tt)*) => { 220 $crate::__pme__suggestions!($var $help =? $span => $msg); 225 ($var:ident $help:ident = $msg:expr) => { 226 let $var = $var.suggestion(stringify!($help), $msg.to_string()); [all …]
|
/external/expat/expat/xmlwf/ |
D | xmlwf_helpgen.py | 59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [… 60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing') 61 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]… 62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie… 63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document… 64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages… 65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f… 66 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep … 69 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 71 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica… [all …]
|
/external/perfetto/python/tools/ |
D | record_android_trace.py | 95 help = 'Output file or directory (default: %s)' % default_out_dir_str 96 parser.add_argument('-o', '--out', default=default_out_dir, help=help) 98 help = 'Don\'t open in the browser' 99 parser.add_argument('-n', '--no-open', action='store_true', help=help) 101 help = 'Force the use of the sideloaded binaries rather than system daemons' 102 parser.add_argument('--sideload', action='store_true', help=help) 104 help = ('Sideload the given binary rather than downloading it. ' + 106 parser.add_argument('--sideload-path', default=None, help=help) 108 help = 'Don\'t run `adb root` run as user (only when sideloading)' 109 parser.add_argument('-u', '--user', action='store_true', help=help) [all …]
|
/external/trace-cmd/tracecmd/ |
D | trace-usage.c | 444 struct usage_help *help; in find_help() local 446 help = usage_help; in find_help() 447 while (help->name) { in find_help() 448 if (strcmp(cmd, help->name) == 0) in find_help() 449 return help; in find_help() 450 help++; in find_help() 457 struct usage_help *help = NULL; in usage() local 468 help = find_help(argv[1]); in usage() 470 if (help) { in usage() 471 printf(help->long_help, p); in usage() [all …]
|
/external/rust/crates/clap/examples/ |
D | git.md | 17 help Print this message or the help of the given subcommand(s) 20 -h, --help Print help 22 $ git help 33 help Print this message or the help of the given subcommand(s) 36 -h, --help Print help 38 $ git help add 47 -h, --help Print help 63 -h, --help Print help 80 help Print this message or the help of the given subcommand(s) 84 -h, --help Print help [all …]
|
D | git-derive.md | 19 help Print this message or the help of the given subcommand(s) 22 -h, --help Print help 24 $ git-derive help 35 help Print this message or the help of the given subcommand(s) 38 -h, --help Print help 40 $ git-derive help add 49 -h, --help Print help 65 -h, --help Print help 82 help Print this message or the help of the given subcommand(s) 86 -h, --help Print help [all …]
|
/external/libbrillo/brillo/ |
D | flag_helper.h | 74 const char* help, 96 const char* help, 112 const char* help, 127 const char* help, 142 const char* help, 157 const char* help, 172 const char* help, 187 const char* help, 203 #define DEFINE_type(type, classtype, name, value, help) \ argument 206 new brillo::classtype(#name, &FLAGS_##name, #value, help, true))); [all …]
|
/external/pigweed/pw_build/py/pw_build/ |
D | project_builder_argparse.py | 35 help=( 48 help=( 63 help='Build system command for . Default: ninja', 70 help=( 86 help=( 95 help=( 103 help='Run all builds in parallel.', 109 help=( 119 help='Global build output log file.', 125 help='Create separate log files per build directory.', [all …]
|
/external/rust/crates/clap/3.2.23/examples/ |
D | git.md | 14 -h, --help Print help information 19 help Print this message or the help of the given subcommand(s) 23 $ git help 31 -h, --help Print help information 36 help Print this message or the help of the given subcommand(s) 40 $ git help add 51 -h, --help Print help information 69 -h, --help Print help information 86 -h, --help Print help information 91 help Print this message or the help of the given subcommand(s) [all …]
|
D | git-derive.md | 16 -h, --help Print help information 21 help Print this message or the help of the given subcommand(s) 25 $ git-derive help 33 -h, --help Print help information 38 help Print this message or the help of the given subcommand(s) 42 $ git-derive help add 53 -h, --help Print help information 71 -h, --help Print help information 88 -h, --help Print help information 93 help Print this message or the help of the given subcommand(s) [all …]
|
/external/perfetto/tools/ |
D | record_android_trace | 382 help = 'Output file or directory (default: %s)' % default_out_dir_str 383 parser.add_argument('-o', '--out', default=default_out_dir, help=help) 385 help = 'Don\'t open in the browser' 386 parser.add_argument('-n', '--no-open', action='store_true', help=help) 388 help = 'Force the use of the sideloaded binaries rather than system daemons' 389 parser.add_argument('--sideload', action='store_true', help=help) 391 help = ('Sideload the given binary rather than downloading it. ' + 393 parser.add_argument('--sideload-path', default=None, help=help) 395 help = 'Don\'t run `adb root` run as user (only when sideloading)' 396 parser.add_argument('-u', '--user', action='store_true', help=help) [all …]
|
/external/cronet/testing/unexpected_passes_common/ |
D | argument_parsing.py | 21 help='The billing project to use for BigQuery queries. ' 27 help='The number of recent builds to query.') 34 help='How to output script results.') 38 help='Automatically remove any expectations that are ' 43 help='Automatically modify or split semi-stale ' 50 help='Increase logging verbosity, can be passed multiple ' 56 help='Disable logging for non-errors.') 60 help='Run the script in large query mode. This incurs ' 67 help=('How many days old an expectation needs to be in ' 74 help=('Output file to store the generated results. If ' [all …]
|
/external/cronet/testing/merge_scripts/code_coverage/ |
D | merge_results.py | 28 parser.add_argument('--build-properties', help=argparse.SUPPRESS) 29 parser.add_argument('--summary-json', help=argparse.SUPPRESS) 30 parser.add_argument('--task-output-dir', help=argparse.SUPPRESS) 32 '-o', '--output-json', required=True, help=argparse.SUPPRESS) 33 parser.add_argument('jsons_to_merge', nargs='*', help=argparse.SUPPRESS) 37 '--additional-merge-script', help='additional merge script to run') 40 help='JSON serialized string of args for the additional merge script') 42 '--profdata-dir', required=True, help='where to store the merged data') 44 '--llvm-profdata', required=True, help='path to llvm-profdata executable') 45 parser.add_argument('--test-target-name', help='test target name') [all …]
|
/external/python/apitools/apitools/gen/ |
D | gen_client.py | 209 help=('Filename for the discovery document. Mutually exclusive with ' 214 help=('URL (or "name.version") of the discovery document to use. ' 220 help='Base package path of apitools (defaults to apitools.base.py') 225 help=('Base package path of protorpc ' 231 help='Directory name for output files. (Defaults to the API name.)') 236 help='Only overwrite the output directory if this flag is specified.') 241 help=('Python import path for where these modules ' 247 help=('Prefix to strip from type names in the discovery document. ' 252 help=('API key to use for API access.')) 256 help=('Use the given file downloaded from the dev. console for ' [all …]
|
/external/rust/crates/libtest-mimic/src/ |
D | args.rs | 22 #[arg(long = "include-ignored", help = "Run ignored tests")] 26 #[arg(long = "ignored", help = "Run ignored tests")] 33 help = "Run tests and not benchmarks", 38 #[arg(long = "bench", help = "Run benchmarks instead of tests")] 42 #[arg(long = "list", help = "List all tests and benchmarks")] 46 #[arg(long = "nocapture", help = "No-op (libtest-mimic always runs in no-capture mode)")] 52 help = "Exactly match filters rather than by substring", 65 help = "Display one character per test instead of one line. Alias to --format=terse", 73 help = "Number of threads used for running tests in parallel. If set to 1, \n\ 83 help = "Write logs to the specified file instead of stdout", [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/ |
D | xds_flags.py | 20 help="GCP Project ID. Required") 24 help="Isolate GCP resources using given namespace / name prefix. Required") 27 help="GCP Network ID") 32 help="Override Traffic Director server uri, for testing") 37 help="Server deployment and service name") 42 help="Server test port") 48 help="Server port running maintenance services: health check, channelz, etc" 52 help="Test server xDS hostname") 55 help="Test server xDS port") 60 help="Client deployment and service name") [all …]
|
/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/ |
D | config.py | 77 help='path to a JSON config file that contains suitable values for ' 84 help='url (file:// or https://) to post monitoring metrics to. If set, ' 88 help='path to a pkcs8 json credential file. If set, overrides the value ' 92 help='path to file containing root CA certificates for SSL server ' 98 help=('metric push behavior: manual (only send when flush() is called), ' 105 help=('automatically push metrics on this interval if ' 110 help=('Indicate that the hostname is autogenerated. ' 118 help='the type of target that is being monitored ("device" or "task").' 129 help='name of this device, (default: %(default)s)') 133 help='name of the region this devices lives in. (default: %(default)s)') [all …]
|