Searched defs:sort (Results 76 - 100 of 218) sorted by relevance

123456789

/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_list.h660 void sort() function in class:list
678 void sort(_StrictWeakOrdering __comp) function in class:list
H A D_slist.h790 void sort() { _STLP_PRIV _Slist_sort(*this, less<value_type>()); } function in class:slist
813 void sort(_StrictWeakOrdering __comp) function in class:slist
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_list.h660 void sort() function in class:list
678 void sort(_StrictWeakOrdering __comp) function in class:list
H A D_slist.h790 void sort() { _STLP_PRIV _Slist_sort(*this, less<value_type>()); } function in class:slist
813 void sort(_StrictWeakOrdering __comp) function in class:slist
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dalgo.h45 #include <parallel/sort.h>
1740 // sort interface
1745 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1747 { _GLIBCXX_STD_A::sort(__begin, __end); }
1752 sort(_RAIter __begin, _RAIter __end, _Compare __comp, function in namespace:__parallel
1754 { _GLIBCXX_STD_A::sort<_RAIter, _Compare>(__begin, __end,
1761 sort(_RAIter __begin, _RAIter __end, _Compare __comp, function in namespace:__parallel
1775 sort(__begin, __end, __comp, __gnu_parallel::sequential_tag());
1782 sort(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1786 sort(__begi
1793 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1804 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1815 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1826 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1837 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1848 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1859 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1870 sort(_RAIter __begin, _RAIter __end, _Compare __comp) function in namespace:__parallel
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dalgo.h45 #include <parallel/sort.h>
1742 // sort interface
1747 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1749 { _GLIBCXX_STD_A::sort(__begin, __end); }
1754 sort(_RAIter __begin, _RAIter __end, _Compare __comp, function in namespace:__parallel
1756 { _GLIBCXX_STD_A::sort<_RAIter, _Compare>(__begin, __end,
1763 sort(_RAIter __begin, _RAIter __end, _Compare __comp, function in namespace:__parallel
1777 sort(__begin, __end, __comp, __gnu_parallel::sequential_tag());
1784 sort(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1788 sort(__begi
1795 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1806 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1817 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1828 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1839 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1850 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1861 sort(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1872 sort(_RAIter __begin, _RAIter __end, _Compare __comp) function in namespace:__parallel
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_list.h660 void sort() function in class:list
678 void sort(_StrictWeakOrdering __comp) function in class:list
H A D_slist.h790 void sort() { _STLP_PRIV _Slist_sort(*this, less<value_type>()); } function in class:slist
813 void sort(_StrictWeakOrdering __comp) function in class:slist
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dimaplib.py688 def sort(self, sort_criteria, charset, *search_criteria): member in class:IMAP4
691 (typ, [data]) = <instance>.sort(sort_criteria, charset, search_criteria, ...)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dimaplib.py688 def sort(self, sort_criteria, charset, *search_criteria): member in class:IMAP4
691 (typ, [data]) = <instance>.sort(sort_criteria, charset, search_criteria, ...)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
H A Dstl_algo.h322 // non-zero value, check sort predicate for strict weak ordering.
1929 /// This is a helper function for the sort routines.
1942 /// This is a helper function for the sort routines.
1970 * After the sort if @p i and @j are iterators in the range
2036 * After the sort if @p i and @j are iterators in the range
2094 /// This is a helper function for the sort routine.
2112 /// This is a helper function for the sort routine.
2131 /// This is a helper function for the sort routine.
2154 /// This is a helper function for the sort routine.
2176 /// This is a helper function for the sort routin
5431 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5467 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_algo.h1926 /// This is a helper function for the sort routines.
1939 /// This is a helper function for the sort routines.
1967 * After the sort if @e i and @e j are iterators in the range
2033 * After the sort if @e i and @e j are iterators in the range
2089 /// This is a helper function for the sort routine.
2107 /// This is a helper function for the sort routine.
2126 /// This is a helper function for the sort routine.
2149 /// This is a helper function for the sort routine.
2171 /// This is a helper function for the sort routine.
2184 /// This is a helper function for the sort routin
5438 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5474 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_algo.h1926 /// This is a helper function for the sort routines.
1939 /// This is a helper function for the sort routines.
1967 * After the sort if @e i and @e j are iterators in the range
2033 * After the sort if @e i and @e j are iterators in the range
2089 /// This is a helper function for the sort routine.
2107 /// This is a helper function for the sort routine.
2126 /// This is a helper function for the sort routine.
2149 /// This is a helper function for the sort routine.
2171 /// This is a helper function for the sort routine.
2184 /// This is a helper function for the sort routin
5438 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5474 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_algo.h1926 /// This is a helper function for the sort routines.
1939 /// This is a helper function for the sort routines.
1967 * After the sort if @e i and @e j are iterators in the range
2033 * After the sort if @e i and @e j are iterators in the range
2089 /// This is a helper function for the sort routine.
2107 /// This is a helper function for the sort routine.
2126 /// This is a helper function for the sort routine.
2149 /// This is a helper function for the sort routine.
2171 /// This is a helper function for the sort routine.
2184 /// This is a helper function for the sort routin
5438 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5474 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_algo.h72 // non-zero value, check sort predicate for strict weak ordering.
1933 /// This is a helper function for the sort routines.
1946 /// This is a helper function for the sort routines.
1974 * After the sort if @p i and @j are iterators in the range
2040 * After the sort if @p i and @j are iterators in the range
2098 /// This is a helper function for the sort routine.
2114 /// This is a helper function for the sort routine.
2131 /// This is a helper function for the sort routine.
2154 /// This is a helper function for the sort routine.
2176 /// This is a helper function for the sort routin
5250 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5286 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c903 // sort() and its auxiliary functions.
993 void sort(_RandomAccessIter __first, _RandomAccessIter __last) { function
1006 void sort(_RandomAccessIter __first, _RandomAccessIter __last, _Compare __comp) { function
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_algo.h72 // non-zero value, check sort predicate for strict weak ordering.
1933 /// This is a helper function for the sort routines.
1946 /// This is a helper function for the sort routines.
1974 * After the sort if @p i and @j are iterators in the range
2040 * After the sort if @p i and @j are iterators in the range
2098 /// This is a helper function for the sort routine.
2114 /// This is a helper function for the sort routine.
2131 /// This is a helper function for the sort routine.
2154 /// This is a helper function for the sort routine.
2176 /// This is a helper function for the sort routin
5250 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5286 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c903 // sort() and its auxiliary functions.
993 void sort(_RandomAccessIter __first, _RandomAccessIter __last) { function
1006 void sort(_RandomAccessIter __first, _RandomAccessIter __last, _Compare __comp) { function
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_algo.h72 // non-zero value, check sort predicate for strict weak ordering.
1933 /// This is a helper function for the sort routines.
1946 /// This is a helper function for the sort routines.
1974 * After the sort if @p i and @j are iterators in the range
2040 * After the sort if @p i and @j are iterators in the range
2098 /// This is a helper function for the sort routine.
2114 /// This is a helper function for the sort routine.
2131 /// This is a helper function for the sort routine.
2154 /// This is a helper function for the sort routine.
2176 /// This is a helper function for the sort routin
5250 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5286 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c903 // sort() and its auxiliary functions.
993 void sort(_RandomAccessIter __first, _RandomAccessIter __last) { function
1006 void sort(_RandomAccessIter __first, _RandomAccessIter __last, _Compare __comp) { function
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dstl_algo.h72 // non-zero value, check sort predicate for strict weak ordering.
1933 /// This is a helper function for the sort routines.
1946 /// This is a helper function for the sort routines.
1974 * After the sort if @p i and @j are iterators in the range
2040 * After the sort if @p i and @j are iterators in the range
2098 /// This is a helper function for the sort routine.
2114 /// This is a helper function for the sort routine.
2131 /// This is a helper function for the sort routine.
2154 /// This is a helper function for the sort routine.
2176 /// This is a helper function for the sort routin
5250 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5286 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dstl_algo.h322 // non-zero value, check sort predicate for strict weak ordering.
1929 /// This is a helper function for the sort routines.
1942 /// This is a helper function for the sort routines.
1970 * After the sort if @p i and @j are iterators in the range
2036 * After the sort if @p i and @j are iterators in the range
2094 /// This is a helper function for the sort routine.
2112 /// This is a helper function for the sort routine.
2131 /// This is a helper function for the sort routine.
2154 /// This is a helper function for the sort routine.
2176 /// This is a helper function for the sort routin
5431 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5467 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dstl_algo.h1952 /// This is a helper function for the sort routines.
1965 /// This is a helper function for the sort routines.
1993 * After the sort if @e i and @e j are iterators in the range
2059 * After the sort if @e i and @e j are iterators in the range
2115 /// This is a helper function for the sort routine.
2133 /// This is a helper function for the sort routine.
2152 /// This is a helper function for the sort routine.
2175 /// This is a helper function for the sort routine.
2197 /// This is a helper function for the sort routine.
2210 /// This is a helper function for the sort routin
5463 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5499 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dstl_algo.h322 // non-zero value, check sort predicate for strict weak ordering.
1929 /// This is a helper function for the sort routines.
1942 /// This is a helper function for the sort routines.
1970 * After the sort if @p i and @j are iterators in the range
2036 * After the sort if @p i and @j are iterators in the range
2094 /// This is a helper function for the sort routine.
2112 /// This is a helper function for the sort routine.
2131 /// This is a helper function for the sort routine.
2154 /// This is a helper function for the sort routine.
2176 /// This is a helper function for the sort routin
5431 sort(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5467 sort(_RandomAccessIterator __first, _RandomAccessIterator __last, function
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c903 // sort() and its auxiliary functions.
993 void sort(_RandomAccessIter __first, _RandomAccessIter __last) { function
1006 void sort(_RandomAccessIter __first, _RandomAccessIter __last, _Compare __comp) { function

Completed in 1306 milliseconds

123456789