Home
last modified time | relevance | path

Searched refs:resourcesSorted (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestBinPacker.cxx102 std::vector<std::string> resourcesSorted; in AllocateCTestResources() local
103 resourcesSorted.reserve(resources.size()); in AllocateCTestResources()
105 resourcesSorted.push_back(res.first); in AllocateCTestResources()
128 std::vector<std::string>& resourcesSorted) in InitialSort() argument
131 resourcesSorted.rbegin(), resourcesSorted.rend(), in InitialSort()
143 while (i < resourcesSorted.size() - 1 && in IncrementalSort()
146 resourcesSorted[i] = resourcesSorted[i + 1]; in IncrementalSort()
149 resourcesSorted[i] = tmp; in IncrementalSort()
169 resourcesSorted.rbegin(), resourcesSorted.rend(), in InitialSort()
182 resourcesSorted[i] = resourcesSorted[i - 1]; in IncrementalSort()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestBinPacker.cxx102 std::vector<std::string> resourcesSorted; in AllocateCTestResources() local
103 resourcesSorted.reserve(resources.size()); in AllocateCTestResources()
105 resourcesSorted.push_back(res.first); in AllocateCTestResources()
128 std::vector<std::string>& resourcesSorted) in InitialSort() argument
131 resourcesSorted.rbegin(), resourcesSorted.rend(), in InitialSort()
143 while (i < resourcesSorted.size() - 1 && in IncrementalSort()
146 resourcesSorted[i] = resourcesSorted[i + 1]; in IncrementalSort()
149 resourcesSorted[i] = tmp; in IncrementalSort()
169 resourcesSorted.rbegin(), resourcesSorted.rend(), in InitialSort()
182 resourcesSorted[i] = resourcesSorted[i - 1]; in IncrementalSort()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestBinPacker.cxx102 std::vector<std::string> resourcesSorted; in AllocateCTestResources() local
103 resourcesSorted.reserve(resources.size()); in AllocateCTestResources()
105 resourcesSorted.push_back(res.first); in AllocateCTestResources()
128 std::vector<std::string>& resourcesSorted) in InitialSort() argument
131 resourcesSorted.rbegin(), resourcesSorted.rend(), in InitialSort()
143 while (i < resourcesSorted.size() - 1 && in IncrementalSort()
146 resourcesSorted[i] = resourcesSorted[i + 1]; in IncrementalSort()
149 resourcesSorted[i] = tmp; in IncrementalSort()
169 resourcesSorted.rbegin(), resourcesSorted.rend(), in InitialSort()
182 resourcesSorted[i] = resourcesSorted[i - 1]; in IncrementalSort()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/
H A DResourceListSelectionDialog.java101 boolean resourcesSorted = true; field in ResourceListSelectionDialog.ResourceDescriptor
791 current.resourcesSorted = false; in initDescriptors()
794 current.resourcesSorted = false; in initDescriptors()
869 if (!desc.resourcesSorted) { in updateFolders()
876 desc.resourcesSorted = true; in updateFolders()