Home
last modified time | relevance | path

Searched defs:subcommand (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Tools/peg_generator/scripts/
Dbenchmark.py66 def run_benchmark_xxl(subcommand, source): argument
73 def run_benchmark_stdlib(subcommand): argument
/third_party/rust/crates/clap/clap_derive/src/derives/
Dmod.rs17 mod subcommand; module
Dsubcommand.rs160 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
Dparser.rs111 let subcommand = subcommand::gen_for_enum(item, item_name, generics, variants)?; in gen_for_enum() localVariable
/third_party/rust/crates/clap/examples/
Dmulticall-busybox.rs35 let mut subcommand = matches.subcommand(); in main() localVariable
/third_party/rust/crates/clap/tests/derive/
Dprivacy.rs21 pub subcommand: super::subcommands::SubCommand, field
/third_party/python/Lib/test/
Dtest_dtrace.py57 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/
Dignore_errors.rs83 fn subcommand() { in subcommand() function
Dsubcommands.rs6 fn subcommand() { in subcommand() function
/third_party/rust/crates/clap/clap_derive/src/
Ddummies.rs44 pub fn subcommand(name: &Ident) -> proc_macro2::TokenStream { in subcommand() function
Dlib.rs85 pub fn subcommand(input: TokenStream) -> TokenStream { in subcommand() function
/third_party/rust/crates/clap/examples/derive_ref/
Dhand_subcommand.rs73 subcommand: CliSub, field
/third_party/pulseaudio/src/pulse/
Dext-stream-restore.c341 uint32_t subcommand; in pa_ext_stream_restore_command() local
Dext-device-restore.c339 uint32_t subcommand; in pa_ext_device_restore_command() local
Dext-device-manager.c414 uint32_t subcommand; in pa_ext_device_manager_command() local
/third_party/node/deps/v8/tools/
Dgdb-v8-support.py215 def invoke(self, subcommand, from_tty): argument
/third_party/rust/crates/clap/src/parser/
Darg_matcher.rs124 pub(crate) fn subcommand(&mut self, sc: SubCommand) { in subcommand() method
/third_party/node/deps/v8/tools/mb/
Dmb.py837 def GNCmd(self, subcommand, path, *args): argument
/third_party/rust/crates/clap/src/parser/matches/
Darg_matches.rs72 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/
Dcommand.js946 _executeSubCommand(subcommand, args) { argument
/third_party/rust/crates/clap/src/builder/
Dcommand.rs387 pub fn subcommand(self, subcmd: impl Into<Command>) -> Self { in subcommand() method