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

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/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/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++/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++/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);
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
90 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
94 make_heap(_RandomAccessIterator __first,
  /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);
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
90 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
94 make_heap(_RandomAccessIterator __first,
  /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);
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
90 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
94 make_heap(_RandomAccessIterator __first,
  /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);
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
90 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
94 make_heap(_RandomAccessIterator __first,
  /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);
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
90 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
94 make_heap(_RandomAccessIterator __first,
  /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);
_heap.h 35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
90 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
94 make_heap(_RandomAccessIterator __first,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 101 make_heap();
102 other.make_heap();
150 make_heap();
157 other.make_heap();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 110 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
111 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
160 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 111 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
112 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
161 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 111 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
112 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
161 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));

Completed in 611 milliseconds

1 2 3 4 5