Home
last modified time | relevance | path

Searched refs:cmdLists (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmNinjaUtilityTargetGenerator.cxx81 std::array<std::vector<cmCustomCommand> const*, 2> const cmdLists = { in WriteUtilBuildStatements() local
85 for (std::vector<cmCustomCommand> const* cmdList : cmdLists) { in WriteUtilBuildStatements()
H A DcmNinjaNormalTargetGenerator.cxx1254 const std::vector<cmCustomCommand>* cmdLists[3] = { in WriteLinkStatement() local
1267 for (cmCustomCommand const& cc : *cmdLists[i]) { in WriteLinkStatement()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmNinjaUtilityTargetGenerator.cxx81 std::array<std::vector<cmCustomCommand> const*, 2> const cmdLists = { in WriteUtilBuildStatements() local
85 for (std::vector<cmCustomCommand> const* cmdList : cmdLists) { in WriteUtilBuildStatements()
H A DcmNinjaNormalTargetGenerator.cxx1254 const std::vector<cmCustomCommand>* cmdLists[3] = { in WriteLinkStatement() local
1267 for (cmCustomCommand const& cc : *cmdLists[i]) { in WriteLinkStatement()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmNinjaUtilityTargetGenerator.cxx81 std::array<std::vector<cmCustomCommand> const*, 2> const cmdLists = { in WriteUtilBuildStatements() local
85 for (std::vector<cmCustomCommand> const* cmdList : cmdLists) { in WriteUtilBuildStatements()
H A DcmNinjaNormalTargetGenerator.cxx1254 const std::vector<cmCustomCommand>* cmdLists[3] = { in WriteLinkStatement() local
1267 for (cmCustomCommand const& cc : *cmdLists[i]) { in WriteLinkStatement()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/animation/
H A Dprovider.py176 def _dryCompose(self, cmdLists, regions, force): argument
185 for cmdList, region in zip(cmdLists, regions):
450 def Compose(self, cmdLists, regions, opacityList, bgcolor, force, nprocs): argument
471 for cmdList, region in zip(cmdLists, regions):