HomeSort by relevance Sort by last modified time
    Searched refs:stable_sort (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
Android.mk 19 test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort
20 test_src := stable_sort.pass.cpp
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());
  /external/chromium_org/cc/test/
ordered_simple_task_runner.cc 32 std::stable_sort(tasks_to_run.begin(),
  /external/stlport/test/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-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/oprofile/libpp/
symbol_sort.cpp 143 stable_sort(syms.begin(), syms.end(),
160 stable_sort(syms.begin(), syms.end(),
  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 81 std::stable_sort(matchedPageRules.begin(), matchedPageRules.end(), comparePageRules);
  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare());
  /external/llvm/lib/Support/
Statistic.cpp 113 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerStackingNode.cpp 150 std::stable_sort(m_posZOrderList->begin(), m_posZOrderList->end(), compareZIndex);
153 std::stable_sort(m_negZOrderList->begin(), m_negZOrderList->end(), compareZIndex);
  /external/stlport/test/eh/
test_algo.cpp 183 gTestController.SetCurrentTestName("stable_sort() #1");
188 EH_STD::stable_sort( buf.begin(), buf.end() );
200 gTestController.SetCurrentTestName("stable_sort() #2");
205 EH_STD::stable_sort( buf.begin(), buf.end(), EH_STD::less<SortClass>() );
  /external/chromium_org/ash/wm/
mru_window_tracker.cc 115 std::stable_sort(windows.begin(), windows.end(), CompareWindowState);
  /external/chromium_org/ui/base/l10n/
l10n_util_collator.h 133 stable_sort(elements->begin() + begin_index,
  /external/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 67 std::stable_sort(Vars.begin(), Vars.end(), CompareVars);
  /external/lldb/include/lldb/Core/
RangeMap.h 208 std::stable_sort (m_entries.begin(), m_entries.end());
488 std::stable_sort (m_entries.begin(), m_entries.end());
821 std::stable_sort (m_entries.begin(), m_entries.end());
1082 std::stable_sort (m_entries.begin(), m_entries.end());
    [all...]
  /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...]
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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...]
  /prebuilts/ndk/9/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...]
  /external/clang/lib/Index/
CommentToXML.cpp 194 std::stable_sort(Params.begin(), Params.end(),
197 std::stable_sort(TParams.begin(), TParams.end(),
    [all...]
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 203 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());
296 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());

Completed in 2022 milliseconds

1 2 3 4 5 6