/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
stable_sort.pass.cpp | 16 // 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);
|
stable_sort_comp.pass.cpp | 16 // 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());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/ |
stable_sort.pass.cpp | 16 // 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);
|
stable_sort_comp.pass.cpp | 16 // 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());
|
/ndk/tests/device/test-gnustl-full/unit/ |
sort_test.cpp | 55 //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>());
|
/ndk/tests/device/test-stlport/unit/ |
sort_test.cpp | 55 //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/libchrome/base/test/ |
test_pending_task.h | 44 // - std::stable_sort
|
/external/v8/src/ |
vector.h | 88 std::stable_sort(start() + s, start() + s + l, 94 std::stable_sort(start(), start() + length(), 98 void StableSort() { std::stable_sort(start(), start() + length()); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
algo.h | 1884 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1891 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1900 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1922 stable_sort(_RAIter __begin, _RAIter __end) function in namespace:__parallel 1933 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1944 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1955 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1966 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1977 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1988 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel [all...] |
algorithmfwd.h | 864 stable_sort(_RAIter, _RAIter, __gnu_parallel::sequential_tag); 868 stable_sort(_RAIter, _RAIter, _Compare, __gnu_parallel::sequential_tag); 872 stable_sort(_RAIter, _RAIter); 876 stable_sort(_RAIter, _RAIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
algo.h | 1884 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1891 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1900 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1922 stable_sort(_RAIter __begin, _RAIter __end) function in namespace:__parallel 1933 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1944 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1955 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1966 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1977 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1988 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel [all...] |
algorithmfwd.h | 864 stable_sort(_RAIter, _RAIter, __gnu_parallel::sequential_tag); 868 stable_sort(_RAIter, _RAIter, _Compare, __gnu_parallel::sequential_tag); 872 stable_sort(_RAIter, _RAIter); 876 stable_sort(_RAIter, _RAIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
algo.h | 1884 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1891 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1900 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1922 stable_sort(_RAIter __begin, _RAIter __end) function in namespace:__parallel 1933 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1944 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1955 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1966 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1977 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1988 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel [all...] |
algorithmfwd.h | 864 stable_sort(_RAIter, _RAIter, __gnu_parallel::sequential_tag); 868 stable_sort(_RAIter, _RAIter, _Compare, __gnu_parallel::sequential_tag); 872 stable_sort(_RAIter, _RAIter); 876 stable_sort(_RAIter, _RAIter, _Compare);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
algo.h | 1886 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1893 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1902 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1924 stable_sort(_RAIter __begin, _RAIter __end) function in namespace:__parallel 1935 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1946 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1957 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1968 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1979 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel 1990 stable_sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel [all...] |
algorithmfwd.h | 864 stable_sort(_RAIter, _RAIter, __gnu_parallel::sequential_tag); 868 stable_sort(_RAIter, _RAIter, _Compare, __gnu_parallel::sequential_tag); 872 stable_sort(_RAIter, _RAIter); 876 stable_sort(_RAIter, _RAIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 122 stable_sort 795 stable_sort(_RAIter, _RAIter); 799 stable_sort(_RAIter, _RAIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 122 stable_sort 795 stable_sort(_RAIter, _RAIter); 799 stable_sort(_RAIter, _RAIter, _Compare);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
algorithmfwd.h | 122 stable_sort 795 stable_sort(_RAIter, _RAIter); 799 stable_sort(_RAIter, _RAIter, _Compare);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
algorithmfwd.h | 122 stable_sort 795 stable_sort(_RAIter, _RAIter); 799 stable_sort(_RAIter, _RAIter, _Compare);
|
/art/compiler/ |
cfi_test.h | 67 std::stable_sort(lines.begin(), lines.end(), CompareByAddress);
|
/external/llvm/lib/Support/ |
Statistic.cpp | 111 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(),
|
/external/llvm/lib/Transforms/Instrumentation/ |
MaximumSpanningTree.h | 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare());
|
/external/llvm/lib/Transforms/Utils/ |
ASanStackFrameLayout.cpp | 63 std::stable_sort(Vars.begin(), Vars.end(), CompareVars);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfAccelTable.cpp | 78 std::stable_sort(EI->second.Values.begin(), EI->second.Values.end(), compareDIEs); 106 std::stable_sort(Buckets[i].begin(), Buckets[i].end(),
|