HomeSort by relevance Sort by last modified time
    Searched refs:sort (Results 526 - 550 of 2464) sorted by null

<<21222324252627282930>>

  /external/stlport/test/eh/
test_list.cpp 40 // list sort() member test operation. Does not verify stability.
46 gTestController.SetCurrentTestName("list::sort()");
51 list.sort();
test_slist.cpp 44 gTestController.SetCurrentTestName("slist::sort()");
47 slist.sort();
  /external/strace/linux/
ioctlent.sh 102 # Sort and drop dups?
103 # sort -u <ioctls.h >ioctls1.h && mv ioctls1.h ioctls.h
114 ioctls.h | sort -u)
158 # Sort and drop dups?
159 # sort -u <ioctldefs.h >ioctldefs1.h && mv ioctldefs1.h ioctldefs.h
  /external/v8/test/mjsunit/tools/
profile_view.js 53 // So we can sort it using 2 fields: name and time.
84 view.sort(function(n1, n2) {
  /frameworks/av/include/camera/
CameraMetadata.h 117 * Sort metadata buffer for faster find
119 status_t sort();
  /frameworks/compile/libbcc/tools/build/
gen-build-info.py 115 lib_list.sort()
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
AsciiHprofWriter.java 56 Collections.sort(samples, SAMPLE_COMPARATOR);
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 218 SortedMap sort = tm.headMap("100"); local
220 sort.headMap("50");
462 SortedMap sort = tm.tailMap("99"); local
465 sort.tailMap("101");
  /ndk/build/core/
add-toolchain.mk 85 $(eval NDK_ABI.$(_abi).arch := $(sort $(NDK_ABI.$(_abi).arch) $(_arch)))\
89 NDK_ARCH.$(_arch).abis := $(sort $(NDK_ARCH.$(_arch).abis) $(_abis))
  /ndk/build/tools/
build-libportable.sh 165 sed 's/_wrap_/|/' | awk -F'|' '{print $2}' | sort | uniq | \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval_param.pass.cpp 55 std::sort(u.begin(), u.end());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
eval_param.pass.cpp 57 std::sort(u.begin(), u.end());
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 306 void sort() { _M_impl.sort(); } function in class:list
321 void sort(_StrictWeakOrdering __comp) function in class:list
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 101 void init() { std::sort( m_map.begin(), m_map.end(), p2() ); }
  /packages/apps/Calendar/src/com/android/calendar/alerts/
QuickResponseActivity.java 69 Arrays.sort(responses);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventColorCache.java 87 Arrays.sort(palette.toArray(sortedColors), comparator);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 306 void sort() { _M_impl.sort(); } function in class:list
321 void sort(_StrictWeakOrdering __comp) function in class:list
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 306 void sort() { _M_impl.sort(); } function in class:list
321 void sort(_StrictWeakOrdering __comp) function in class:list
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 306 void sort() { _M_impl.sort(); } function in class:list
321 void sort(_StrictWeakOrdering __comp) function in class:list
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_list.h 306 void sort() { _M_impl.sort(); } function in class:list
321 void sort(_StrictWeakOrdering __comp) function in class:list
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_list.h 306 void sort() { _M_impl.sort(); } function in class:list
321 void sort(_StrictWeakOrdering __comp) function in class:list
322 { _M_impl.sort(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _StrictWeakOrdering>(__comp)); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 501 items.sort()
599 items.sort()
610 items.sort()
619 items.sort()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 30 list.sort()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
list_tests.py 428 u.sort()
432 u.sort()
435 self.assertRaises(TypeError, u.sort, 42, 42)
439 u.sort(revcmp)
446 z.sort(myComparison)
448 self.assertRaises(TypeError, z.sort, 2)
453 self.assertRaises(ValueError, z.sort, selfmodifyingComparison)
455 self.assertRaises(TypeError, z.sort, lambda x, y: 's')
457 self.assertRaises(TypeError, z.sort, 42, 42, 42, 42)
test_mimetypes.py 61 all.sort()

Completed in 1222 milliseconds

<<21222324252627282930>>