| /third_party/rust/rust/src/tools/clippy/book/src/ |
| D | usage.md | 19 ### Lint configuration 112 ### Automatically applying Clippy suggestions 121 ### Workspaces
|
| /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/examples/ |
| D | multicall-busybox.rs | 35 let mut subcommand = matches.subcommand(); in main() localVariable
|
| /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/tests/derive/ |
| D | privacy.rs | 21 pub subcommand: super::subcommands::SubCommand, field
|
| /third_party/python/Lib/test/ |
| D | test_dtrace.py | 62 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/ |
| 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/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/ |
| D | cargo_target_spec.rs | 71 let subcommand = match spec { in runnable_args() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/xtask/src/ |
| D | flags.rs | 59 pub subcommand: XtaskCmd, field
|
| /third_party/iptables/iptables/ |
| D | xshared.h | 151 struct subcommand { struct 156 extern int subcmd_main(int, char **, const struct subcommand *); argument
|
| /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/rust/rust/src/tools/miri/cargo-miri/src/ |
| D | phases.rs | 79 let subcommand = match &*subcommand { in phase_cargo_miri() localVariable
|
| /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/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/ |
| D | flags.rs | 140 pub subcommand: RustAnalyzerCmd, field
|
| /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/rust/crates/clap/src/builder/ |
| D | command.rs | 387 pub fn subcommand(self, subcmd: impl Into<Command>) -> Self { in subcommand() method
|