HomeSort by relevance Sort by last modified time
    Searched full:partial_sort (Results 1 - 25 of 69) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/
partial_sort.pass.cpp 16 // partial_sort(Iter first, Iter middle, Iter last);
29 std::partial_sort(array, array+M, array+N);
53 std::partial_sort(&i, &i, &i);
partial_sort_comp.pass.cpp 16 // partial_sort(Iter first, Iter middle, Iter last, Compare comp);
42 std::partial_sort(array, array+M, array+N, std::greater<int>());
66 std::partial_sort(&i, &i, &i);
82 std::partial_sort(v.begin(), v.begin() + v.size()/2, v.end(), indirect_less());
  /external/stlport/test/unit/
partial_test.cpp 65 partial_sort((int*)numbers, (int*)numbers + 3, (int*)numbers + 6);
83 partial_sort(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare);
180 partial_sort(numbers, numbers + s / 2, numbers + s, less_equal<int>());
  /ndk/tests/device/test-gnustl-full/unit/
partial_test.cpp 65 partial_sort((int*)numbers, (int*)numbers + 3, (int*)numbers + 6);
83 partial_sort(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare);
180 partial_sort(numbers, numbers + s / 2, numbers + s, less_equal<int>());
  /ndk/tests/device/test-stlport/unit/
partial_test.cpp 65 partial_sort((int*)numbers, (int*)numbers + 3, (int*)numbers + 6);
83 partial_sort(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare);
180 partial_sort(numbers, numbers + s / 2, numbers + s, less_equal<int>());
  /external/chromium_org/chrome/browser/download/
download_query.cc 329 // DownloadComparator to std::partial_sort. std::partial_sort calls the
333 // the sorter's direction in order to indicate to std::partial_sort whether the
435 std::partial_sort(results->begin(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 87 partial_sort
427 // partial_sort
685 partial_sort(_RAIter, _RAIter, _RAIter);
689 partial_sort(_RAIter, _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 89 partial_sort
432 // partial_sort
689 partial_sort(_RAIter, _RAIter, _RAIter);
693 partial_sort(_RAIter, _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 89 partial_sort
432 // partial_sort
689 partial_sort(_RAIter, _RAIter, _RAIter);
693 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 87 partial_sort
427 // partial_sort
685 partial_sort(_RAIter, _RAIter, _RAIter);
689 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 87 partial_sort
427 // partial_sort
685 partial_sort(_RAIter, _RAIter, _RAIter);
689 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 87 partial_sort
427 // partial_sort
685 partial_sort(_RAIter, _RAIter, _RAIter);
689 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 87 partial_sort
427 // partial_sort
685 partial_sort(_RAIter, _RAIter, _RAIter);
689 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 89 partial_sort
432 // partial_sort
689 partial_sort(_RAIter, _RAIter, _RAIter);
693 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 91 partial_sort
434 // partial_sort
700 partial_sort(_RAIter, _RAIter, _RAIter);
704 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 89 partial_sort
432 // partial_sort
689 partial_sort(_RAIter, _RAIter, _RAIter);
693 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 91 partial_sort
434 // partial_sort
700 partial_sort(_RAIter, _RAIter, _RAIter);
704 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 91 partial_sort
434 // partial_sort
700 partial_sort(_RAIter, _RAIter, _RAIter);
704 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partition.h 27 * std::nth_element(), and std::partial_sort().
411 /** @brief Parallel implementation of std::partial_sort().
algorithmfwd.h 642 partial_sort(_RAIter, _RAIter, _RAIter, _Compare,
647 partial_sort(_RAIter, _RAIter, _RAIter, __gnu_parallel::sequential_tag);
651 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
655 partial_sort(_RAIter, _RAIter, _RAIter);
algo.h 2143 partial_sort(RandomAccessIterator begin, RandomAccessIterator middle, function in namespace:std::__parallel
2151 partial_sort(RandomAccessIterator begin, RandomAccessIterator middle, function in namespace:std::__parallel
2158 partial_sort(RandomAccessIterator begin, RandomAccessIterator middle, function in namespace:std::__parallel
2173 partial_sort(RandomAccessIterator begin, RandomAccessIterator middle, function in namespace:std::__parallel
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
partition.h 27 * std::nth_element(), and std::partial_sort().
415 /** @brief Parallel implementation of std::partial_sort().
algorithmfwd.h 646 partial_sort(_RAIter, _RAIter, _RAIter, _Compare,
651 partial_sort(_RAIter, _RAIter, _RAIter, __gnu_parallel::sequential_tag);
655 partial_sort(_RAIter, _RAIter, _RAIter, _Compare);
659 partial_sort(_RAIter, _RAIter, _RAIter);
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.cc 157 std::partial_sort(remove_list.begin(), remove_list.begin() + remove_quota,
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data.cc 167 std::partial_sort(entries.begin(),

Completed in 459 milliseconds

1 2 3