Home
last modified time | relevance | path

Searched refs:addCommand (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp93 template<typename T> void addCommand (const T&);
280 void IndirectDraw::addCommand<vk::VkDrawIndirectCommand> (const vk::VkDrawIndirectCommand& command) in addCommand() function in vkt::Draw::__anonba46f01a0111::IndirectDraw
292 void IndirectDraw::addCommand<vk::VkDrawIndexedIndirectCommand> (const vk::VkDrawIndexedIndirectCom… in addCommand() function in vkt::Draw::__anonba46f01a0111::IndirectDraw
331 addCommand(drawCommands[0]); in iterate()
332 addCommand(drawCommands[1]); in iterate()
333 addCommand(drawCommands[2]); in iterate()
336 addCommand(drawCommands[1]); in iterate()
337 addCommand(drawCommands[1]); in iterate()
359 addCommand(drawCommands[0]); in iterate()
360 addCommand(drawCommands[1]); in iterate()
[all …]
DvktBasicDrawTests.cpp167 …void addCommand (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const de… in addCommand() function
188 …void addCommand (const deUint32 indexC, const deUint32 instanceC, const deUint32 firstIdx, const d… in addCommand() function
1187 params.addCommand(vertexCount, 1, 0, 0); in populateSubGroup()
1190 params.addCommand(vertexCount, 1, firstVertex, 0); in populateSubGroup()
1200 params.addCommand(vertexCount, 1, 0, 0, 0); in populateSubGroup()
1203 params.addCommand(vertexCount, 1, firstIndex, vertexOffset, 0); in populateSubGroup()
/external/jcommander/src/test/java/com/beust/jcommander/command/
DCommandTest.java35 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()
DCommandAliasTest.java41 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/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp475 void CommandBuffer::addCommand(Args&&... args) in addCommand() function in vk::CommandBuffer
490 addCommand<BeginRenderPass>(renderPass, framebuffer, renderArea, clearValueCount, clearValues); in beginRenderPass()
497 addCommand<NextSubpass>(); in nextSubpass()
502 addCommand<EndRenderPass>(); in endRenderPass()
527 addCommand<PipelineBarrier>(); in pipelineBarrier()
537 addCommand<PipelineBind>(pipelineBindPoint, pipeline); in bindPipeline()
545 addCommand<VertexBufferBind>(i, pBuffers[i], pOffsets[i]); in bindVertexBuffers()
692 addCommand<BufferToBufferCopy>(srcBuffer, dstBuffer, pRegions[i]); in copyBuffer()
707 addCommand<ImageToImageCopy>(srcImage, dstImage, pRegions[i]); in copyImage()
722 addCommand<BlitImage>(srcImage, dstImage, pRegions[i], filter); in blitImage()
[all …]
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/commands/
DBrowserCommands.js25 Commands.prototype.addCommand=function(name, help, runnable) { method in Commands
62 Commands.addCommand("echo",
68 Commands.addCommand("open",
/external/skia/tools/viewer/
DViewer.cpp267 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon8fe7f6b50102()
272 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon8fe7f6b50202()
278 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon8fe7f6b50302()
283 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon8fe7f6b50402()
287 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon8fe7f6b50502()
291 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon8fe7f6b50602()
295 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon8fe7f6b50702()
299 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon8fe7f6b50802()
304 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon8fe7f6b50902()
317 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon8fe7f6b50a02()
[all …]
/external/skqp/tools/viewer/
DViewer.cpp246 fCommands.addCommand(' ', "GUI", "Toggle Debug GUI", [this]() { in __anon1e6a6ccc0102()
251 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in __anon1e6a6ccc0202()
257 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in __anon1e6a6ccc0302()
262 fCommands.addCommand('g', "GUI", "Toggle GUI Demo", [this]() { in __anon1e6a6ccc0402()
266 fCommands.addCommand('z', "GUI", "Toggle zoom window", [this]() { in __anon1e6a6ccc0502()
270 fCommands.addCommand('Z', "GUI", "Toggle zoom window state", [this]() { in __anon1e6a6ccc0602()
274 fCommands.addCommand('s', "Overlays", "Toggle stats display", [this]() { in __anon1e6a6ccc0702()
278 fCommands.addCommand('0', "Overlays", "Reset stats", [this]() { in __anon1e6a6ccc0802()
283 fCommands.addCommand('c', "Modes", "Cycle color mode", [this]() { in __anon1e6a6ccc0902()
296 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in __anon1e6a6ccc0a02()
[all …]
/external/curl/tests/python_dependencies/impacket/
Dsmb.py687 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/skia/tools/sk_app/
DCommandSet.cpp18 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
DCommandSet.h48 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/skqp/tools/sk_app/
DCommandSet.cpp18 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
DCommandSet.h48 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/jcommander/src/test/java/com/beust/jcommander/
DCmdTest.java25 jc.addCommand(new CmdOne()); in parseArgs()
26 jc.addCommand(new CmdTwo()); in parseArgs()
DParametersDelegateTest.java136 cmd.addCommand("command", c); in commandTest()
156 cmd.addCommand("command", c); in mainParametersTest()
219 cmd.addCommand("command", c); in duplicateMainParametersAreNotAllowed()
DJCommanderTest.java440 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()
DValidatePropertiesWhenParsingTest.java12 cmd.addCommand("a", new A()); in f()
DFinderTest.java28 jc.addCommand(conf); in caseInsensitiveCommand()
/external/clang/lib/Driver/
DTools.cpp3337 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/
DExtendedCommands.java97 jc.addCommand(commandName(command), command, commandAliases(command)); in addExtendedCommand()
/external/jcommander/src/main/java/com/beust/jcommander/
DJCommander.java1363 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/
DCompilation.h169 void addCommand(std::unique_ptr<Command> C) { Jobs.addJob(std::move(C)); } in addCommand() function
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java168 DeferredCommand.addCommand(new ProcessDataCommand(data)); in handlePage()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java163 DeferredCommand.addCommand(onFinished); in execute()
283 DeferredCommand.addCommand(new RenderCommand(onFinished)); in render()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathParser.java180 addCommand(path, current, previousCommand, node[i].mType, node[i].mParams); in nodesToPath()
200 private static void addCommand( in addCommand() method in ShadowPathParser.PathDataNode

12