/external/jcommander/src/test/java/com/beust/jcommander/command/ |
D | CommandTest.java | 36 jc.addCommand(add); in namedCommandTest1() 38 jc.addCommand("commit", commit); in namedCommandTest1() 51 jc.addCommand(add); in shouldComplainIfNoAnnotations() 59 jc.addCommand("add", add); in commandTest1() 61 jc.addCommand("commit", commit); in commandTest1() 74 jc.addCommand("add", add); in commandTest2() 76 jc.addCommand("commit", commit); in commandTest2() 91 jc.addCommand("add", add); in hiddenCommandTest() 93 jc.addCommand("hidden", hidden); in hiddenCommandTest() 113 jc.addCommand("no-annotation", noParametersAnnotation); in noParametersAnnotationOnCommandTest() [all …]
|
D | CommandAliasTest.java | 41 jc.addCommand("add", add, "a"); in oneCommandWithSingleAlias() 64 jc.addCommand("commit", commit, "ci", "cmt"); in testCommitWithAlias() 79 jc.addCommand("add", add, "a"); in twoCommandsWithAliases() 81 jc.addCommand("commit", commit, "ci", "cmt"); in twoCommandsWithAliases() 94 jc.addCommand("add", add, "xx"); in clashingAliasesAreNotAllowed() 97 jc.addCommand("commit", commit, "ci", "xx"); in clashingAliasesAreNotAllowed() 120 jc.addCommand("commit", commit, "ci", "cmt"); in usageCanBeRetrievedWithBothCommandAndAlias() 139 jc.addCommand("commit", commit, "ci", "cmt"); in usageDisplaysCommandWithAliasesOnlyOnce() 155 jc.addCommand("add", add, "a"); in formattingLooksNice() 157 jc.addCommand("commit", commit, "ci", "cmt"); in formattingLooksNice()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawIndirectTest.cpp | 102 template<typename T> void addCommand (const T&); 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 341 addCommand(drawCommands[0]); in iterate() 342 addCommand(drawCommands[1]); in iterate() 343 addCommand(drawCommands[2]); in iterate() 344 addCommand(drawCommands[1]); in iterate() 350 addCommand(drawCommands[1]); in iterate() 351 addCommand(drawCommands[1]); in iterate() 374 addCommand(drawCommands[0]); in iterate() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 1273 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer 1292 …addCommand<::CmdBeginRenderPass>(renderPass, framebuffer, renderArea, clearValueCount, clearValues… in beginRenderPass() 1299 addCommand<::CmdNextSubpass>(); in nextSubpass() 1304 addCommand<::CmdEndRenderPass>(); in endRenderPass() 1313 addCommand<::CmdExecuteCommands>(vk::Cast(pCommandBuffers[i])); in executeCommands() 1325 …addCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCount… in dispatchBase() 1334 addCommand<::CmdPipelineBarrier>(); in pipelineBarrier() 1343 addCommand<::CmdPipelineBind>(pipelineBindPoint, pipeline); in bindPipeline() 1355 addCommand<::CmdVertexBufferBind>(i + firstBinding, vk::Cast(pBuffers[i]), pOffsets[i]); in bindVertexBuffers() 1361 addCommand<::CmdBeginQuery>(queryPool, query, flags); in beginQuery() [all …]
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/ |
D | BrowserCommands.js | 25 Commands.prototype.addCommand=function(name, help, runnable) { method in Commands 62 Commands.addCommand("echo", 68 Commands.addCommand("open",
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | CmdTest.java | 25 jc.addCommand(new CmdOne()); in parseArgs() 26 jc.addCommand(new CmdTwo()); in parseArgs() 101 j.addCommand("wonderful", p2); in testIssue244()
|
D | ParametersDelegateTest.java | 136 cmd.addCommand("command", c); in commandTest() 156 cmd.addCommand("command", c); in mainParametersTest() 219 cmd.addCommand("command", c); in duplicateMainParametersAreNotAllowed()
|
D | JCommanderTest.java | 63 jc.addCommand(new ArgsLongCommandDescription()); in testLongCommandDescription() 227 jc.addCommand(new ArgsLongCommandDescription()); in i18MissingKeyForCommand() 494 jc.addCommand(commandNames[i], commands[i]); in verifyCommandOrdering() 847 jc.addCommand(conf); in commandsWithSamePrefixAsOptionsShouldWork() 858 commander.addCommand("command", c); in dynamicParameters() 910 j.addCommand("comm", a); in commandKey() 1182 c.addCommand("a", new ArgCommandA()); in usageCommandsUnderUsage() 1183 c.addCommand("b", new ArgCommandB()); in usageCommandsUnderUsage() 1207 c.addCommand("a", new ArgCommandA()); in usageWithEmpytLine() 1208 c.addCommand("b", new ArgCommandB()); in usageWithEmpytLine() [all …]
|
D | ValidatePropertiesWhenParsingTest.java | 12 cmd.addCommand("a", new A()); in f()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 407 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anonbb003f130102() 412 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anonbb003f130202() 418 fCommands.addCommand(skui::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anonbb003f130302() 423 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anonbb003f130402() 427 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anonbb003f130502() 431 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anonbb003f130602() 435 fCommands.addCommand('v', "Swapchain", "Toggle vsync on/off", [this]() { in __anonbb003f130702() 442 fCommands.addCommand('V', "Swapchain", "Toggle delayed acquire on/off (Metal only)", [this]() { in __anonbb003f130802() 449 fCommands.addCommand('r', "Redraw", "Toggle redraw", [this]() { in __anonbb003f130902() 453 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anonbb003f130a02() [all …]
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 246 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon4982b52a0102() 251 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon4982b52a0202() 257 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon4982b52a0302() 262 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon4982b52a0402() 266 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon4982b52a0502() 270 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon4982b52a0602() 274 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon4982b52a0702() 278 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon4982b52a0802() 283 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon4982b52a0902() 296 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon4982b52a0a02() [all …]
|
/external/skia/tools/sk_app/ |
D | CommandSet.cpp | 17 this->addCommand('h', "Overlays", "Show help screen", [this]() { in CommandSet() 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
|
D | CommandSet.h | 48 void addCommand(SkUnichar c, const char* group, const char* description, 50 void addCommand(skui::Key k, const char* keyName, const char* group, const char* description,
|
/external/skqp/tools/sk_app/ |
D | CommandSet.cpp | 18 this->addCommand('h', "Overlays", "Show help screen", [this]() { in CommandSet() 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
|
D | CommandSet.h | 48 void addCommand(SkUnichar c, const char* group, const char* description, 50 void addCommand(Window::Key k, const char* keyName, const char* group, const char* description,
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Minix.cpp | 39 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 93 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
D | XCore.cpp | 55 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 84 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
D | Ananas.cpp | 42 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 128 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
D | Myriad.cpp | 80 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 116 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 203 C.addCommand(std::make_unique<Command>( in ConstructJob()
|
D | DragonFly.cpp | 48 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob() 174 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
D | AIX.cpp | 73 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob() 172 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
D | InterfaceStubs.cpp | 57 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in ConstructJob()
|
D | HIP.cpp | 100 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructLldCommand() 143 C.addCommand(std::make_unique<Command>( in constructHIPFatbinCommand() 214 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(), in constructGenerateObjFileFromHIPFatBinary()
|
D | Flang.cpp | 83 C.addCommand(std::make_unique<Command>(JA, *this, in ConstructJob()
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | JCommander.java | 1131 public Builder addCommand(Object command) { in addCommand() method in JCommander.Builder 1132 jCommander.addCommand(command); in addCommand() 1136 public Builder addCommand(String name, Object command, String... aliases) { in addCommand() method in JCommander.Builder 1137 jCommander.addCommand(name, command, aliases); in addCommand() 1459 public void addCommand(String name, Object object) { in addCommand() method in JCommander 1460 addCommand(name, object, new String[0]); in addCommand() 1463 public void addCommand(Object object) { in addCommand() method in JCommander 1467 addCommand(commandName, object); in addCommand() 1478 public void addCommand(String name, Object object, String... aliases) { in addCommand() method in JCommander
|