| /third_party/skia/tools/sk_app/ |
| D | CommandSet.h | 58 struct Command { struct 59 enum CommandType { argument 64 Command(SkUnichar c, const char* group, const char* description, in Command() function 73 Command(skui::Key k, const char* keyName, const char* group, const char* description, in Command() argument 82 CommandType fType; argument 101 static bool compareCommandKey(const Command& first, const Command& second); argument
|
| /third_party/rust/crates/clap/clap_mangen/tests/ |
| D | common.rs | 3 pub fn basic_command(name: &'static str) -> clap::Command { in basic_command() 26 pub fn feature_sample_command(name: &'static str) -> clap::Command { in feature_sample_command() 56 pub fn special_commands_command(name: &'static str) -> clap::Command { in special_commands_command() 71 pub fn quoting_command(name: &'static str) -> clap::Command { in quoting_command() 121 pub fn aliases_command(name: &'static str) -> clap::Command { in aliases_command() 146 pub fn sub_subcommands_command(name: &'static str) -> clap::Command { in sub_subcommands_command() 164 pub fn value_hint_command(name: &'static str) -> clap::Command { in value_hint_command() 248 pub fn hidden_option_command(name: &'static str) -> clap::Command { in hidden_option_command() 263 pub fn env_value_command(name: &'static str) -> clap::Command { in env_value_command() 275 pub fn assert_matches_path(expected_path: impl AsRef<std::path::Path>, cmd: clap::Command) { in assert_matches_path() [all …]
|
| /third_party/rust/crates/clap/clap_complete/tests/ |
| D | common.rs | 3 pub fn basic_command(name: &'static str) -> clap::Command { in basic_command() 26 pub fn feature_sample_command(name: &'static str) -> clap::Command { in feature_sample_command() 56 pub fn special_commands_command(name: &'static str) -> clap::Command { in special_commands_command() 75 pub fn quoting_command(name: &'static str) -> clap::Command { in quoting_command() 125 pub fn aliases_command(name: &'static str) -> clap::Command { in aliases_command() 150 pub fn sub_subcommands_command(name: &'static str) -> clap::Command { in sub_subcommands_command() 171 pub fn value_hint_command(name: &'static str) -> clap::Command { in value_hint_command() 255 pub fn value_terminator_command(name: &'static str) -> clap::Command { in value_terminator_command() 264 pub fn two_multi_valued_arguments_command(name: &'static str) -> clap::Command { in two_multi_valued_arguments_command() 281 mut cmd: clap::Command, in assert_matches_path()
|
| /third_party/rust/crates/clap/clap_complete_fig/tests/ |
| D | common.rs | 1 pub fn basic_command(name: &'static str) -> clap::Command { in basic_command() 24 pub fn feature_sample_command(name: &'static str) -> clap::Command { in feature_sample_command() 54 pub fn special_commands_command(name: &'static str) -> clap::Command { in special_commands_command() 73 pub fn quoting_command(name: &'static str) -> clap::Command { in quoting_command() 123 pub fn aliases_command(name: &'static str) -> clap::Command { in aliases_command() 148 pub fn sub_subcommands_command(name: &'static str) -> clap::Command { in sub_subcommands_command() 166 pub fn value_hint_command(name: &'static str) -> clap::Command { in value_hint_command() 253 mut cmd: clap::Command, in assert_matches_path()
|
| /third_party/rust/crates/clap/src/builder/ |
| D | command.rs | 71 pub struct Command { struct 72 name: Str, 73 long_flag: Option<Str>, 74 short_flag: Option<char>, 75 display_name: Option<String>, 76 bin_name: Option<String>, 100 subcommands: Vec<Command>, argument 112 impl Command { argument 133 fn new_inner(name: Str) -> Command { in new() 919 impl Command { impl [all …]
|
| D | debug_asserts.rs | 14 pub(crate) fn assert_app(cmd: &Command) { in assert_app() 369 fn duplicate_tip(cmd: &Command, first: &Arg, second: &Arg) -> &'static str { in duplicate_tip() 385 Command(String, &'a str), enumerator 457 fn assert_app_flags(cmd: &Command) { in assert_app_flags()
|
| D | value_parser.rs | 227 cmd: &crate::Command, in parse_ref() 574 cmd: &crate::Command, in parse_ref() 581 cmd: &crate::Command, in parse() 603 cmd: &crate::Command, in parse_ref() 613 cmd: &crate::Command, in parse() 694 cmd: &crate::Command, in parse_ref() 704 cmd: &crate::Command, in parse() 826 cmd: &crate::Command, in parse_ref() 865 cmd: &crate::Command, in parse_ref() 874 cmd: &crate::Command, in parse() [all …]
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| D | command.h | 107 typedef struct Command { struct 117 } Command; typedef
|
| /third_party/rust/crates/clap/tests/derive/ |
| D | doc_comments_help.rs | 179 struct Command { in verbatim_doc_comment_field() struct 182 foo: bool, in verbatim_doc_comment_field() 185 bar: bool, in verbatim_doc_comment_field() 197 struct Command { in multiline_separates_default() struct 202 x: String, in multiline_separates_default() 217 struct Command { in value_enum_multiline_doc_comment() struct 218 x: LoremIpsum, in value_enum_multiline_doc_comment()
|
| D | flatten.rs | 229 struct Command { in docstrings_ordering_with_multiple_command() struct 231 flattened: Flattened, in docstrings_ordering_with_multiple_command() 249 struct Command { in docstrings_ordering_with_multiple_clap_partial() struct 251 flattened: Flattened, in docstrings_ordering_with_multiple_clap_partial()
|
| D | macros.rs | 37 macro_rules! Command { in issue_447() macro
|
| /third_party/rust/crates/clap/clap_mangen/src/ |
| D | render.rs | 11 pub(crate) fn about(roff: &mut Roff, cmd: &clap::Command) { in about() 19 pub(crate) fn description(roff: &mut Roff, cmd: &clap::Command) { in description() 31 pub(crate) fn synopsis(roff: &mut Roff, cmd: &clap::Command) { in synopsis() 89 pub(crate) fn options(roff: &mut Roff, cmd: &clap::Command) { in options() 224 pub(crate) fn subcommands(roff: &mut Roff, cmd: &clap::Command, section: &str) { in subcommands() 253 pub(crate) fn after_help(roff: &mut Roff, cmd: &clap::Command) { in after_help()
|
| /third_party/rust/crates/clap/src/ |
| D | derive.rs | 292 fn augment_args(cmd: Command) -> Command; in augment_args() 298 fn augment_args_for_update(cmd: Command) -> Command; in augment_args_for_update() 334 fn augment_subcommands(cmd: Command) -> Command; in augment_subcommands() 340 fn augment_subcommands_for_update(cmd: Command) -> Command; in augment_subcommands_for_update() 424 fn command<'help>() -> Command { in command() 427 fn command_for_update<'help>() -> Command { in command_for_update() 448 fn augment_args(cmd: Command) -> Command { in augment_args() 451 fn augment_args_for_update(cmd: Command) -> Command { in augment_args_for_update() 457 fn augment_subcommands(cmd: Command) -> Command { in augment_subcommands() 460 fn augment_subcommands_for_update(cmd: Command) -> Command { in augment_subcommands_for_update()
|
| /third_party/rust/crates/clap/clap_complete/src/generator/ |
| D | mod.rs | 66 fn generate(&self, cmd: &Command, buf: &mut dyn Write); in generate() 167 cmd: &mut clap::Command, in generate_to() 223 pub fn generate<G, S>(gen: G, cmd: &mut clap::Command, bin_name: S, buf: &mut dyn Write) in generate() 232 fn _generate<G, S>(gen: G, cmd: &mut clap::Command, buf: &mut dyn Write) in _generate()
|
| /third_party/rust/crates/clap/src/error/ |
| D | mod.rs | 279 fn for_app(kind: ErrorKind, cmd: &Command, styled: StyledStr) -> Self { in for_app() 331 pub(crate) fn display_help(cmd: &Command, styled: StyledStr) -> Self { in display_help() 335 pub(crate) fn display_help_error(cmd: &Command, styled: StyledStr) -> Self { in display_help_error() 343 pub(crate) fn display_version(cmd: &Command, styled: StyledStr) -> Self { in display_version() 348 cmd: &Command, in argument_conflict() 375 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() 379 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: Option<StyledStr>) -> Self { in no_equals() 396 cmd: &Command, in invalid_value() 426 cmd: &Command, in invalid_subcommand() 466 cmd: &Command, in unrecognized_subcommand() [all …]
|
| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| D | bash.rs | 16 fn generate(&self, cmd: &Command, buf: &mut dyn Write) { in generate() 80 cmd: &Command, in all_subcommands() 160 fn option_details_for_path(cmd: &Command, path: &str) -> String { in option_details_for_path() 214 fn all_options_for_path(cmd: &Command, path: &str) -> String { in all_options_for_path()
|
| D | elvish.rs | 18 fn generate(&self, cmd: &Command, buf: &mut dyn Write) { in generate() 67 fn generate_inner(p: &Command, previous_command_name: &str) -> String { in generate_inner()
|
| D | powershell.rs | 18 fn generate(&self, cmd: &Command, buf: &mut dyn Write) { in generate() 74 fn generate_inner(p: &Command, previous_command_name: &str) -> String { in generate_inner()
|
| /third_party/rust/crates/clap/clap_complete_fig/src/ |
| D | fig.rs | 17 fn generate(&self, cmd: &Command, buf: &mut dyn std::io::Write) { in generate() 54 fn gen_fig_inner(parent_commands: &[&str], indent: usize, cmd: &Command, buffer: &mut String) { in gen_fig_inner() 139 fn gen_options(cmd: &Command, indent: usize) -> String { in gen_options() 475 fn arg_conflicts(cmd: &Command, arg: &Arg) -> Vec<String> { in arg_conflicts()
|
| /third_party/ffmpeg/libavfilter/ |
| D | f_zmq.c | 90 typedef struct Command { struct 92 } Command; typedef
|
| D | f_sendcmd.c | 87 typedef struct Command { struct 91 } Command; argument
|
| /third_party/rust/crates/clap/tests/derive_ui/ |
| D | skip_flatten.rs | 22 enum Command { enum 33 impl Default for Command { implementation
|
| D | skip_subcommand.rs | 22 enum Command { enum 33 impl Default for Command { implementation
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerUtilLinux.cpp | 18 int ExecuteCommand(const std::string &Command) { in ExecuteCommand()
|
| /third_party/rust/crates/clap/examples/derive_ref/ |
| D | hand_subcommand.rs | 53 fn augment_subcommands(cmd: Command) -> Command { in augment_subcommands() 58 fn augment_subcommands_for_update(cmd: Command) -> Command { in augment_subcommands_for_update()
|