Home
last modified time | relevance | path

Searched refs:stable_sort (Results 1 – 25 of 77) sorted by relevance

1234

/external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
Dstable_sort.pass.cpp33 std::stable_sort(save, save+len); in test_sort_helper()
89 std::stable_sort(array, array+N); in test_larger_sorts()
93 std::stable_sort(array, array+N); in test_larger_sorts()
96 std::stable_sort(array, array+N); in test_larger_sorts()
100 std::stable_sort(array, array+N); in test_larger_sorts()
104 std::stable_sort(array, array+N); in test_larger_sorts()
109 std::stable_sort(array, array+N); in test_larger_sorts()
132 std::stable_sort(&d, &d); in main()
DAndroid.mk19 test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort
20 test_src := stable_sort.pass.cpp
Dstable_sort_comp.pass.cpp63 std::stable_sort(v.begin(), v.end(), first_only()); in test()
76 std::stable_sort(v.begin(), v.end(), indirect_less()); in main()
/external/stlport/test/unit/
Dsort_test.cpp57 stable_sort(numbers, numbers + 6); in stblsrt1()
67 stable_sort(letters, letters + 6, string_less); in stblsrt1()
102 stable_sort(datas, datas + 7); in stblsrt2()
209 stable_sort(numbers, numbers + sizeof(numbers) / sizeof(numbers[0]), less_equal<int>()); in bad_predicate_detected()
/external/oprofile/libpp/
Dsymbol_sort.cpp143 stable_sort(syms.begin(), syms.end(), in sort()
160 stable_sort(syms.begin(), syms.end(), in sort()
/external/stlport/test/eh/
Dtest_algo.cpp188 EH_STD::stable_sort( buf.begin(), buf.end() ); in operator ()()
205 EH_STD::stable_sort( buf.begin(), buf.end(), EH_STD::less<SortClass>() ); in operator ()()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerStackingNode.cpp150 std::stable_sort(m_posZOrderList->begin(), m_posZOrderList->end(), compareZIndex); in rebuildZOrderLists()
153 std::stable_sort(m_negZOrderList->begin(), m_negZOrderList->end(), compareZIndex); in rebuildZOrderLists()
/external/chromium_org/third_party/WebKit/Source/core/css/
DPageRuleCollector.cpp81 std::stable_sort(matchedPageRules.begin(), matchedPageRules.end(), comparePageRules); in matchPageRules()
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
/external/llvm/lib/Support/
DStatistic.cpp113 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), in PrintStatistics()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DGridPainter.cpp67 std::stable_sort(gridItemsToBePainted.begin(), gridItemsToBePainted.end(), GridItemsSorter()); in paintChildren()
DTableSectionPainter.cpp141 std::stable_sort(cells.begin(), cells.end(), compareCellPositions); in paintObject()
/external/lldb/include/lldb/Core/
DRangeMap.h208 std::stable_sort (m_entries.begin(), m_entries.end()); in Sort()
488 std::stable_sort (m_entries.begin(), m_entries.end()); in Sort()
821 std::stable_sort (m_entries.begin(), m_entries.end()); in Sort()
1082 std::stable_sort (m_entries.begin(), m_entries.end()); in Sort()
1432 std::stable_sort (m_entries.begin(), m_entries.end()); in Sort()
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp203 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in InitializeSlots()
296 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in ColorSlots()
DGlobalMerge.cpp154 std::stable_sort(Globals.begin(), Globals.end(), in doMerge()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp67 std::stable_sort(Vars.begin(), Vars.end(), CompareVars); in ComputeASanStackFrameLayout()
/external/chromium_org/ui/base/l10n/
Dl10n_util_collator.h141 stable_sort(elements->begin() + begin_index, in SortVectorWithStringKey()
/external/chromium_org/ash/wm/
Dmru_window_tracker.cc115 std::stable_sort(windows.begin(), windows.end(), CompareWindowState); in BuildWindowListInternal()
/external/chromium_org/chromeos/ime/
Dcomponent_extension_ime_manager.cc188 std::stable_sort(result.begin(), result.end(), InputMethodCompare); in GetAllIMEAsInputMethodDescriptor()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGradient.cpp101 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops); in sortStopsIfNecessary()
/external/oprofile/pp/
Dopreport.cpp194 stable_sort(apps.begin(), apps.end()); in summary_container()
198 stable_sort(ait->deps.begin(), ait->deps.end()); in summary_container()
/external/chromium_org/v8/tools/oom_dump/
Doom_dump.cc209 std::stable_sort(indices, indices + sizeof(indices)/sizeof(indices[0]), in DumpHeapStats()
/external/chromium_org/chrome/browser/android/bookmarks/
Dbookmarks_bridge.cc259 std::stable_sort(top_level_folders.begin() + special_count, in GetTopLevelFolderIDs()
328 std::stable_sort(bookmarkList.begin(), in GetAllFoldersWithDepths()
358 std::stable_sort(bookmarkList.begin(), in GetAllFoldersWithDepths()
/external/ceres-solver/internal/ceres/
Dgraph_algorithms.h186 stable_sort(vertex_queue.begin(), vertex_queue.end(), in StableIndependentSetOrdering()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLSrcsetParser.cpp286 std::stable_sort(imageCandidates.begin(), imageCandidates.end(), compareByDensity); in pickBestImageCandidate()

1234