HomeSort by relevance Sort by last modified time
    Searched full:heapify (Results 1 - 4 of 4) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 83 Heapify(i);
93 Heapify(0);
148 // heapify subtree rooted at index i.
149 void Heapify(int i) {
164 Heapify(largest);
  /external/webkit/Source/JavaScriptCore/wtf/
NonCopyingSort.h 53 inline void heapify(RandomAccessIterator array, ptrdiff_t count, Predicate compareLess) function in namespace:WTF
67 heapify(start, count, compareLess);
  /libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 207 boolean heapify = true; // true if not known to be in heap order
212 heapify = false;
220 heapify = false;
234 if (heapify)
235 heapify(); method
393 private void heapify() { method in class:PriorityBlockingQueue
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 345 milliseconds