| /third_party/vk-gl-cts/scripts/egl/ |
| D | library.py | 33 def virtualMemberDecl (command): argument 39 def concreteMemberDecl (command): argument 45 def memberImpl (command): argument 59 def initFunctionEntry (command): argument 79 def commandLibraryEntry (command): argument
|
| D | gtf_wrapper.py | 39 def commandAliasDefinition (command): argument 42 def commandWrapperDeclaration (command): argument 54 def commandWrapperDefinition (command): argument 81 def getDefaultReturn (command): argument
|
| D | func_ptrs.py | 26 def commandTypedefDecl (command): argument 32 def commandMemberDecl (command): argument
|
| D | call_log_wrapper.py | 71 def prefixedParams (command): argument 77 def commandLogWrapperMemberDecl (command): argument 90 def commandLogWrapperMemberDef (command): argument
|
| /third_party/rust/rust/src/tools/rust-analyzer/editors/code/src/ |
| D | tasks.ts | 12 command?: string; property 34 { command: "check", group: vscode.TaskGroup.Build }, constant 35 { command: "clippy", group: vscode.TaskGroup.Build }, constant 36 { command: "test", group: vscode.TaskGroup.Test }, constant 37 { command: "clean", group: vscode.TaskGroup.Clean }, constant 38 { command: "run", group: undefined }, constant
|
| /third_party/backends/backend/ |
| D | pieusb_scancmd.c | 200 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_test_unit_ready() local 221 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_slide() local 252 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_get_sense() local 308 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_get_scan_frame() local 356 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_17() local 388 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_get_shading_parms() local 460 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_get_scanned_lines() local 483 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_set_scan_frame() local 523 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_set_exposure_time() local 560 SANE_Byte command[SCSI_COMMAND_LEN]; in sanei_pieusb_cmd_set_highlight_shadow() local [all …]
|
| /third_party/vk-gl-cts/scripts/opengl/ |
| D | gen_wrapper.py | 36 def commandAliasDefinition (command): argument 39 def commandWrapperDeclaration (command): argument 51 def getDefaultReturn (command): argument 58 def commandWrapperDefinition (command): argument
|
| D | gen_func_ptrs.py | 25 def commandTypedefDecl (command): argument 31 def commandMemberDecl (command): argument
|
| D | gen_null_render_context.py | 57 def commandDummyImpl (command): argument 72 def commandInitStatement (command): argument
|
| D | gen_call_log_wrapper.py | 359 def prefixedParams (command): argument 365 def commandLogWrapperMemberDecl (command): argument 383 def commandLogWrapperMemberDef (command): argument
|
| /third_party/skia/tools/ |
| D | dump_record.cpp | 45 void operator()(const T& command) { in operator ()() 56 void print(const T& command, double ns) { in print() 60 void print(const SkRecords::Restore& command, double ns) { in print() 65 void print(const SkRecords::Save& command, double ns) { in print() 70 void print(const SkRecords::SaveLayer& command, double ns) { in print() 75 void print(const SkRecords::DrawPicture& command, double ns) { in print() 90 void print(const SkRecords::DrawAnnotation& command, double ns) { in print() 109 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
|
| /third_party/skia/m133/tools/ |
| D | dump_record.cpp | 48 void operator()(const T& command) { in operator ()() 59 void print(const T& command, double ns) { in print() 63 void print(const SkRecords::Restore& command, double ns) { in print() 68 void print(const SkRecords::Save& command, double ns) { in print() 73 void print(const SkRecords::SaveLayer& command, double ns) { in print() 78 void print(const SkRecords::DrawPicture& command, double ns) { in print() 93 void print(const SkRecords::DrawAnnotation& command, double ns) { in print() 112 void printNameAndTime(const T& command, double ns) { in printNameAndTime()
|
| /third_party/rust/crates/cxx/.vscode/ |
| D | tasks.json | 7 "command": "cargo test", string 13 "command": "bazel test ...", string 20 "command": "buck test ...", string 27 …"command": "cp third-party/Cargo.lock . && cargo vendor --versioned-dirs --locked third-party/vend… string
|
| /third_party/rust/rust/src/tools/clippy/util/etc/ |
| D | vscode-tasks.json | 7 "command": "cargo check", string 17 "command": "cargo dev fmt", string 24 "command": "cargo uitest", string 45 "command": "cargo test", string 52 "command": "cargo bless", string
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | frame_buffer.cc | 142 void FrameBuffer::ChangeFrameLayout(CommandBuffer* command, in ChangeFrameLayout() 157 void FrameBuffer::ChangeFrameToDrawLayout(CommandBuffer* command) { in ChangeFrameToDrawLayout() 167 void FrameBuffer::ChangeFrameToProbeLayout(CommandBuffer* command) { in ChangeFrameToProbeLayout() 176 void FrameBuffer::ChangeFrameToWriteLayout(CommandBuffer* command) { in ChangeFrameToWriteLayout() 185 void FrameBuffer::TransferImagesToHost(CommandBuffer* command) { in TransferImagesToHost() 223 void FrameBuffer::TransferImagesToDevice(CommandBuffer* command) { in TransferImagesToDevice()
|
| D | engine_vulkan.cc | 431 Result EngineVulkan::DoClearColor(const ClearColorCommand* command) { in DoClearColor() 440 Result EngineVulkan::DoClearStencil(const ClearStencilCommand* command) { in DoClearStencil() 448 Result EngineVulkan::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth() 456 Result EngineVulkan::DoClear(const ClearCommand* command) { in DoClear() 464 Result EngineVulkan::DoDrawRect(const DrawRectCommand* command) { in DoDrawRect() 529 Result EngineVulkan::DoDrawGrid(const DrawGridCommand* command) { in DoDrawGrid() 616 Result EngineVulkan::DoDrawArrays(const DrawArraysCommand* command) { in DoDrawArrays() 625 Result EngineVulkan::DoCompute(const ComputeCommand* command) { in DoCompute() 634 Result EngineVulkan::DoEntryPoint(const EntryPointCommand* command) { in DoEntryPoint() 649 const PatchParameterVerticesCommand* command) { in DoPatchParameterVertices()
|
| D | index_buffer.cc | 30 Result IndexBuffer::SendIndexData(CommandBuffer* command, Buffer* buffer) { in SendIndexData() 66 Result IndexBuffer::BindToCommandBuffer(CommandBuffer* command) { in BindToCommandBuffer()
|
| /third_party/cups/scheduler/ |
| D | testlpd.c | 195 const char *command) /* I - Command line to send */ in do_command() 231 char command[1024], /* Command buffer */ in print_job() local 382 char command[1024]; /* Command buffer */ in print_waiting() local 406 char command[1024]; /* Command buffer */ in remove_job() local 436 char command[1024], /* Command buffer */ in status_long() local 479 char command[1024], /* Command buffer */ in status_short() local
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 194 command: string; property 206 command: CommandTypes.ReloadProjects; property 245 command: string; property 296 command: CommandTypes.Status; property 317 command: CommandTypes.DocCommentTemplate; property 331 command: CommandTypes.TodoComments; property 356 command: CommandTypes.GetSpanOfEnclosingComment; property 371 command: CommandTypes.GetOutliningSpans; property 409 command: CommandTypes.GetOutliningSpansFull; property 425 command: CommandTypes.Indentation; property [all …]
|
| /third_party/vk-gl-cts/external/amber/src/src/dawn/ |
| D | engine_dawn.h | 69 RenderPipelineInfo* GetRenderPipeline( in GetRenderPipeline() 75 ComputePipelineInfo* GetComputePipeline( in GetComputePipeline()
|
| /third_party/cups/systemv/ |
| D | cupsaccept.c | 36 char *command, /* Command to do */ in main() local 241 usage(const char *command) /* I - Command name */ in usage()
|
| /third_party/elfio/.vscode/ |
| D | tasks.json | 6 "command": "make", string 25 "command": "make", string 41 "command": "clang-tidy", string 63 "command": "clang", string 87 "command": "./elfio_fuzzer", string
|
| /third_party/typescript/tests/baselines/reference/ |
| D | spreadOverwritesPropertyStrict.js | 65 return __assign({ command: "hi" }, (b ? t : {})); // ok property 68 return __assign({ command: "hi" }, { command: "bye" }); // ok property 71 …return __assign(__assign(__assign({ command: "hi" }, { spoiler: true }), { spoiler2: true }), t); … property
|
| /third_party/rust/crates/clap/clap_complete/tests/snapshots/ |
| D | basic.ps1 | 9 $command = @( variable
|
| D | special_commands.ps1 | 9 $command = @( variable
|