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

1 2 3 4 5

  /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/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());
OptimalEdgeProfiling.cpp 143 std::stable_sort(MST.begin(), MST.end());
  /external/llvm/lib/Support/
Statistic.cpp 127 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), NameCompare());
  /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 108 std::stable_sort(windows.begin(), windows.end(), CompareWindowState);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 138 std::stable_sort(imageCandidates.begin(), imageCandidates.end(), compareByScaleFactor);
  /external/chromium_org/ui/base/l10n/
l10n_util_collator.h 133 stable_sort(elements->begin() + begin_index,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algo.h 1853 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1860 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1869 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1889 stable_sort(RandomAccessIterator begin, RandomAccessIterator end) function in namespace:std::__parallel
1900 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1911 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1922 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1933 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1944 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__parallel
1955 stable_sort(RandomAccessIterator begin, RandomAccessIterator end, function in namespace:std::__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...]
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 204 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());
297 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.cpp 107 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 211 std::stable_sort(indices, indices + sizeof(indices)/sizeof(indices[0]),
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 137 std::stable_sort(Aranges.begin(), Aranges.end(), RangeLessThan);
  /external/v8/tools/oom_dump/
oom_dump.cc 210 std::stable_sort(indices, indices + sizeof(indices)/sizeof(indices[0]),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerStackingNode.cpp 227 std::stable_sort(posZOrderList->begin(), posZOrderList->end(), compareZIndex);
230 std::stable_sort(negZOrderList->begin(), negZOrderList->end(), compareZIndex);
  /external/clang/tools/libclang/
CXComment.cpp 521 std::stable_sort(Params.begin(), Params.end(),
524 std::stable_sort(TParams.begin(), TParams.end(),
    [all...]
  /external/oprofile/pp/
opreport.cpp 194 stable_sort(apps.begin(), apps.end());
198 stable_sort(ait->deps.begin(), ait->deps.end());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 117 stable_sort
775 stable_sort(_RAIter, _RAIter);
779 stable_sort(_RAIter, _RAIter, _Compare);

Completed in 1038 milliseconds

1 2 3 4 5