/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.cpp | 101 EndComputePassCmd* cmd = commands->NextCommand<EndComputePassCmd>(); in FreeCommands() local 106 EndOcclusionQueryCmd* cmd = commands->NextCommand<EndOcclusionQueryCmd>(); in FreeCommands() local 111 EndRenderPassCmd* cmd = commands->NextCommand<EndRenderPassCmd>(); in FreeCommands() local 116 ExecuteBundlesCmd* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in FreeCommands() local 125 ClearBufferCmd* cmd = commands->NextCommand<ClearBufferCmd>(); in FreeCommands() local 130 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); in FreeCommands() local 136 PopDebugGroupCmd* cmd = commands->NextCommand<PopDebugGroupCmd>(); in FreeCommands() local 141 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in FreeCommands() local 147 ResolveQuerySetCmd* cmd = commands->NextCommand<ResolveQuerySetCmd>(); in FreeCommands() local 152 SetComputePipelineCmd* cmd = commands->NextCommand<SetComputePipelineCmd>(); in FreeCommands() local [all …]
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 58 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) in dump_SVGA3dVertexDecl() 204 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) in dump_SVGA3dTextureState() 310 dump_SVGA3dViewport(const SVGA3dViewport *cmd) in dump_SVGA3dViewport() 321 dump_SVGA3dSamplerId(const SVGA3dSamplerId *cmd) in dump_SVGA3dSamplerId() 327 dump_SVGA3dSoTarget(const SVGA3dSoTarget *cmd) in dump_SVGA3dSoTarget() 334 dump_SVGA3dInputElementDesc(const SVGA3dInputElementDesc *cmd) in dump_SVGA3dInputElementDesc() 345 dump_SVGA3dVertexBuffer(const SVGA3dVertexBuffer *cmd) in dump_SVGA3dVertexBuffer() 353 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox() 373 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) in dump_SVGA3dCmdSetClipPlane() 384 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) in dump_SVGA3dCmdWaitForQuery() [all …]
|
/third_party/rust/crates/clap/tests/builder/ |
D | help.rs | 59 let cmd = Command::new("ctest").subcommand( in help_multi_subcommand_error() localVariable 105 let cmd = Command::new("example") in req_last_arg_usage() localVariable 135 let cmd = Command::new("flamegraph") in args_with_last_usage() localVariable 250 let cmd = Command::new("clap-test") in after_and_before_help_output() localVariable 290 let cmd = Command::new("clap-test") in after_and_before_long_help_output() localVariable 315 let cmd = Command::new("ctest").subcommand( in multi_level_sc_help() localVariable 347 let cmd = Command::new("ctest").version("1.0").term_width(0); in no_wrap_default_help() localVariable 367 let cmd = Command::new("test") in wrapped_help() localVariable 413 let cmd = Command::new("test") in unwrapped_help() localVariable 472 let cmd = Command::new("test") in possible_value_wrapped_help() localVariable [all …]
|
D | hidden_args.rs | 19 let cmd = Command::new("test") in hide_args() localVariable 46 let cmd = Command::new("test") in hide_short_args() localVariable 89 let cmd = Command::new("test") in hide_short_args_long_help() localVariable 128 let cmd = Command::new("test") in hide_long_args() localVariable 163 let cmd = Command::new("test") in hide_long_args_short_help() localVariable 197 let cmd = Command::new("test").version("1.4").args([ in hide_pos_args() localVariable 215 let cmd = Command::new("test") in hide_subcmds() localVariable 230 let cmd = Command::new("test") in hide_opt_args_only() localVariable 250 let cmd = Command::new("test") in hide_pos_args_only() localVariable 270 let cmd = Command::new("test") in hide_subcmds_only() localVariable
|
D | action.rs | 11 let cmd = Command::new("test").arg(Arg::new("mammal").long("mammal").action(ArgAction::Set)); in set() localVariable 44 let cmd = Command::new("test").arg(Arg::new("mammal").long("mammal").action(ArgAction::Append)); in append() localVariable 83 let cmd = in set_true() localVariable 117 let cmd = Command::new("test").arg( in set_true_with_explicit_default_value() localVariable 140 let cmd = Command::new("test") in set_true_with_default_value_if_present() localVariable 167 let cmd = Command::new("test") in set_true_with_default_value_if_value() localVariable 194 let cmd = Command::new("test") in set_true_with_required_if_eq() localVariable 224 let cmd = Command::new("test").arg( in set_false() localVariable 261 let cmd = Command::new("test").arg( in set_false_with_explicit_default_value() localVariable 284 let cmd = Command::new("test") in set_false_with_default_value_if_present() localVariable [all …]
|
D | help_env.rs | 85 let cmd = Command::new("ctest").version("0.1").arg( in hide_env() localVariable 103 let cmd = Command::new("ctest").version("0.1").arg( in show_env() localVariable 120 let cmd = Command::new("ctest").version("0.1").arg( in hide_env_vals() localVariable 138 let cmd = Command::new("ctest").version("0.1").arg( in show_env_vals() localVariable 155 let cmd = Command::new("ctest").version("0.1").arg( in hide_env_flag() localVariable 172 let cmd = Command::new("ctest").version("0.1").arg( in show_env_flag() localVariable 188 let cmd = Command::new("ctest").version("0.1").arg( in hide_env_vals_flag() localVariable 205 let cmd = Command::new("ctest").version("0.1").arg( in show_env_vals_flag() localVariable
|
D | template_help.rs | 91 let cmd = get_app().help_template(EXAMPLE1_TMPL_S); in with_template() localVariable 97 let cmd = get_app().help_template(EXAMPLE1_TMPS_F); in custom_template() localVariable 103 let cmd = Command::new("MyApp") in template_empty() localVariable 113 let cmd = Command::new("MyApp") in template_notag() localVariable 123 let cmd = Command::new("MyApp") in template_unknowntag() localVariable 134 let cmd = Command::new("MyApp") in template_author_version() localVariable 141 let cmd = Command::new("MyApp") in template_author_version() localVariable
|
D | subcommands.rs | 111 let cmd = Command::new("dym").subcommand(Command::new("subcmd")); in subcmd_did_you_mean_output() localVariable 131 let cmd = Command::new("dym") in subcmd_did_you_mean_output_ambiguous() localVariable 151 let cmd = Command::new("dym") in subcmd_did_you_mean_output_arg() localVariable 169 let cmd = Command::new("dym") in subcmd_did_you_mean_output_arg_false_positives() localVariable 198 let cmd = Command::new("clap-test").version("2.6").subcommand( in visible_aliases_help_output() localVariable 222 let cmd = Command::new("clap-test") in invisible_aliases_help_output() localVariable 335 let mut cmd = Command::new("myprog") in subcommand_placeholder_test() localVariable 363 let cmd = Command::new("cmd").subcommand(Command::new("subcmd")); in subcommand_used_after_double_dash() localVariable 398 let cmd = Command::new("opt") in issue_2494_subcommand_is_present() localVariable 424 let cmd = Command::new("fake") in subcommand_not_recognized() localVariable [all …]
|
D | ignore_errors.rs | 5 let cmd = Command::new("cmd").ignore_errors(true).arg(arg!( in single_short_arg_without_value() localVariable 18 let cmd = Command::new("cmd").ignore_errors(true).arg(arg!( in single_long_arg_without_value() localVariable 31 let cmd = Command::new("cmd") in multiple_args_and_final_arg_without_value() localVariable 57 let cmd = Command::new("cmd") in multiple_args_and_intermittent_arg_without_value() localVariable 84 let cmd = Command::new("test") in subcommand() localVariable
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
D | roff.rs | 6 let cmd = common::basic_command(name); in basic() localVariable 13 let cmd = common::feature_sample_command(name); in feature_sample() localVariable 20 let cmd = common::special_commands_command(name); in special_commands() localVariable 27 let cmd = common::quoting_command(name); in quoting() localVariable 34 let cmd = common::aliases_command(name); in aliases() localVariable 41 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable 48 let cmd = common::value_hint_command(name); in value_hint() localVariable 55 let cmd = common::hidden_option_command(name); in hidden_options() localVariable 62 let cmd = common::env_value_command(name); in value_env() localVariable 69 let cmd = common::possible_values_command(name); in possible_values() localVariable [all …]
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | help.js | 29 visibleCommands(cmd) { argument 71 visibleOptions(cmd) { argument 100 visibleGlobalOptions(cmd) { argument 121 visibleArguments(cmd) { argument 143 subcommandTerm(cmd) { argument 182 longestSubcommandTermLength(cmd, helper) { argument 196 longestOptionTermLength(cmd, helper) { argument 210 longestGlobalOptionTermLength(cmd, helper) { argument 224 longestArgumentTermLength(cmd, helper) { argument 237 commandUsage(cmd) { argument [all …]
|
/third_party/rust/crates/clap/clap_complete/tests/ |
D | powershell.rs | 6 let cmd = common::basic_command(name); in basic() localVariable 18 let cmd = common::feature_sample_command(name); in feature_sample() localVariable 30 let cmd = common::special_commands_command(name); in special_commands() localVariable 42 let cmd = common::quoting_command(name); in quoting() localVariable 54 let cmd = common::aliases_command(name); in aliases() localVariable 66 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable 78 let cmd = common::value_hint_command(name); in value_hint() localVariable 90 let cmd = common::value_terminator_command(name); in value_terminator() localVariable
|
D | fish.rs | 6 let cmd = common::basic_command(name); in basic() localVariable 18 let cmd = common::feature_sample_command(name); in feature_sample() localVariable 30 let cmd = common::special_commands_command(name); in special_commands() localVariable 42 let cmd = common::quoting_command(name); in quoting() localVariable 54 let cmd = common::aliases_command(name); in aliases() localVariable 66 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable 78 let cmd = common::value_hint_command(name); in value_hint() localVariable 90 let cmd = common::value_terminator_command(name); in value_terminator() localVariable
|
D | elvish.rs | 6 let cmd = common::basic_command(name); in basic() localVariable 18 let cmd = common::feature_sample_command(name); in feature_sample() localVariable 30 let cmd = common::special_commands_command(name); in special_commands() localVariable 42 let cmd = common::quoting_command(name); in quoting() localVariable 54 let cmd = common::aliases_command(name); in aliases() localVariable 66 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable 78 let cmd = common::value_hint_command(name); in value_hint() localVariable 90 let cmd = common::value_terminator_command(name); in value_terminator() localVariable
|
D | zsh.rs | 6 let cmd = common::basic_command(name); in basic() localVariable 18 let cmd = common::feature_sample_command(name); in feature_sample() localVariable 30 let cmd = common::special_commands_command(name); in special_commands() localVariable 42 let cmd = common::quoting_command(name); in quoting() localVariable 54 let cmd = common::aliases_command(name); in aliases() localVariable 66 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable 78 let cmd = common::value_hint_command(name); in value_hint() localVariable 90 let cmd = common::value_terminator_command(name); in value_terminator() localVariable
|
D | bash.rs | 6 let cmd = common::basic_command(name); in basic() localVariable 18 let cmd = common::feature_sample_command(name); in feature_sample() localVariable 30 let cmd = common::special_commands_command(name); in special_commands() localVariable 42 let cmd = common::quoting_command(name); in quoting() localVariable 54 let cmd = common::aliases_command(name); in aliases() localVariable 66 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable 78 let cmd = common::value_hint_command(name); in value_hint() localVariable 90 let cmd = common::value_terminator_command(name); in value_terminator() localVariable
|
/third_party/rust/crates/clap/clap_bench/benches/ |
D | 04_new_help.rs | 157 let mut cmd = app_example1(); in example1() localVariable 162 let mut cmd = app_example2(); in example2() localVariable 167 let mut cmd = app_example3(); in example3() localVariable 172 let mut cmd = app_example4(); in example4() localVariable 177 let mut cmd = app_example5(); in example5() localVariable 182 let mut cmd = app_example6(); in example6() localVariable 187 let mut cmd = app_example7(); in example7() localVariable 192 let mut cmd = app_example8(); in example8() localVariable 197 let mut cmd = app_example10(); in example10() localVariable 202 …let mut cmd = app_example4().help_template("{name} {version}\n{author}\n{about}\n\nUSAGE:\n {us… in example4_template() localVariable
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 109 uint32 cmd, // IN in SVGA3D_FIFOReserve() 168 SVGA3dCmdDefineContext *cmd; in SVGA3D_DefineContext() local 202 SVGA3dCmdDestroyContext *cmd; in SVGA3D_DestroyContext() local 282 SVGA3dCmdDefineSurface *cmd; in SVGA3D_BeginDefineSurface() local 370 SVGA3dCmdDestroySurface *cmd; in SVGA3D_DestroySurface() local 436 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_SurfaceDMA() local 498 SVGA3dCmdSurfaceDMA *cmd; in SVGA3D_BufferDMA() local 592 SVGA3dCmdSetRenderTarget *cmd; in SVGA3D_SetRenderTarget() local 643 SVGA3dCmdDefineShader *cmd; in SVGA3D_DefineShader() local 687 SVGA3dCmdDestroyShader *cmd; in SVGA3D_DestroyShader() local [all …]
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
D | fig.rs | 6 let cmd = common::basic_command(name); in basic() localVariable 18 let cmd = common::feature_sample_command(name); in feature_sample() localVariable 30 let cmd = common::special_commands_command(name); in special_commands() localVariable 42 let cmd = common::quoting_command(name); in quoting() localVariable 54 let cmd = common::aliases_command(name); in aliases() localVariable 66 let cmd = common::sub_subcommands_command(name); in sub_subcommands() localVariable 78 let cmd = common::value_hint_command(name); in value_hint() localVariable
|
/third_party/node/test/parallel/ |
D | test-child-process-exec-maxbuf.js | 15 const cmd = constant 27 const cmd = constant 37 const cmd = `"${process.execPath}" -e "console.log('hello world');"`; constant 47 const cmd = 'echo hello world'; constant 60 const cmd = constant 78 const cmd = constant 90 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; constant 102 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; constant 114 const cmd = `"${process.execPath}" -e "console.log('${unicode}');"`; constant 128 const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`; constant [all …]
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_lrz.c | 152 tu6_write_lrz_reg(struct tu_cmd_buffer *cmd, struct tu_cs *cs, in tu6_write_lrz_reg() 167 tu6_disable_lrz_via_depth_view(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu6_disable_lrz_via_depth_view() 186 tu_lrz_init_state(struct tu_cmd_buffer *cmd, in tu_lrz_init_state() 232 tu_lrz_init_secondary(struct tu_cmd_buffer *cmd, in tu_lrz_init_secondary() 269 tu_lrz_begin_resumed_renderpass(struct tu_cmd_buffer *cmd, in tu_lrz_begin_resumed_renderpass() 296 tu_lrz_begin_renderpass(struct tu_cmd_buffer *cmd, in tu_lrz_begin_renderpass() 340 tu_lrz_begin_secondary_cmdbuf(struct tu_cmd_buffer *cmd) in tu_lrz_begin_secondary_cmdbuf() 351 tu_lrz_tiling_begin(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_tiling_begin() 422 tu_lrz_tiling_end(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_tiling_end() 457 tu_lrz_sysmem_begin(struct tu_cmd_buffer *cmd, struct tu_cs *cs) in tu_lrz_sysmem_begin() [all …]
|
/third_party/rust/crates/clap/clap_complete/src/generator/ |
D | utils.rs | 23 let mut cmd = p; in find_subcommand_with_path() localVariable 157 let mut cmd = common_app(); in built() localVariable 164 let mut cmd = common_app().version("3.0"); in built_with_version() localVariable 172 let cmd = built_with_version(); in test_subcommands() localVariable 186 let cmd = built_with_version(); in test_all_subcommands() localVariable 208 let cmd = built_with_version(); in test_find_subcommand_with_path() localVariable 216 let cmd = built_with_version(); in test_flags() localVariable 232 let cmd = built(); in test_flag_subcommand() localVariable 247 let cmd = built_with_version(); in test_shorts() localVariable 264 let cmd = built_with_version(); in test_longs() localVariable
|
/third_party/icu/tools/scripts/ |
D | bldicures.py | 149 cmd = 'genrb -d "%s/%s" "%s"' % (args.destdir, tmpdir, item["txt"]) variable 154 cmd = 'pkgdata -m "%s" -T "%s/%s" -p "%s" -s "%s/%s" -d "%s" "%s"' % (pkgmode,args.destdir,tmpdir,a… variable 156 cmd = cmd + " -v" variable 170 cmd = 'icupkg -w -tb "%s" "%s"' % (tmpfile, outfile) variable 172 cmd = cmd + " -v" variable 182 cmd = 'icupkg -tb -x "%s" -d "%s/%s/" "%s"' % (listname, args.destdir, args.name, outfile) variable 184 cmd = cmd + " -v" variable
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_genx_macros.h | 73 #define __genxml_cmd_length(cmd) cmd ## _length argument 74 #define __genxml_cmd_length_bias(cmd) cmd ## _length_bias argument 75 #define __genxml_cmd_header(cmd) cmd ## _header argument 76 #define __genxml_cmd_pack(cmd) cmd ## _pack argument 77 #define __genxml_reg_num(cmd) cmd ## _num argument 89 #define _iris_pack_command(batch, cmd, dst, name) \ argument 96 #define iris_pack_command(cmd, dst, name) \ argument 99 #define _iris_pack_state(batch, cmd, dst, name) \ argument 105 #define iris_pack_state(cmd, dst, name) \ argument 108 #define iris_emit_cmd(batch, cmd, name) \ argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_genx_macros.h | 78 #define __genxml_cmd_length(cmd) cmd ## _length argument 79 #define __genxml_cmd_length_bias(cmd) cmd ## _length_bias argument 80 #define __genxml_cmd_header(cmd) cmd ## _header argument 81 #define __genxml_cmd_pack(cmd) cmd ## _pack argument 82 #define __genxml_reg_num(cmd) cmd ## _num argument 94 #define _crocus_pack_command(batch, cmd, dst, name) \ argument 101 #define crocus_pack_command(cmd, dst, name) \ argument 104 #define _crocus_pack_state(batch, cmd, dst, name) \ argument 110 #define crocus_pack_state(cmd, dst, name) \ argument 113 #define crocus_emit_cmd(batch, cmd, name) \ argument
|