/external/libcxx/test/libcxx/fuzzing/ |
stable_sort.cpp | 2 //===------------------------ stable_sort.cpp ----------------------------===// 35 assert(0 == fuzzing::stable_sort(data, size));
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
stable_sort.pass.cpp | 16 // stable_sort(Iter first, Iter last); 39 std::stable_sort(save, save+len); 95 std::stable_sort(array, array+N); 99 std::stable_sort(array, array+N); 102 std::stable_sort(array, array+N); 106 std::stable_sort(array, array+N); 110 std::stable_sort(array, array+N); 115 std::stable_sort(array, array+N); 138 std::stable_sort(&d, &d);
|
stable_sort_comp.pass.cpp | 16 // stable_sort(Iter first, Iter last, Compare comp); 66 std::stable_sort(v.begin(), v.end(), first_only()); 79 std::stable_sort(v.begin(), v.end(), indirect_less());
|
/external/pdfium/fpdfsdk/ |
cpdfsdk_annotiteration.cpp | 19 std::stable_sort(copiedList.begin(), copiedList.end(),
|
/external/libcxx/fuzzing/ |
fuzzing.h | 21 int stable_sort (const uint8_t *data, size_t size);
|
fuzz_test.cpp | 110 {"stable_sort", fuzzing::stable_sort},
|
/development/vndk/tools/header-checker/src/repr/ |
ir_dumper.cpp | 60 std::stable_sort(xs.begin(), xs.end(), compare);
|
/external/llvm/lib/Transforms/Instrumentation/ |
MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare());
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare());
|
/external/v8/src/ |
vector.h | 101 std::stable_sort(start() + s, start() + s + l, 107 std::stable_sort(start(), start() + length(), 111 void StableSort() { std::stable_sort(start(), start() + length()); }
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
Statistic.cpp | 121 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), NameCompare());
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
MaximumSpanningTree.h | 69 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare<T>());
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
runtime_key_value_sort.cc | 87 std::stable_sort(indices.get(), indices.get() + sort_dimension_elements,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
SourceCoverageView.cpp | 185 std::stable_sort(ExpansionSubViews.begin(), ExpansionSubViews.end()); 186 std::stable_sort(InstantiationSubViews.begin(), InstantiationSubViews.end());
|
/external/tensorflow/tensorflow/contrib/factorization/kernels/ |
masked_matmul_ops.cc | 166 std::stable_sort(perm.begin(), perm.end(), compare_a_index); 168 std::stable_sort(perm.begin(), perm.end(), compare_b_index);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonShuffler.cpp | 517 std::stable_sort(begin(), end(), HexagonInstr::lessCore); 548 std::stable_sort(begin(), end(), HexagonInstr::lessCore); 572 std::stable_sort(begin(), end(), HexagonInstr::lessCore); 581 std::stable_sort(begin(), end(), HexagonInstr::lessCVI); 637 std::stable_sort(ISJ, Packet.end());
|
/art/compiler/ |
cfi_test.h | 76 std::stable_sort(lines.begin(), lines.end(), CompareByAddress);
|
/external/llvm/lib/ProfileData/Coverage/ |
CoverageMappingWriter.cpp | 112 std::stable_sort(MappingRegions.begin(), MappingRegions.end());
|
/external/llvm/lib/Support/ |
Statistic.cpp | 106 std::stable_sort(Stats.begin(), Stats.end(),
|
/external/llvm/lib/Transforms/Utils/ |
ASanStackFrameLayout.cpp | 63 std::stable_sort(Vars.begin(), Vars.end(), CompareVars);
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMGlobalMerge.cpp | 124 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
SafeStackLayout.cpp | 145 std::stable_sort(StackObjects.begin() + 1, StackObjects.end(),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
ASanStackFrameLayout.cpp | 66 std::stable_sort(Vars.begin(), Vars.end(), CompareVars);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
DAGISelEmitter.cpp | 117 // std::stable_sort with this predicate. 161 std::stable_sort(Patterns.begin(), Patterns.end(),
|
/external/llvm/utils/TableGen/ |
SearchableTableEmitter.cpp | 156 std::stable_sort(SearchTable.begin(), SearchTable.end(), 163 std::stable_sort(SearchTable.begin(), SearchTable.end(),
|