/external/skia/tools/sk_app/ |
D | CommandSet.cpp | 71 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() function in sk_app::CommandSet 76 void CommandSet::addCommand(skui::Key k, const char* keyName, const char* group, in addCommand() function in sk_app::CommandSet
|
/external/skqp/tools/sk_app/ |
D | CommandSet.cpp | 72 void CommandSet::addCommand(SkUnichar c, const char* group, const char* description, in addCommand() function in sk_app::CommandSet 77 void CommandSet::addCommand(Window::Key k, const char* keyName, const char* group, in addCommand() function in sk_app::CommandSet
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/ |
D | BrowserCommands.js | 25 Commands.prototype.addCommand=function(name, help, runnable) { method in Commands
|
/external/clang/include/clang/Driver/ |
D | Compilation.h | 169 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | JCommander.java | 1131 public Builder addCommand(Object command) { in addCommand() method in JCommander.Builder 1136 public Builder addCommand(String name, Object command, String... aliases) { in addCommand() method in JCommander.Builder 1459 public void addCommand(String name, Object object) { in addCommand() method in JCommander 1463 public void addCommand(Object object) { in addCommand() method in JCommander 1478 public void addCommand(String name, Object object, String... aliases) { in addCommand() method in JCommander
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawIndirectTest.cpp | 286 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command) in addCommand() function in vkt::Draw::__anon001d5ab80111::IndirectDraw 298 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCom… in addCommand() function in vkt::Draw::__anon001d5ab80111::IndirectDraw
|
D | vktBasicDrawTests.cpp | 168 …void addCommand (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const de… in addCommand() function 189 …void addCommand (const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const d… in addCommand() function
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Compilation.h | 210 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPathParser.java | 200 private static void addCommand( in addCommand() method in ShadowPathParser.PathDataNode
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 1273 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer
|