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

12 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 854 stable_sort(_RAIter, _RAIter, __gnu_parallel::sequential_tag);
858 stable_sort(_RAIter, _RAIter, _Compare, __gnu_parallel::sequential_tag);
862 stable_sort(_RAIter, _RAIter);
866 stable_sort(_RAIter, _RAIter, _Compare);
multiway_mergesort.h 253 __gnu_sequential::stable_sort(begin, end, comp);
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 465 std::stable_sort(Results, Results + NumResults);
SemaStmt.cpp 719 std::stable_sort(CaseVals.begin(), CaseVals.end(), CmpCaseVals);
745 std::stable_sort(CaseRanges.begin(), CaseRanges.end());
881 std::stable_sort(EnumVals.begin(), EnumVals.end(), CmpEnumVals);
    [all...]
  /external/stlport/stlport/stl/
_algo.h 422 // stable_sort() and its auxiliary functions.
424 void stable_sort(_RandomAccessIter __first,
428 void stable_sort(_RandomAccessIter __first,
_algo.c 1197 void stable_sort(_RandomAccessIter __first, function
1207 void stable_sort(_RandomAccessIter __first, function
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 709 std::stable_sort(sublayers.begin(), sublayers.end(), compareLayerZ);
850 std::stable_sort(sublayers.begin(), sublayers.end(), compareLayerZ);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 422 // stable_sort() and its auxiliary functions.
424 void stable_sort(_RandomAccessIter __first,
428 void stable_sort(_RandomAccessIter __first,
_algo.c 1197 void stable_sort(_RandomAccessIter __first, function
1207 void stable_sort(_RandomAccessIter __first, function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 422 // stable_sort() and its auxiliary functions.
424 void stable_sort(_RandomAccessIter __first,
428 void stable_sort(_RandomAccessIter __first,
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 422 // stable_sort() and its auxiliary functions.
424 void stable_sort(_RandomAccessIter __first,
428 void stable_sort(_RandomAccessIter __first,
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 422 // stable_sort() and its auxiliary functions.
424 void stable_sort(_RandomAccessIter __first,
428 void stable_sort(_RandomAccessIter __first,
  /external/chromium/net/proxy/
proxy_resolver_v8.cc 288 std::stable_sort(ip_vector.begin(), ip_vector.end());
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 554 std::stable_sort(connections_.begin(), connections_.end(), cmp);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 193 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P);
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 587 std::stable_sort(FreqPairs.begin(), FreqPairs.end());
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 565 std::stable_sort(candidateFontFaces.begin(), candidateFontFaces.end(), compareFontFaces);
CSSGradientValue.cpp 82 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 155 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 155 std::stable_sort(Values.begin()+CstStart, Values.begin()+CstEnd, P);
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 724 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops.end(), LoopCompare(*SE.DT));
792 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops.end(), LoopCompare(*SE.DT));
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/oprofile/libpp/
arrange_profiles.cpp 683 stable_sort(classes.v.begin(), classes.v.end());
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp     [all...]

Completed in 2199 milliseconds

12 3