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

1 2 3

  /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/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,
  /prebuilt/ndk/android-ndk-r5/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,
  /prebuilt/ndk/android-ndk-r6/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,
  /prebuilt/ndk/android-ndk-r7/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,
  /prebuilt/linux-x86/toolchain/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));
constructors_destructor_fn_imps.hpp 65 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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));
constructors_destructor_fn_imps.hpp 65 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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));
constructors_destructor_fn_imps.hpp 65 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/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));
  /external/llvm/include/llvm/ADT/
PriorityQueue.h 72 std::make_heap(this->c.begin(), this->c.end(), this->comp);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_queue.h 401 { std::make_heap(c.begin(), c.end(), comp); }
407 { std::make_heap(c.begin(), c.end(), comp); }
413 { std::make_heap(c.begin(), c.end(), comp); }
440 std::make_heap(c.begin(), c.end(), comp);
451 std::make_heap(c.begin(), c.end(), comp);
462 std::make_heap(c.begin(), c.end(), comp);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 401 { std::make_heap(c.begin(), c.end(), comp); }
407 { std::make_heap(c.begin(), c.end(), comp); }
413 { std::make_heap(c.begin(), c.end(), comp); }
440 std::make_heap(c.begin(), c.end(), comp);
451 std::make_heap(c.begin(), c.end(), comp);
462 std::make_heap(c.begin(), c.end(), comp);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 401 { std::make_heap(c.begin(), c.end(), comp); }
407 { std::make_heap(c.begin(), c.end(), comp); }
413 { std::make_heap(c.begin(), c.end(), comp); }
440 std::make_heap(c.begin(), c.end(), comp);
451 std::make_heap(c.begin(), c.end(), comp);
462 std::make_heap(c.begin(), c.end(), comp);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_queue.h 401 { std::make_heap(c.begin(), c.end(), comp); }
407 { std::make_heap(c.begin(), c.end(), comp); }
413 { std::make_heap(c.begin(), c.end(), comp); }
440 std::make_heap(c.begin(), c.end(), comp);
451 std::make_heap(c.begin(), c.end(), comp);
462 std::make_heap(c.begin(), c.end(), comp);

Completed in 515 milliseconds

1 2 3