Home
last modified time | relevance | path

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

1234567

/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
Dstable_sort.pass.cpp39 std::stable_sort(save, save+len); in test_sort_helper()
95 std::stable_sort(array, array+N); in test_larger_sorts()
99 std::stable_sort(array, array+N); in test_larger_sorts()
102 std::stable_sort(array, array+N); in test_larger_sorts()
106 std::stable_sort(array, array+N); in test_larger_sorts()
110 std::stable_sort(array, array+N); in test_larger_sorts()
115 std::stable_sort(array, array+N); in test_larger_sorts()
138 std::stable_sort(&d, &d); in main()
Dstable_sort_comp.pass.cpp66 std::stable_sort(v.begin(), v.end(), first_only()); in test()
79 std::stable_sort(v.begin(), v.end(), indirect_less()); in main()
/external/libtextclassifier/native/actions/
Dranker.cc39 std::stable_sort(actions->begin(), actions->end(), in SortByScoreAndType()
47 std::stable_sort( in SortByPriorityAndScoreAndType()
338 std::stable_sort( in RankActions()
350 std::stable_sort(groups.begin(), groups.end(), in RankActions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp530 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
561 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
585 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
594 std::stable_sort(begin(), end(), HexagonInstr::lessCVI); in check()
650 std::stable_sort(ISJ, Packet.end()); in shuffle()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_padding_optimizer.cc188 std::stable_sort(aligned_to_4[f].begin(), aligned_to_4[f].end()); in OptimizeLayout()
211 std::stable_sort(aligned_to_8[f].begin(), aligned_to_8[f].end()); in OptimizeLayout()
/external/libcxx/fuzzing/
DRoutineNames.txt2 stable_sort
Dfuzzing.h21 int stable_sort (const uint8_t *data, size_t size);
/external/libcxx/test/libcxx/fuzzing/
Dstable_sort.cpp35 assert(0 == fuzzing::stable_sort(data, size)); in main()
/external/pdfium/fpdfsdk/
Dcpdfsdk_annotiteration.cpp19 std::stable_sort(copiedList.begin(), copiedList.end(), in CPDFSDK_AnnotIteration()
/external/libtextclassifier/native/utils/grammar/utils/
Dir.cc33 std::stable_sort( in SortForBinarySearchLookup()
40 std::stable_sort( in SortStructsForBinarySearchLookup()
83 std::stable_sort( in SortedLhsSet()
308 std::stable_sort(terminal_rules.begin(), terminal_rules.end(), in SerializeTerminalRules()
Dlocale-shard-map.cc43 std::stable_sort(locale_list.begin(), locale_list.end(), in LocaleTagsToLocaleList()
/external/libtextclassifier/native/utils/
Dcodepoint-range.cc34 std::stable_sort( in SortCodepointRanges()
/external/perfetto/src/trace_processor/containers/
Drow_map.h493 std::stable_sort(out->begin(), out->end(), in StableSort()
499 std::stable_sort(out->begin(), out->end(), in StableSort()
505 std::stable_sort(out->begin(), out->end(), in StableSort()
/external/libtextclassifier/native/utils/grammar/parsing/
Dderivation.h50 std::stable_sort(sorted_candidates.begin(), sorted_candidates.end(), in DeduplicateDerivations()
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h70 llvm::stable_sort(EdgeVector, EdgeWeightCompare()); in MaximumSpanningTree()
/external/perfetto/src/trace_processor/importers/common/
Dargs_tracker.cc67 std::stable_sort(args_.begin(), args_.end(), comparator); in Flush()
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp156 std::stable_sort(SearchTable.begin(), SearchTable.end(), in emitSearchTable()
163 std::stable_sort(SearchTable.begin(), SearchTable.end(), in emitSearchTable()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_key_value_sort.cc87 std::stable_sort(indices.get(), indices.get() + sort_dimension_elements, in __xla_cpu_runtime_KeyValueSort()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp78 std::stable_sort(EI->second.Values.begin(), EI->second.Values.end(), compareDIEs); in FinalizeTable()
106 std::stable_sort(Buckets[i].begin(), Buckets[i].end(), in FinalizeTable()
/external/clang/lib/Format/
DSortJavaScriptImports.cpp146 std::stable_sort(Indices.begin(), Indices.end(), in analyze()
245 std::stable_sort( in appendReference()
/external/llvm/lib/Support/
DStatistic.cpp106 std::stable_sort(Stats.begin(), Stats.end(), in sort()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp63 std::stable_sort(Vars.begin(), Vars.end(), CompareVars); in ComputeASanStackFrameLayout()
/external/protobuf/src/google/protobuf/
Ddynamic_message.h172 std::stable_sort(result.begin(), result.end(), comparator); in Sort()
/external/libtextclassifier/native/annotator/datetime/
Dregex-parser.cc195 std::stable_sort(indexed_found_spans.begin(), indexed_found_spans.end(), in Parse()
398 std::stable_sort(date_components.begin(), date_components.end(), in ExtractDatetime()

1234567