/external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/ |
D | stable_sort.pass.cpp | 33 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()
|
D | Android.mk | 19 test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort 20 test_src := stable_sort.pass.cpp
|
D | stable_sort_comp.pass.cpp | 63 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/ |
D | sort_test.cpp | 57 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/ |
D | symbol_sort.cpp | 143 stable_sort(syms.begin(), syms.end(), in sort() 160 stable_sort(syms.begin(), syms.end(), in sort()
|
/external/stlport/test/eh/ |
D | test_algo.cpp | 188 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/ |
D | RenderLayerStackingNode.cpp | 150 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/ |
D | PageRuleCollector.cpp | 81 std::stable_sort(matchedPageRules.begin(), matchedPageRules.end(), comparePageRules); in matchPageRules()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
|
/external/llvm/lib/Support/ |
D | Statistic.cpp | 113 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), in PrintStatistics()
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | GridPainter.cpp | 67 std::stable_sort(gridItemsToBePainted.begin(), gridItemsToBePainted.end(), GridItemsSorter()); in paintChildren()
|
D | TableSectionPainter.cpp | 141 std::stable_sort(cells.begin(), cells.end(), compareCellPositions); in paintObject()
|
/external/lldb/include/lldb/Core/ |
D | RangeMap.h | 208 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/ |
D | StackSlotColoring.cpp | 203 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in InitializeSlots() 296 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in ColorSlots()
|
D | GlobalMerge.cpp | 154 std::stable_sort(Globals.begin(), Globals.end(), in doMerge()
|
/external/llvm/lib/Transforms/Utils/ |
D | ASanStackFrameLayout.cpp | 67 std::stable_sort(Vars.begin(), Vars.end(), CompareVars); in ComputeASanStackFrameLayout()
|
/external/chromium_org/ui/base/l10n/ |
D | l10n_util_collator.h | 141 stable_sort(elements->begin() + begin_index, in SortVectorWithStringKey()
|
/external/chromium_org/ash/wm/ |
D | mru_window_tracker.cc | 115 std::stable_sort(windows.begin(), windows.end(), CompareWindowState); in BuildWindowListInternal()
|
/external/chromium_org/chromeos/ime/ |
D | component_extension_ime_manager.cc | 188 std::stable_sort(result.begin(), result.end(), InputMethodCompare); in GetAllIMEAsInputMethodDescriptor()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Gradient.cpp | 101 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops); in sortStopsIfNecessary()
|
/external/oprofile/pp/ |
D | opreport.cpp | 194 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/ |
D | oom_dump.cc | 209 std::stable_sort(indices, indices + sizeof(indices)/sizeof(indices[0]), in DumpHeapStats()
|
/external/chromium_org/chrome/browser/android/bookmarks/ |
D | bookmarks_bridge.cc | 259 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/ |
D | graph_algorithms.h | 186 stable_sort(vertex_queue.begin(), vertex_queue.end(), in StableIndependentSetOrdering()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLSrcsetParser.cpp | 286 std::stable_sort(imageCandidates.begin(), imageCandidates.end(), compareByDensity); in pickBestImageCandidate()
|