HomeSort by relevance Sort by last modified time
    Searched refs:make_heap (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
Android.mk 19 test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap
20 test_src := make_heap.pass.cpp
make_heap.pass.cpp 15 // make_heap(Iter first, Iter last);
26 std::make_heap(ia, ia+N);
make_heap_comp.pass.cpp 15 // make_heap(Iter first, Iter last, Compare comp);
38 std::make_heap(ia, ia+N, std::greater<int>());
59 std::make_heap(ia, ia+N, indirect_less());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap.pass.cpp 15 // make_heap(Iter first, Iter last);
26 std::make_heap(ia, ia+N);
make_heap_comp.pass.cpp 15 // make_heap(Iter first, Iter last, Compare comp);
38 std::make_heap(ia, ia+N, std::greater<int>());
59 std::make_heap(ia, ia+N, indirect_less());
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
pop_heap.pass.cpp 26 std::make_heap(ia, ia+N);
pop_heap_comp.pass.cpp 38 std::make_heap(ia, ia+N, std::greater<int>());
59 std::make_heap(ia, ia+N, indirect_less());
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/
sort_heap.pass.cpp 26 std::make_heap(ia, ia+N);
sort_heap_comp.pass.cpp 38 std::make_heap(ia, ia+N, std::greater<int>());
60 std::make_heap(ia, ia+N, indirect_less());
  /external/stlport/test/unit/
heap_test.cpp 39 make_heap(numbers, numbers + 6);
57 make_heap(numbers, numbers + 6, greater<int>());
78 make_heap(v.begin(), v.end());
97 make_heap(v.begin(), v.end(), greater<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
pop_heap.pass.cpp 26 std::make_heap(ia, ia+N);
pop_heap_comp.pass.cpp 38 std::make_heap(ia, ia+N, std::greater<int>());
59 std::make_heap(ia, ia+N, indirect_less());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/
sort_heap.pass.cpp 26 std::make_heap(ia, ia+N);
sort_heap_comp.pass.cpp 38 std::make_heap(ia, ia+N, std::greater<int>());
60 std::make_heap(ia, ia+N, indirect_less());
  /ndk/tests/device/test-gnustl-full/unit/
heap_test.cpp 39 make_heap(numbers, numbers + 6);
57 make_heap(numbers, numbers + 6, greater<int>());
78 make_heap(v.begin(), v.end());
97 make_heap(v.begin(), v.end(), greater<int>());
  /ndk/tests/device/test-stlport/unit/
heap_test.cpp 39 make_heap(numbers, numbers + 6);
57 make_heap(numbers, numbers + 6, greater<int>());
78 make_heap(v.begin(), v.end());
97 make_heap(v.begin(), v.end(), greater<int>());
  /external/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_queue.h 174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 100 make_heap();
101 other.make_heap();
149 make_heap();
156 other.make_heap();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 100 make_heap();
101 other.make_heap();
149 make_heap();
156 other.make_heap();

Completed in 1098 milliseconds

1 2 3 4 5 6 7