Searched refs:stable_sort (Results 1 - 25 of 74) sorted by relevance

123

/external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
H A DAndroid.mk19 test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort
20 test_src := stable_sort.pass.cpp
H A Dstable_sort.pass.cpp16 // stable_sort(Iter first, Iter last);
33 std::stable_sort(save, save+len);
89 std::stable_sort(array, array+N);
93 std::stable_sort(array, array+N);
96 std::stable_sort(array, array+N);
100 std::stable_sort(array, array+N);
104 std::stable_sort(array, array+N);
109 std::stable_sort(array, array+N);
132 std::stable_sort(&d, &d);
H A Dstable_sort_comp.pass.cpp16 // stable_sort(Iter first, Iter last, Compare comp);
63 std::stable_sort(v.begin(), v.end(), first_only());
76 std::stable_sort(v.begin(), v.end(), indirect_less());
/external/stlport/test/unit/
H A Dsort_test.cpp55 //Check that stable_sort do sort
57 stable_sort(numbers, numbers + 6);
67 stable_sort(letters, letters + 6, string_less);
92 //Check that stable_sort is stable:
102 stable_sort(datas, datas + 7);
209 stable_sort(numbers, numbers + sizeof(numbers) / sizeof(numbers[0]), less_equal<int>());
/external/oprofile/libpp/
H A Dsymbol_sort.cpp143 stable_sort(syms.begin(), syms.end(),
160 stable_sort(syms.begin(), syms.end(),
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPageRuleCollector.cpp81 std::stable_sort(matchedPageRules.begin(), matchedPageRules.end(), comparePageRules);
/external/llvm/lib/Support/
H A DStatistic.cpp113 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(),
/external/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerStackingNode.cpp150 std::stable_sort(m_posZOrderList->begin(), m_posZOrderList->end(), compareZIndex);
153 std::stable_sort(m_negZOrderList->begin(), m_negZOrderList->end(), compareZIndex);
/external/stlport/test/eh/
H A Dtest_algo.cpp183 gTestController.SetCurrentTestName("stable_sort() #1");
188 EH_STD::stable_sort( buf.begin(), buf.end() );
200 gTestController.SetCurrentTestName("stable_sort() #2");
205 EH_STD::stable_sort( buf.begin(), buf.end(), EH_STD::less<SortClass>() );
/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc115 std::stable_sort(windows.begin(), windows.end(), CompareWindowState);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DGridPainter.cpp67 std::stable_sort(gridItemsToBePainted.begin(), gridItemsToBePainted.end(), GridItemsSorter());
H A DTableSectionPainter.cpp141 std::stable_sort(cells.begin(), cells.end(), compareCellPositions);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_collator.h141 stable_sort(elements->begin() + begin_index,
/external/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp67 std::stable_sort(Vars.begin(), Vars.end(), CompareVars);
/external/clang/lib/Index/
H A DCommentToXML.cpp194 std::stable_sort(Params.begin(), Params.end(),
197 std::stable_sort(TParams.begin(), TParams.end(),
/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp203 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());
296 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());
/external/chromium_org/chromeos/ime/
H A Dcomponent_extension_ime_manager.cc188 std::stable_sort(result.begin(), result.end(), InputMethodCompare);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradient.cpp101 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc209 std::stable_sort(indices, indices + sizeof(indices)/sizeof(indices[0]),
/external/lldb/include/lldb/Core/
H A DRangeMap.h208 std::stable_sort (m_entries.begin(), m_entries.end());
488 std::stable_sort (m_entries.begin(), m_entries.end());
821 std::stable_sort (m_entries.begin(), m_entries.end());
1082 std::stable_sort (m_entries.begin(), m_entries.end());
1432 std::stable_sort (m_entries.begin(), m_entries.end());
/external/oprofile/pp/
H A Dopreport.cpp194 stable_sort(apps.begin(), apps.end());
198 stable_sort(ait->deps.begin(), ait->deps.end());
/external/ceres-solver/internal/ceres/
H A Dgraph_algorithms.h186 stable_sort(vertex_queue.begin(), vertex_queue.end(),
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLSrcsetParser.cpp286 std::stable_sort(imageCandidates.begin(), imageCandidates.end(), compareByDensity);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp76 std::stable_sort(EI->second.Values.begin(), EI->second.Values.end(), compareDIEs);

Completed in 3457 milliseconds

123