Home
last modified time | relevance | path

Searched refs:commandList (Results 76 – 100 of 707) sorted by relevance

12345678910>>...29

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/gen11/
H A Dtest_cmdqueue_thread_arbitration_policy_gen11.cpp58commandList = CommandList::create(productFamily, device, NEO::EngineGroupType::RenderCompute, 0u, … in SetUp()
59 ASSERT_NE(nullptr, commandList); in SetUp()
62 commandList->destroy(); in TearDown()
69 L0::CommandList *commandList = nullptr; member
80 ze_command_list_handle_t hCommandList = commandList->toHandle(); in HWTEST2_F()
111 ze_command_list_handle_t hCommandList = commandList->toHandle(); in HWTEST2_F()
142 ze_command_list_handle_t hCommandList = commandList->toHandle(); in HWTEST2_F()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dmulti_partitioning_utils.c411 List *commandList = NIL; in WorkerFixPartitionConstraintCommandList() local
431 commandList = lappend(commandList, shardQueryString->data); in WorkerFixPartitionConstraintCommandList()
434 return commandList; in WorkerFixPartitionConstraintCommandList()
521 List *commandList = NIL; in WorkerFixPartitionShardIndexNamesCommandList() local
543 commandList = list_concat(commandList, commands); in WorkerFixPartitionShardIndexNamesCommandList()
546 return commandList; in WorkerFixPartitionShardIndexNamesCommandList()
558 List *commandList = NIL; in WorkerFixPartitionShardIndexNamesCommandListForParentShardIndex() local
571 commandList = list_concat(commandList, commands); in WorkerFixPartitionShardIndexNamesCommandListForParentShardIndex()
573 return commandList; in WorkerFixPartitionShardIndexNamesCommandListForParentShardIndex()
624 commandList = lappend(commandList, shardQueryString->data); in WorkerFixPartitionShardIndexNamesCommandListForPartitionIndex()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/fixtures/
H A Dcmdlist_fixture.h25commandList.reset(whitebox_cast(CommandList::create(productFamily, device, NEO::EngineGroupType::R… in SetUp()
44 std::unique_ptr<L0::ult::CommandList> commandList; variable
58commandList.reset(whitebox_cast(CommandList::create(productFamily, device, NEO::EngineGroupType::R… in SetUp()
61commandList.reset(whitebox_cast(CommandList::createImmediate(productFamily, device, &desc, createI… in SetUp()
82 std::unique_ptr<L0::ult::CommandList> commandList; member
/dports/x11-themes/lxqt-themes/lxqt-themes-1.0.0/themes/ambiance/
H A Dlxqt-runner.qss95 #commandList {
104 #commandList::item {
109 #commandList::item:alternate {
114 #commandList::item:hover {
119 #commandList::item:selected {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdqueue/
H A Dtest_cmdqueue_2.cpp123 ASSERT_NE(nullptr, commandList); in HWTEST_TEMPLATED_F()
125 auto commandListHandle = commandList->toHandle(); in HWTEST_TEMPLATED_F()
267 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
268 commandList->partitionCount = 2; in HWTEST2_F()
307 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
334 ASSERT_NE(nullptr, commandList); in HWTEST_F()
335 commandList->partitionCount = 2; in HWTEST_F()
560 ASSERT_NE(nullptr, commandList); in HWTEST2_F()
583 auto handle = commandList->toHandle(); in HWTEST2_F()
794 commandList->commandsToPatch.push_back({}); in HWTEST2_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/experimental/test/unit_tests/sources/tracing/
H A Dtest_core_api_tracing.cpp193 MockCommandList commandList; in TEST_F() local
201 ze_command_list_handle_t command_list_handle = commandList.toHandle(); in TEST_F()
217 MockCommandList commandList; in TEST_F() local
227 ze_command_list_handle_t command_list_handle = commandList.toHandle(); in TEST_F()
247 MockCommandList commandList; in TEST_F() local
257 ze_command_list_handle_t command_list_handle = commandList.toHandle(); in TEST_F()
277 MockCommandList commandList; in TEST_F() local
286 ze_command_list_handle_t command_list_handle = commandList.toHandle(); in TEST_F()
306 MockCommandList commandList; in TEST_F() local
316 ze_command_list_handle_t command_list_handle = commandList.toHandle(); in TEST_F()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/commands/
H A DkpCommandHistoryBase.cpp480 void kpCommandHistoryBase::trimCommandList(QList<kpCommand *> &commandList) in trimCommandList() argument
486 qCDebug(kpLogCommands) << "\tsize=" << commandList.size() in trimCommandList()
491 if ( commandList.size() <= m_undoMinLimit ) in trimCommandList()
504 QList <kpCommand *>::iterator it = commandList.begin (); in trimCommandList()
509 while (it != commandList.end ()) in trimCommandList()
585 const QList <kpCommand *> &commandList) in populatePopupMenu()
593 QList <kpCommand *>::const_iterator it = commandList.begin (); in populatePopupMenu()
595 while (i < 10 && it != commandList.end ()) in populatePopupMenu()
604 if (it != commandList.end ()) in populatePopupMenu()
609 commandList.size () - i)); in populatePopupMenu()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp27 std::unique_ptr<GrD3DDirectCommandList> commandList) { in recycleDirectCommandList() argument
28 commandList.reset(); in recycleDirectCommandList()
29 fAvailableDirectCommandLists.push_back(std::move(commandList)); in recycleDirectCommandList()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/experimental/test/unit_tests/sources/
H A Dtest_cmdlist.cpp34commandList.reset(whitebox_cast(CommandList::create(productFamily, device, NEO::EngineGroupType::R… in SetUp()
63 std::unique_ptr<L0::ult::CommandList> commandList; member in L0::ult::CommandListMemoryExtensionFixture
75 result = commandList->appendWaitOnMemory(nullptr, nullptr, 1u, nullptr); in TEST_F()
85 result = commandList->appendWriteToMemory(nullptr, nullptr, data); in TEST_F()
/dports/x11-themes/lxqt-themes/lxqt-themes-1.0.0/themes/silver/
H A Dlxqt-runner.qss54 #commandList {
64 #commandList::item {
69 #commandList::item:alternate {
74 #commandList::item:hover {
82 #commandList::item:selected {
/dports/x11-themes/lxqt-themes/lxqt-themes-1.0.0/themes/Clearlooks/
H A Dlxqt-runner.qss77 #commandList {
86 #commandList::item {
91 #commandList::item:alternate {
96 #commandList::item:hover {
101 #commandList::item:selected {
/dports/x11-themes/lxqt-themes/lxqt-themes-1.0.0/themes/dark/
H A Dlxqt-runner.qss60 #commandList {
69 #commandList::item {
74 #commandList::item:alternate {
79 #commandList::item:hover {
84 #commandList::item:selected {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/aub_tests/cmdlist/
H A Dappend_kernel_indirect_aub_tests.cpp80 ze_command_list_handle_t cmdListHandle = commandList->toHandle(); in TEST_F()
82 commandList->close(); in TEST_F()
124 ze_command_list_handle_t cmdListHandle = commandList->toHandle(); in TEST_F()
126 commandList->close(); in TEST_F()
162 ze_command_list_handle_t cmdListHandle = commandList->toHandle(); in TEST_F()
194 commandList->close(); in TEST_F()
203 commandList->reset(); in TEST_F()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/command/
H A DCommandSourceFactory.java54 List<String> commandList = new ArrayList<String>(); in createStreamSource() local
56 commandList.add(cmd); in createStreamSource()
59 commandList.add(arg); in createStreamSource()
62 ProcessBuilder processBuilder = new ProcessBuilder(commandList); in createStreamSource()
H A DCommandSinkFactory.java54 List<String> commandList = new ArrayList<String>(); in createStreamSink() local
56 commandList.add(cmd); in createStreamSink()
59 commandList.add(arg); in createStreamSink()
62 ProcessBuilder processBuilder = new ProcessBuilder(commandList); in createStreamSink()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlCommandSet.cs63 List<LocalCommand> commandList = _commandList;
64 if (null == commandList)
68 return commandList;
241 List<LocalCommand> commandList = _commandList; in Clear()
242 if (null != commandList) in Clear()
244 commandList.Clear(); in Clear()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdlist/
H A Dtest_cmdlist_2.cpp449 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
498 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
544 auto &commandContainer = commandList->commandContainer; in HWTEST2_F()
902 commandList->initialize(device, NEO::EngineGroupType::Copy, 0u); in HWTEST2_F()
922 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
935 commandList->initialize(device, NEO::EngineGroupType::Copy, 0u); in HWTEST2_F()
956 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
987 …cmdList, ptrOffset(commandList->commandContainer.getCommandStream()->getCpuBase(), 0), commandList in HWTEST2_F()
1057 MockCommandListHw<gfxCoreFamily> commandList; in HWTEST2_F() local
1061 EXPECT_EQ(commandList.getReserveSshSize(), size); in HWTEST2_F()
[all …]
/dports/multimedia/iriverter/iriverter-0.16/src/org/thestaticvoid/iriverter/
H A DDVD.java198 java.util.List commandList = new ArrayList(); in widgetSelected() local
199 commandList.add(MPlayerInfo.getMPlayerPath() + "mplayer"); in widgetSelected()
200 commandList.add("-dvd-device"); in widgetSelected()
201 commandList.add(getDrive()); in widgetSelected()
202 commandList.add("dvd://" + getTitle()); in widgetSelected()
205 commandList.add("-aid"); in widgetSelected()
206 commandList.add("" + getAudioStream()); in widgetSelected()
210 commandList.add("-sid"); in widgetSelected()
211 commandList.add("" + getSubtitles()); in widgetSelected()
215 String[] command = new String[commandList.size()]; in widgetSelected()
[all …]
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Renderers/PageTemplate/simpletal/
H A DsimpleTAL.py135 self.commandList = None
216 cmndList = self.commandList
592 self.commandList = commands
603 for cmnd, arg in self.commandList:
634 return (self.commandList, 0, len (self.commandList), self.symbolTable)
639 for cmd in self.commandList:
674 self.commandList = parentTemplate.commandList
748 self.commandList = []
830 if command[0] == TAL_OUTPUT and self.commandList and self.commandList[-1][0] == TAL_OUTPUT:
832 self.commandList[-1] = (TAL_OUTPUT, self.commandList[-1][1] + command[1])
[all …]
/dports/devel/py-simpletal/SimpleTAL-4.3/lib/simpletal/
H A DsimpleTAL.py129 self.commandList = None
209 cmndList = self.commandList
584 self.commandList = commands
594 for cmnd, arg in self.commandList:
625 return (self.commandList, 0, len (self.commandList), self.symbolTable)
630 for cmd in self.commandList:
665 self.commandList = parentTemplate.commandList
738 self.commandList = []
819 …if (command[0] == TAL_OUTPUT and (len (self.commandList) > 0) and self.commandList[-1][0] == TAL_O…
821 self.commandList[-1] = (TAL_OUTPUT, self.commandList[-1][1] + command[1])
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/gen9/
H A Dtest_cmdqueue_gen9.cpp60commandList = CommandList::create(productFamily, device, NEO::EngineGroupType::RenderCompute, 0u, … in SetUp()
61 ASSERT_NE(nullptr, commandList); in SetUp()
64 commandList->destroy(); in TearDown()
71 L0::CommandList *commandList = nullptr; member
82 ze_command_list_handle_t hCommandList = commandList->toHandle(); in HWTEST2_F()
113 ze_command_list_handle_t hCommandList = commandList->toHandle(); in HWTEST2_F()
144 ze_command_list_handle_t hCommandList = commandList->toHandle(); in HWTEST2_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandList.cpp22 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList() argument
23 : fCommandList(std::move(commandList)) in GrD3DCommandList()
207 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
210 IID_PPV_ARGS(&commandList))); in Make()
212 auto grCL = new GrD3DDirectCommandList(std::move(allocator), std::move(commandList)); in Make()
218 : GrD3DCommandList(std::move(allocator), std::move(commandList)) in GrD3DDirectCommandList()
514 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
516 nullptr, IID_PPV_ARGS(&commandList))); in Make()
517 auto grCL = new GrD3DCopyCommandList(std::move(allocator), std::move(commandList)); in Make()
522 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList() argument
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dtable.c674 foreach_ptr(command, commandList) in PreprocessAlterTableStmt()
1212 foreach_ptr(command, commandList) in GetAlterTableAddFKeyConstraintList()
1526 foreach_ptr(command, commandList) in SkipForeignKeyValidationIfConstraintIsFkey()
1608 foreach_ptr(command, commandList) in ErrorIfAlterDropsPartitionColumn()
1664 foreach_ptr(command, commandList) in PostprocessAlterTableStmt()
2236 foreach_ptr(command, commandList) in ErrorIfUnsupportedAlterTableStmt()
2383 if (commandList->length > 1) in ErrorIfUnsupportedAlterTableStmt()
2441 if (commandList->length > 1) in ErrorIfUnsupportedAlterTableStmt()
2471 if (commandList->length > 1) in ErrorIfUnsupportedAlterTableStmt()
2506 if (commandList->length > 1) in ErrorIfUnsupportedAlterTableStmt()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/aub_tests/
H A Daub_hello_world_test.cpp31 commandList->appendMemoryCopy(dstMemory, srcMemory, size, 0, 0, nullptr); in TEST_F()
32 commandList->close(); in TEST_F()
33 auto pHCmdList = std::make_unique<ze_command_list_handle_t>(commandList->toHandle()); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/metrics/
H A Dmetric_query_imp.h68 bool getGpuCommands(CommandList &commandList, CommandBufferData_1_0 &commandBuffer);
113 ze_result_t appendBegin(CommandList &commandList) override;
114 ze_result_t appendEnd(CommandList &commandList, ze_event_handle_t hSignalEvent,
125 ze_result_t writeMetricQuery(CommandList &commandList, ze_event_handle_t hSignalEvent,
128 ze_result_t writeSkipExecutionQuery(CommandList &commandList, ze_event_handle_t hSignalEvent,

12345678910>>...29