HomeSort by relevance Sort by last modified time
    Searched defs:sort (Results 226 - 250 of 1315) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
201 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
205 std::sort(Start, End, Comp);
228 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
201 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
205 std::sort(Start, End, Comp);
228 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
201 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
205 std::sort(Start, End, Comp);
228 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
simple_ilist.h 262 /// Sort the list.
264 void sort() { sort(std::less<T>()); } function in class:llvm::simple_ilist
265 template <class Compare> void sort(Compare comp);
293 void simple_ilist<T, Options...>::sort(Compare comp) { function in class:llvm::simple_ilist
307 // Sort the sublists and merge back together.
308 sort(comp);
309 RHS.sort(comp);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Parallel.h 119 // Do a sequential sort for small inputs.
121 std::sort(Start, End, Comp);
199 void sort(Policy policy, RandomAccessIterator Start, RandomAccessIterator End, function in namespace:llvm::parallel
203 std::sort(Start, End, Comp);
226 void sort(parallel_execution_policy policy, RandomAccessIterator Start, function in namespace:llvm::parallel
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserList.py 83 def sort(self, *args, **kwds): self.data.sort(*args, **kwds) member in class:UserList
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 38 def sort(self, _object, _attributes={}, **_arguments): member in class:Finder_Basics_Events
39 """sort: (NOT AVAILABLE YET) Return the specified object(s) in a sorted list
40 Required argument: a list of finder objects to sort
41 Keyword argument by: the property to sort the items by (name, index, date, etc.)
46 _subcode = 'SORT'
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserList.py 83 def sort(self, *args, **kwds): self.data.sort(*args, **kwds) member in class:UserList

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011>>