/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
D | stable_sort.pass.cpp | 39 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()
|
D | stable_sort_comp.pass.cpp | 66 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/ |
D | ranker.cc | 39 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/ |
D | HexagonShuffler.cpp | 530 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/ |
D | cpp_padding_optimizer.cc | 188 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/ |
D | RoutineNames.txt | 2 stable_sort
|
D | fuzzing.h | 21 int stable_sort (const uint8_t *data, size_t size);
|
/external/libcxx/test/libcxx/fuzzing/ |
D | stable_sort.cpp | 35 assert(0 == fuzzing::stable_sort(data, size)); in main()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_annotiteration.cpp | 19 std::stable_sort(copiedList.begin(), copiedList.end(), in CPDFSDK_AnnotIteration()
|
/external/libtextclassifier/native/utils/grammar/utils/ |
D | ir.cc | 33 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()
|
D | locale-shard-map.cc | 43 std::stable_sort(locale_list.begin(), locale_list.end(), in LocaleTagsToLocaleList()
|
/external/libtextclassifier/native/utils/ |
D | codepoint-range.cc | 34 std::stable_sort( in SortCodepointRanges()
|
/external/perfetto/src/trace_processor/containers/ |
D | row_map.h | 493 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/ |
D | derivation.h | 50 std::stable_sort(sorted_candidates.begin(), sorted_candidates.end(), in DeduplicateDerivations()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 70 llvm::stable_sort(EdgeVector, EdgeWeightCompare()); in MaximumSpanningTree()
|
/external/perfetto/src/trace_processor/importers/common/ |
D | args_tracker.cc | 67 std::stable_sort(args_.begin(), args_.end(), comparator); in Flush()
|
/external/llvm/utils/TableGen/ |
D | SearchableTableEmitter.cpp | 156 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/ |
D | runtime_key_value_sort.cc | 87 std::stable_sort(indices.get(), indices.get() + sort_dimension_elements, in __xla_cpu_runtime_KeyValueSort()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 78 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/ |
D | SortJavaScriptImports.cpp | 146 std::stable_sort(Indices.begin(), Indices.end(), in analyze() 245 std::stable_sort( in appendReference()
|
/external/llvm/lib/Support/ |
D | Statistic.cpp | 106 std::stable_sort(Stats.begin(), Stats.end(), in sort()
|
/external/llvm/lib/Transforms/Utils/ |
D | ASanStackFrameLayout.cpp | 63 std::stable_sort(Vars.begin(), Vars.end(), CompareVars); in ComputeASanStackFrameLayout()
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 172 std::stable_sort(result.begin(), result.end(), comparator); in Sort()
|
/external/libtextclassifier/native/annotator/datetime/ |
D | regex-parser.cc | 195 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()
|