/third_party/python/Tools/peg_generator/scripts/ |
D | benchmark.py | 66 def run_benchmark_xxl(subcommand, source): argument 73 def run_benchmark_stdlib(subcommand): argument
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
D | mod.rs | 17 mod subcommand; module
|
D | subcommand.rs | 160 let subcommand = quote_spanned! { kind.span()=> in gen_augment() localVariable 178 let subcommand = if override_required { in gen_augment() localVariable 247 let subcommand = quote! { in gen_augment() localVariable 322 let subcommand = quote! { in gen_augment() localVariable
|
D | parser.rs | 111 let subcommand = subcommand::gen_for_enum(item, item_name, generics, variants)?; in gen_for_enum() localVariable
|
/third_party/rust/crates/clap/examples/ |
D | multicall-busybox.rs | 35 let mut subcommand = matches.subcommand(); in main() localVariable
|
/third_party/rust/crates/clap/tests/derive/ |
D | privacy.rs | 21 pub subcommand: super::subcommands::SubCommand, field
|
/third_party/python/Lib/test/ |
D | test_dtrace.py | 57 def generate_trace_command(self, script_file, subcommand=None): argument 63 def trace(self, script_file, subcommand=None): argument
|
/third_party/rust/crates/clap/tests/builder/ |
D | ignore_errors.rs | 83 fn subcommand() { in subcommand() function
|
D | subcommands.rs | 6 fn subcommand() { in subcommand() function
|
/third_party/rust/crates/clap/clap_derive/src/ |
D | dummies.rs | 44 pub fn subcommand(name: &Ident) -> proc_macro2::TokenStream { in subcommand() function
|
D | lib.rs | 85 pub fn subcommand(input: TokenStream) -> TokenStream { in subcommand() function
|
/third_party/rust/crates/clap/examples/derive_ref/ |
D | hand_subcommand.rs | 73 subcommand: CliSub, field
|
/third_party/pulseaudio/src/pulse/ |
D | ext-stream-restore.c | 341 uint32_t subcommand; in pa_ext_stream_restore_command() local
|
D | ext-device-restore.c | 339 uint32_t subcommand; in pa_ext_device_restore_command() local
|
D | ext-device-manager.c | 414 uint32_t subcommand; in pa_ext_device_manager_command() local
|
/third_party/node/deps/v8/tools/ |
D | gdb-v8-support.py | 215 def invoke(self, subcommand, from_tty): argument
|
/third_party/rust/crates/clap/src/parser/ |
D | arg_matcher.rs | 124 pub(crate) fn subcommand(&mut self, sc: SubCommand) { in subcommand() method
|
/third_party/node/deps/v8/tools/mb/ |
D | mb.py | 837 def GNCmd(self, subcommand, path, *args): argument
|
/third_party/rust/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 72 pub(crate) subcommand: Option<Box<SubCommand>>, field 926 pub fn subcommand(&self) -> Option<(&str, &ArgMatches)> { in subcommand() method
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 946 _executeSubCommand(subcommand, args) { argument
|
/third_party/rust/crates/clap/src/builder/ |
D | command.rs | 387 pub fn subcommand(self, subcmd: impl Into<Command>) -> Self { in subcommand() method
|