/external/jcommander/src/test/java/com/beust/jcommander/command/ |
D | CommandTest.java | 35 jc.addCommand(add); in namedCommandTest1() 37 jc.addCommand("commit", commit); in namedCommandTest1() 50 jc.addCommand(add); in shouldComplainIfNoAnnotations() 58 jc.addCommand("add", add); in commandTest1() 60 jc.addCommand("commit", commit); in commandTest1() 73 jc.addCommand("add", add); in commandTest2() 75 jc.addCommand("commit", commit); in commandTest2() 95 jc.addCommand("add", add); in hiddenCommandTest() 97 jc.addCommand("hidden", hidden); in hiddenCommandTest()
|
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 | 93 template<typename T> void addCommand (const T&); 277 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command) in addCommand() function in vkt::Draw::__anon8b34845c0111::IndirectDraw 289 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCom… in addCommand() function in vkt::Draw::__anon8b34845c0111::IndirectDraw 328 addCommand(drawCommands[0]); in iterate() 329 addCommand(drawCommands[1]); in iterate() 330 addCommand(drawCommands[2]); in iterate() 333 addCommand(drawCommands[1]); in iterate() 334 addCommand(drawCommands[1]); in iterate() 356 addCommand(drawCommands[0]); in iterate() 357 addCommand(drawCommands[1]); in iterate() [all …]
|
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 1198 params.addCommand(vertexCount, 1, 0, 0); in populateSubGroup() 1201 params.addCommand(vertexCount, 1, firstVertex, 0); in populateSubGroup() 1211 params.addCommand(vertexCount, 1, 0, 0, 0); in populateSubGroup() 1214 params.addCommand(vertexCount, 1, firstIndex, vertexOffset, 0); in populateSubGroup()
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 1380 void CommandBuffer::addCommand(Args &&... args) in addCommand() function in vk::CommandBuffer 1391 …addCommand<::CmdBeginRenderPass>(renderPass, framebuffer, renderArea, clearValueCount, clearValues… in beginRenderPass() 1398 addCommand<::CmdNextSubpass>(); in nextSubpass() 1403 addCommand<::CmdEndRenderPass>(); in endRenderPass() 1412 addCommand<::CmdExecuteCommands>(vk::Cast(pCommandBuffers[i])); in executeCommands() 1424 …addCommand<::CmdDispatch>(baseGroupX, baseGroupY, baseGroupZ, groupCountX, groupCountY, groupCount… in dispatchBase() 1433 addCommand<::CmdPipelineBarrier>(); in pipelineBarrier() 1442 addCommand<::CmdPipelineBind>(pipelineBindPoint, pipeline); in bindPipeline() 1454 addCommand<::CmdVertexBufferBind>(i + firstBinding, vk::Cast(pBuffers[i]), pOffsets[i]); in bindVertexBuffers() 1460 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/skia/tools/viewer/ |
D | Viewer.cpp | 330 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon0aa329370102() 335 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon0aa329370202() 341 fCommands.addCommand(skui::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon0aa329370302() 346 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon0aa329370402() 350 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon0aa329370502() 354 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon0aa329370602() 358 fCommands.addCommand('v', "VSync", "Toggle vsync on/off", [this]() { in __anon0aa329370702() 365 fCommands.addCommand('r', "Redraw", "Toggle redraw", [this]() { in __anon0aa329370802() 369 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon0aa329370902() 373 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon0aa329370a02() [all …]
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 246 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon99259f4e0102() 251 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon99259f4e0202() 257 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon99259f4e0302() 262 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon99259f4e0402() 266 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon99259f4e0502() 270 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon99259f4e0602() 274 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon99259f4e0702() 278 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon99259f4e0802() 283 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon99259f4e0902() 296 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon99259f4e0a02() [all …]
|
/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/skia/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(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/curl/tests/python_dependencies/impacket/ |
D | smb.py | 687 def addCommand(self, command): member in NewSMBPacket 2601 smb.addCommand(negSession) 2634 smb.addCommand(treeConnect) 2694 smb.addCommand(treeConnect) 2755 smb.addCommand(SMBCommand(SMB.SMB_COM_TREE_DISCONNECT)) 2778 smb.addCommand(openFile) 2814 smb.addCommand(openFile) 2843 smb.addCommand(closeFile) 2876 smb.addCommand(transCommand) 2919 smb.addCommand(transCommand) [all …]
|
/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()
|
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 | ValidatePropertiesWhenParsingTest.java | 12 cmd.addCommand("a", new A()); in f()
|
D | JCommanderTest.java | 440 jc.addCommand(commandNames[i], commands[i]); in verifyCommandOrdering() 686 jc.addCommand(conf); in commandsWithSamePrefixAsOptionsShouldWork() 723 commander.addCommand("command", c); in dynamicParameters() 775 j.addCommand("comm", a); in commandKey() 958 c.addCommand("a", new ArgCommandA()); in usageCommandsUnderUsage() 959 c.addCommand("b", new ArgCommandB()); in usageCommandsUnderUsage() 983 c.addCommand("a", new ArgCommandA()); in usageWithEmpytLine() 984 c.addCommand("b", new ArgCommandB()); in usageWithEmpytLine()
|
D | FinderTest.java | 28 jc.addCommand(conf); in caseInsensitiveCommand()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 3337 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, ExtractArgs, II)); in SplitDebugInfo() 3340 C.addCommand(llvm::make_unique<Command>(JA, T, Exec, StripArgs, II)); in SplitDebugInfo() 6020 C.addCommand(llvm::make_unique<FallbackCommand>( in ConstructJob() 6026 C.addCommand(llvm::make_unique<ForceSuccessCommand>(JA, *this, Exec, in ConstructJob() 6029 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 6595 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 6728 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 6840 C.addCommand(llvm::make_unique<Command>(JA, *this, Exec, CmdArgs, Inputs)); in ConstructJob() 7029 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Linker), in ConstructJob() 7046 C.addCommand(llvm::make_unique<Command>(JA, *this, Args.MakeArgString(Linker), in ConstructJob() [all …]
|
/external/smali/util/src/main/java/org/jf/util/jcommander/ |
D | ExtendedCommands.java | 97 jc.addCommand(commandName(command), command, commandAliases(command)); in addExtendedCommand()
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | JCommander.java | 1363 public void addCommand(String name, Object object) { in addCommand() method in JCommander 1364 addCommand(name, object, new String[0]); in addCommand() 1367 public void addCommand(Object object) { in addCommand() method in JCommander 1371 addCommand(commandName, object); in addCommand() 1382 public void addCommand(String name, Object object, String... aliases) { in addCommand() method in JCommander
|
/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/autotest/frontend/client/src/autotest/tko/ |
D | SpreadsheetDataProcessor.java | 168 DeferredCommand.addCommand(new ProcessDataCommand(data)); in handlePage()
|
/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
D | Spreadsheet.java | 163 DeferredCommand.addCommand(onFinished); in execute() 283 DeferredCommand.addCommand(new RenderCommand(onFinished)); in render()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPathParser.java | 180 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams); in nodesToPath() 200 private static void addCommand( in addCommand() method in ShadowPathParser.PathDataNode
|