Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/book/src/
Dusage.md19 ### Lint configuration
112 ### Automatically applying Clippy suggestions
121 ### Workspaces
/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/examples/
Dmulticall-busybox.rs35 let mut subcommand = matches.subcommand(); in main() localVariable
/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/tests/derive/
Dprivacy.rs21 pub subcommand: super::subcommands::SubCommand, field
/third_party/python/Lib/test/
Dtest_dtrace.py62 def generate_trace_command(self, script_file, subcommand=None): argument
68 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/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dcargo_target_spec.rs71 let subcommand = match spec { in runnable_args() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/xtask/src/
Dflags.rs59 pub subcommand: XtaskCmd, field
/third_party/iptables/iptables/
Dxshared.h151 struct subcommand { struct
156 extern int subcmd_main(int, char **, const struct subcommand *); argument
/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/rust/rust/src/tools/miri/cargo-miri/src/
Dphases.rs79 let subcommand = match &*subcommand { in phase_cargo_miri() localVariable
/third_party/rust/crates/clap/src/parser/
Darg_matcher.rs124 pub(crate) fn subcommand(&mut self, sc: SubCommand) { in subcommand() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/
Dflags.rs140 pub subcommand: RustAnalyzerCmd, field
/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/rust/crates/clap/src/builder/
Dcommand.rs387 pub fn subcommand(self, subcmd: impl Into<Command>) -> Self { in subcommand() method