/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 517 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 548 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 572 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check() 581 std::stable_sort(begin(), end(), HexagonInstr::lessCVI); in check() 637 std::stable_sort(ISJ, Packet.end()); in shuffle()
|
/external/v8/src/ |
D | vector.h | 101 std::stable_sort(start() + s, start() + s + l, in StableSort() 107 std::stable_sort(start(), start() + length(), in StableSort() 111 void StableSort() { std::stable_sort(start(), start() + length()); } in StableSort()
|
/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/tensorflow/tensorflow/contrib/factorization/kernels/ |
D | masked_matmul_ops.cc | 166 std::stable_sort(perm.begin(), perm.end(), compare_a_index); in Compute() 168 std::stable_sort(perm.begin(), perm.end(), compare_b_index); in Compute()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_annotiteration.cpp | 19 std::stable_sort(copiedList.begin(), copiedList.end(), in CPDFSDK_AnnotIteration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 185 std::stable_sort(ExpansionSubViews.begin(), ExpansionSubViews.end()); in print() 186 std::stable_sort(InstantiationSubViews.begin(), InstantiationSubViews.end()); in print()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 69 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare<T>()); in MaximumSpanningTree()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Statistic.cpp | 121 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), NameCompare()); in PrintStatistics()
|
/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/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 212 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in InitializeSlots() 305 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in ColorSlots()
|
/external/v8/src/compiler/ |
D | instruction-selector-impl.h | 51 std::stable_sort(result.begin(), result.end()); in CasesSortedByOriginalOrder() 56 std::stable_sort(result.begin(), result.end(), in CasesSortedByValue()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMGlobalMerge.cpp | 124 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD)); in doMerge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelEmitter.cpp | 161 std::stable_sort(Patterns.begin(), Patterns.end(), in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStackLayout.cpp | 145 std::stable_sort(StackObjects.begin() + 1, StackObjects.end(), in computeLayout()
|