Home
last modified time | relevance | path

Searched refs:commandList (Results 26 – 50 of 707) sorted by relevance

12345678910>>...29

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp203 SetID3D12DescriptorHeaps(commandList); in Apply()
308 ASSERT(commandList != nullptr); in SetID3D12DescriptorHeaps()
599 bindingTracker.SetID3D12DescriptorHeaps(commandList); in RecordCommands()
718 commandList->CopyBufferRegion( in RecordCommands()
895 commandList->ResolveQueryData( in RecordCommands()
1178 commandList->ClearRenderTargetView( in EmulateBeginRenderPass()
1210 commandList->ClearDepthStencilView( in EmulateBeginRenderPass()
1217 commandList->OMSetRenderTargets( in EmulateBeginRenderPass()
1262 commandList->RSSetViewports(1, &viewport); in RecordRenderPass()
1290 indexBufferTracker.Apply(commandList); in RecordRenderPass()
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/UserAction/
H A Dkractionbase.cpp42 QStringList commandList; in exec() local
50 commandList = exp.result(); in exec()
52 commandList << command(); in exec()
56 if (commandList.count() == 1 && commandList[0].trimmed().isEmpty()) in exec()
60 for (QStringList::iterator it = commandList.begin(); it != commandList.end(); ++it) { in exec()
72 proc->start(commandList); in exec()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/xe_hpc_core/
H A Dtest_cmdlist_xe_hpc_core.cpp168 commandList->initialize(device, NEO::EngineGroupType::Compute, 0u); in HWTEST2_F()
184 commandList->appendEventForProfiling(event->toHandle(), false); in HWTEST2_F()
188 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
215 commandList->appendEventForProfiling(event->toHandle(), false); in HWTEST2_F()
219 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
245 commandList->appendSignalEventPostWalker(event->toHandle()); in HWTEST2_F()
249 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
261 commandList->initialize(device, NEO::EngineGroupType::Copy, 0u); in HWTEST2_F()
273 commandList->applyMemoryRangesBarrier(1, sizes, ranges); in HWTEST2_F()
276 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_append_launch_kernel_2.cpp91 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST_F()
483 auto result = commandList->appendEventReset(hEvent); in HWTEST_F()
557 auto result = commandList->appendSignalEvent(hEvent); in HWTEST_F()
808 EXPECT_NE(nullptr, commandList); in HWTEST_F()
840 EXPECT_NE(nullptr, commandList); in HWTEST_F()
870 EXPECT_NE(nullptr, commandList); in HWTEST_F()
896 commandList->reset(); in HWTEST_F()
1165 commandList->destroy(); in TearDown()
1172 WhiteBox<::L0::CommandList> *commandList = nullptr; member
1197 EXPECT_EQ(4u, commandList->partitionCount); in HWCMDTEST_F()
[all …]
H A Dtest_cmdlist_append_memory.cpp188 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
191 commandList->device = device; in HWTEST2_F()
192 commandList->cmdQImmediate = &cmdQueue; in HWTEST2_F()
201 commandList->cmdQImmediate = nullptr; in HWTEST2_F()
210 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
213 commandList->device = device; in HWTEST2_F()
214 commandList->cmdQImmediate = &cmdQueue; in HWTEST2_F()
220 commandList->cmdQImmediate = nullptr; in HWTEST2_F()
251 MockAppendMemoryCopy<gfxCoreFamily> commandList; in HWTEST2_F() local
270 EXPECT_GT(commandList.appendMemoryCopyBlitCalled, 1u); in HWTEST2_F()
[all …]
H A Dtest_cmdlist_append_signal_event.cpp29 auto result = commandList->appendSignalEvent(event->toHandle()); in HWTEST_F()
47 auto result = commandList->appendSignalEvent(event->toHandle()); in HWTEST_F()
106 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
149 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
162 commandList->appendSignalEvent(event->toHandle()); in HWTEST2_F()
194 auto cmdStream = commandList->commandContainer.getCommandStream(); in HWTEST2_F()
205 commandList->partitionCount = packets; in HWTEST2_F()
258 commandList->partitionCount = packets; in HWTEST2_F()
300 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
315 commandList->partitionCount = packets; in HWTEST2_F()
[all …]
H A Dtest_cmdlist_4.cpp32 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
65 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
94 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
129 ASSERT_NE(nullptr, commandList); in HWTEST_F()
131 EXPECT_EQ(device, commandList->device); in HWTEST_F()
140 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST_F()
351 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
395 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
476 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
676 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
[all …]
/dports/audio/pms-devel/pms-c94e3c6/songlist/
H A Dqueue.go43 commandList := client.BeginCommandList()
44 if commandList == nil {
49 commandList.Add(song.StringTags["file"])
51 return commandList.End()
73 commandList := client.BeginCommandList()
74 if commandList == nil {
84 return commandList.End()
122 commandList := client.BeginCommandList()
123 if commandList == nil {
131 commandList.DeleteID(song.ID)
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DCommandHistory.java43 private Lst<String> commandList = null; field in CommandHistory
80 commandList = new Lst<String>(); in reset()
82 commandList.addLast(""); in reset()
97 commandList.removeItemAt(0); in setMaxSize()
142 return commandList.get(cursorPos); in getCommand()
205 if (!commandList.get(i).toUpperCase().startsWith("WRITE HISTORY")) in getSetHistory()
206 str += commandList.get(i) + "\n"; in getSetHistory()
231 String str = commandList.removeItemAt(n); in removeCommand()
247 commandList.removeItemAt(0); in addCommandLine()
250 commandList.add(nextCommand, command); in addCommandLine()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/commandhandler/
H A DnsCommandGroup.cpp192 commandList->AppendElement(aCommand); in AddCommandToGroup()
202 nsTArray<nsCString>* commandList = mGroupsHash.Get(groupKey); in RemoveCommandFromGroup() local
203 if (!commandList) { in RemoveCommandFromGroup()
207 uint32_t numEntries = commandList->Length(); in RemoveCommandFromGroup()
209 nsCString commandString = commandList->ElementAt(i); in RemoveCommandFromGroup()
211 commandList->RemoveElementAt(i); in RemoveCommandFromGroup()
225 nsTArray<nsCString>* commandList = mGroupsHash.Get(groupKey); in IsCommandInGroup() local
226 if (!commandList) { in IsCommandInGroup()
230 uint32_t numEntries = commandList->Length(); in IsCommandInGroup()
232 nsCString commandString = commandList->ElementAt(i); in IsCommandInGroup()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/launcher/
H A DPDALaunchDelegate.java56 List<String> commandList = new ArrayList<>(); in launch() local
68 commandList.add(javaVMExec); in launch()
70 commandList.add("-cp"); //$NON-NLS-1$ in launch()
71commandList.add(File.pathSeparator + DebugCorePlugin.getFileInPlugin(new Path("bin"))); //$NON-NLS… in launch()
73 commandList.add("org.eclipse.debug.examples.pdavm.PDAVirtualMachine"); //$NON-NLS-1$ in launch()
86 commandList.add(file.getLocation().toOSString()); in launch()
97 commandList.add("-debug"); //$NON-NLS-1$ in launch()
98 commandList.add("" + requestPort); //$NON-NLS-1$ in launch()
99 commandList.add("" + eventPort); //$NON-NLS-1$ in launch()
102 String[] commandLine = commandList.toArray(new String[commandList.size()]); in launch()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/debugger/
H A Dtest_l0_debugger_1.cpp327 commandList->destroy(); in HWTEST_F()
360 commandList->destroy(); in HWTEST_F()
391 commandList->destroy(); in HWTEST_F()
420 commandList->reset(); in HWTEST2_F()
423 commandList->destroy(); in HWTEST2_F()
436 commandList->close(); in HWTEST_F()
465 commandList->close(); in HWTEST_F()
501 commandList->destroy(); in HWTEST2_F()
649 commandList->destroy(); in HWTEST_F()
672 commandList->destroy(); in HWTEST_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/cmdqueue/
H A Dcmdqueue_hw.inl87 auto commandList = CommandList::fromHandle(phCommandLists[i]); local
88 if (peekIsCopyOnlyCommandQueue() != commandList->isCopyOnly()) {
92 if (this->activeSubDevices < commandList->partitionCount) {
96 if (commandList->containsCooperativeKernels()) {
168 auto commandList = CommandList::fromHandle(phCommandLists[i]); local
195 …if (commandList->getCommandListPerThreadScratchSize() != 0 || commandList->getCommandListPerThread…
205 commandList->csr = csr;
206 commandList->makeResidentAndMigrate(performMigration);
363 auto commandList = CommandList::fromHandle(phCommandLists[i]); local
420 commandList->migrateSharedAllocations();
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/system/java/org/apache/hadoop/test/system/process/
H A DMultiUserHadoopDaemonRemoteCluster.java87 ArrayList<String> commandList = new ArrayList<String>(); in getCommand() local
88 commandList.add(binaryPath); in getCommand()
89 commandList.add(mangingUser); in getCommand()
90 commandList.add(hostName); in getCommand()
91 commandList.add("--config " in getCommand()
93 return (String[]) commandList.toArray(new String[commandList.size()]); in getCommand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/event/os/
H A DTestProcessStart.java54 List<String> commandList = new ArrayList<>(); in main() local
56 commandList.add("dir"); in main()
58 commandList.add("ls"); in main()
60 commandList.add("*.jfr"); in main()
61 ProcessBuilder pb = new ProcessBuilder(commandList); in main()
65 for (String cmd : commandList) { in main()
70 System.out.println(commandList); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/event/os/
H A DTestProcessStart.java54 List<String> commandList = new ArrayList<>(); in main() local
56 commandList.add("dir"); in main()
58 commandList.add("ls"); in main()
60 commandList.add("*.jfr"); in main()
61 ProcessBuilder pb = new ProcessBuilder(commandList); in main()
65 for (String cmd : commandList) { in main()
70 System.out.println(commandList); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/event/os/
H A DTestProcessStart.java52 List<String> commandList = new ArrayList<>(); in main() local
54 commandList.add("dir"); in main()
56 commandList.add("ls"); in main()
58 commandList.add("*.jfr"); in main()
59 ProcessBuilder pb = new ProcessBuilder(commandList); in main()
63 for (String cmd : commandList) { in main()
68 System.out.println(commandList); in main()
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dppmdfont.c42 struct ppmd_glyphCommand * commandList; in readCharacter() local
46 MALLOCARRAY(commandList, glyphP->header.commandCount); in readCharacter()
48 if (commandList == NULL) in readCharacter()
56 readGlyphCommand(ifP, &commandList[commandNum]); in readCharacter()
58 glyphP->commandList = commandList; in readCharacter()
139 free((void*)fontP->glyphTable[relativeCodePoint].commandList); in ppmd_free_font()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DCommandManager.cpp72 CommandList commandList; in update() local
84 commandList.commandList.push_back(CommandList::CommandListEntry(i, commands)); in update()
87 pNetworkManager->sendCommandList(commandList); in update()
91 void CommandManager::addCommandList(const std::string& playername, const CommandList& commandList) { in addCommandList() argument
97 for(const CommandList::CommandListEntry& commandListEntry : commandList.commandList) { in addCommandList()
/dports/databases/pg_citus/citus-10.2.3/src/include/distributed/
H A Dworker_transaction.h43 List *commandList);
47 List *commandList);
49 extern void SendBareCommandListToMetadataWorkers(List *commandList);
54 List *commandList);
58 List *commandList);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DAbstractCommandBuilder.java101 List<CompileCommand> commandList = new ArrayList<>(); in getStates() local
102 commandList.addAll(optionCommands); in getStates()
103 commandList.addAll(fileCommands); in getStates()
107 State state = getState(commandList, exec); in getStates()
113 private State getState(List<CompileCommand> commandList, in getState() argument
117 for (CompileCommand compileCommand : commandList) { in getState()
146 for (CompileCommand compileCommand : commandList) { in getState()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DAbstractCommandBuilder.java101 List<CompileCommand> commandList = new ArrayList<>(); in getStates() local
102 commandList.addAll(optionCommands); in getStates()
103 commandList.addAll(fileCommands); in getStates()
107 State state = getState(commandList, exec); in getStates()
113 private State getState(List<CompileCommand> commandList, in getState() argument
117 for (CompileCommand compileCommand : commandList) { in getState()
146 for (CompileCommand compileCommand : commandList) { in getState()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DAbstractCommandBuilder.java101 List<CompileCommand> commandList = new ArrayList<>(); in getStates() local
102 commandList.addAll(optionCommands); in getStates()
103 commandList.addAll(fileCommands); in getStates()
107 State state = getState(commandList, exec); in getStates()
113 private State getState(List<CompileCommand> commandList, in getState() argument
117 for (CompileCommand compileCommand : commandList) { in getState()
146 for (CompileCommand compileCommand : commandList) { in getState()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DAbstractCommandBuilder.java101 List<CompileCommand> commandList = new ArrayList<>(); in getStates() local
102 commandList.addAll(optionCommands); in getStates()
103 commandList.addAll(fileCommands); in getStates()
107 State state = getState(commandList, exec); in getStates()
113 private State getState(List<CompileCommand> commandList, in getState() argument
117 for (CompileCommand compileCommand : commandList) { in getState()
146 for (CompileCommand compileCommand : commandList) { in getState()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DAbstractCommandBuilder.java101 List<CompileCommand> commandList = new ArrayList<>(); in getStates() local
102 commandList.addAll(optionCommands); in getStates()
103 commandList.addAll(fileCommands); in getStates()
107 State state = getState(commandList, exec); in getStates()
113 private State getState(List<CompileCommand> commandList, in getState() argument
117 for (CompileCommand compileCommand : commandList) { in getState()
146 for (CompileCommand compileCommand : commandList) { in getState()

12345678910>>...29