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

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/wince/
GradientWinCE.cpp 41 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
  /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/llvm/lib/Support/
Statistic.cpp 125 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), NameCompare());
  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 69 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare<T>());
OptimalEdgeProfiling.cpp 143 std::stable_sort(MST.begin(), MST.end());
  /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/webkit/Source/WebCore/platform/graphics/
Gradient.cpp 131 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
148 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 130 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD));
  /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...]
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 192 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());
285 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter());
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 130 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/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.cpp 122 std::stable_sort(surfaces.begin()+1, surfaces.end(), compareSurfaceZ);
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 87 std::stable_sort(PosDepOpts.begin(), PosDepOpts.end(), CompareOption);
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 120 stable_sort
784 stable_sort(_RAIter, _RAIter);
788 stable_sort(_RAIter, _RAIter, _Compare);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 120 stable_sort
784 stable_sort(_RAIter, _RAIter);
788 stable_sort(_RAIter, _RAIter, _Compare);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 117 stable_sort
775 stable_sort(_RAIter, _RAIter);
779 stable_sort(_RAIter, _RAIter, _Compare);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 117 stable_sort
775 stable_sort(_RAIter, _RAIter);
779 stable_sort(_RAIter, _RAIter, _Compare);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 117 stable_sort
775 stable_sort(_RAIter, _RAIter);
779 stable_sort(_RAIter, _RAIter, _Compare);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 85 std::stable_sort(EI->second.begin(), EI->second.end(), compareDIEs);

Completed in 570 milliseconds

1 2 3