Searched refs:CommandName (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/ |
D | ServerPrototypes.inc | 36 {% for CommandName in server_custom_pre_handler_commands %} 37 bool PreHandle{{CommandName}}(const {{CommandName}}Cmd& cmd);
|
/third_party/rust/crates/clap/src/builder/ |
D | value_hint.rs | 44 CommandName, enumerator 85 "commandname" => ValueHint::CommandName, in from_str()
|
/third_party/rust/crates/clap/clap_complete/tests/snapshots/ |
D | value_terminator.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
D | aliases.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
D | basic.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
D | feature_sample.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
D | value_hint.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
D | sub_subcommands.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
D | special_commands.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
D | quoting.ps1 | 5 Register-ArgumentCompleter -Native -CommandName 'my-app' -ScriptBlock {
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 1487 #define SVGA3D_DUMP_HEADER(CommandName) \ argument 1489 dump_SVGA3dCmdDX##CommandName(const SVGA3dCmdDX##CommandName *cmd) 2059 #define SVGA3D_DUMP_CASE_BASIC(CommandName, CommandCode) \ argument 2063 const SVGA3dCmdDX##CommandName *cmd = (const SVGA3dCmdDX##CommandName *)body; \ 2064 dump_SVGA3dCmdDX##CommandName(cmd); \ 2069 #define SVGA3D_DUMP_CASE_LIST(CommandName, CommandCode, ElementType) \ argument 2073 const SVGA3dCmdDX##CommandName *cmd = (const SVGA3dCmdDX##CommandName *)body; \ 2074 dump_SVGA3dCmdDX##CommandName(cmd); \
|
/third_party/rust/crates/clap/clap_complete/examples/ |
D | completion.rs | 55 .value_hint(ValueHint::CommandName), in build_cli()
|
D | completion-derive.rs | 52 #[arg(long, value_hint = ValueHint::CommandName)]
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 81 #define SVGA3D_CREATE_COMMAND(CommandName, CommandCode) \ argument 82 SVGA3dCmdDX##CommandName *cmd; \ 85 sizeof(SVGA3dCmdDX##CommandName), 0); \ 90 #define SVGA3D_CREATE_CMD_COUNT(CommandName, CommandCode, ElementClassName) \ argument 91 SVGA3dCmdDX##CommandName *cmd; \ 95 sizeof(SVGA3dCmdDX##CommandName) + \
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | fish.rs | 189 ValueHint::CommandString | ValueHint::CommandName => { in value_completion()
|
D | zsh.rs | 404 ValueHint::CommandName => "_command_names -e",
|
/third_party/rust/crates/clap/clap_complete/tests/ |
D | common.rs | 216 .value_hint(clap::ValueHint::CommandName), in value_hint_command()
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
D | common.rs | 211 .value_hint(clap::ValueHint::CommandName), in value_hint_command()
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
D | common.rs | 209 .value_hint(clap::ValueHint::CommandName), in value_hint_command()
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
D | fig.rs | 456 ValueHint::CommandString | ValueHint::CommandName | ValueHint::CommandWithArguments => { in gen_args()
|
/third_party/rust/crates/clap/clap_complete/src/ |
D | dynamic.rs | 467 clap::ValueHint::CommandName in complete_arg_value()
|