/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | clear.rs | 213 let command_name = "clear_color_image"; in clear_color_image_unchecked() localVariable 446 let command_name = "clear_depth_stencil_image"; in clear_depth_stencil_image_unchecked() localVariable 577 let command_name = "fill_buffer"; in fill_buffer_unchecked() localVariable 721 let command_name = "update_buffer"; in update_buffer_unchecked() localVariable
|
D | copy.rs | 267 let command_name = "copy_buffer"; in copy_buffer_unchecked() localVariable 1180 let command_name = "copy_image"; in copy_image_unchecked() localVariable 1811 let command_name = "copy_buffer_to_image"; in copy_buffer_to_image_unchecked() localVariable 2432 let command_name = "copy_image_to_buffer"; in copy_image_to_buffer_unchecked() localVariable 3193 let command_name = "blit_image"; in blit_image_unchecked() localVariable 3672 let command_name = "resolve_image"; in resolve_image_unchecked() localVariable
|
D | pipeline.rs | 130 let command_name = "dispatch"; localVariable 221 let command_name = "dispatch_indirect"; in dispatch_indirect_unchecked() localVariable 336 let command_name = "draw"; in draw_unchecked() localVariable 486 let command_name = "draw_indirect"; in draw_indirect_unchecked() localVariable 649 let command_name = "draw_indexed"; in draw_indexed_unchecked() localVariable 811 let command_name = "draw_indexed_indirect"; in draw_indexed_indirect_unchecked() localVariable
|
D | render_pass.rs | 453 let command_name = "begin_render_pass"; in begin_render_pass_unchecked() localVariable 593 let command_name = "next_subpass"; in next_subpass_unchecked() localVariable 743 let command_name = "end_render_pass"; in end_render_pass_unchecked() localVariable 1615 let command_name = "end_rendering"; in end_rendering_unchecked() localVariable
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | rpc_server_tracker.py | 41 def _setup_port(self, port, command_name, remote_pid=None): argument 86 def _setup_rpc(self, port, command_name, remote_pid=None): argument 111 def xmlrpc_connect(self, command, port, command_name=None, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | clear.rs | 565 let command_name = "clear_color_image"; in clear_color_image() localVariable 637 let command_name = "clear_depth_stencil_image"; in clear_depth_stencil_image() localVariable 700 let command_name = "fill_buffer"; in fill_buffer() localVariable 762 let command_name = "update_buffer"; in update_buffer() localVariable
|
D | pipeline.rs | 1688 let command_name = "dispatch"; localVariable 1733 let command_name = "dispatch_indirect"; in dispatch_indirect() localVariable 1795 let command_name = "draw"; in draw() localVariable 1860 let command_name = "draw_indexed"; in draw_indexed() localVariable 1917 let command_name = "draw_indirect"; in draw_indirect() localVariable 1977 let command_name = "draw_indexed_indirect"; in draw_indexed_indirect() localVariable
|
D | copy.rs | 2615 let command_name = "copy_buffer"; in copy_buffer() localVariable 2711 let command_name = "copy_image"; in copy_image() localVariable 2812 let command_name = "copy_buffer_to_image"; in copy_buffer_to_image() localVariable 2915 let command_name = "copy_image_to_buffer"; in copy_image_to_buffer() localVariable 3020 let command_name = "blit_image"; in blit_image() localVariable 3121 let command_name = "resolve_image"; in resolve_image() localVariable
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/prop_tgt/ |
D | INTERFACE_COMPILE_FEATURES.rst | 7 .. |command_name| replace:: :command:`target_compile_features` substdef
|
D | INTERFACE_LINK_OPTIONS.rst | 7 .. |command_name| replace:: :command:`target_link_options` substdef
|
D | INTERFACE_LINK_DIRECTORIES.rst | 7 .. |command_name| replace:: :command:`target_link_directories` substdef
|
D | INTERFACE_COMPILE_DEFINITIONS.rst | 5 .. |command_name| replace:: :command:`target_compile_definitions` substdef
|
D | INTERFACE_COMPILE_OPTIONS.rst | 5 .. |command_name| replace:: :command:`target_compile_options` substdef
|
D | INTERFACE_INCLUDE_DIRECTORIES.rst | 5 .. |command_name| replace:: :command:`target_include_directories` substdef
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | test_channel_transport.cc | 61 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnCommandReady() local
|
D | test_command_handler.cc | 39 #define SET_HANDLER(command_name, method) \ in TestCommandHandler() argument
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/cli/ |
H A D | command.py | 90 def CommandDecorator(command_name): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/ |
D | mod.rs | 562 pub command_name: &'static str, field 570 pub command_name: &'static str, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_complete/src/shells/ |
D | elvish.rs | 70 let command_name = if previous_command_name.is_empty() { in generate_inner() localVariable
|
D | powershell.rs | 75 let command_name = if previous_command_name.is_empty() { in generate_inner() localVariable
|
/aosp_15_r20/external/googleapis/google/chat/v1/ |
H A D | annotation.proto | 122 string command_name = 3; field
|
/aosp_15_r20/external/autotest/client/cros/bluetooth/ |
H A D | hcitool.py | 186 def check_command_supported(self, command_name): argument
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | command.cpp | 286 std::string command_name = args[0]; in RunSimpleperfCmd() local
|
/aosp_15_r20/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 63 static NanotoolCommand StrToCommand(const char *command_name) { in StrToCommand()
|
/aosp_15_r20/external/skia/gn/ |
H A D | gn_to_cmake.py | 120 def CurrentTargetShellCommand(out, command_name, values, lang): argument
|