Searched defs:Heap (Results 1 - 13 of 13) sorted by relevance

/external/openfst/src/include/fst/
H A Dheap.h34 // \class Heap
53 class Heap { class in namespace:fst
57 Heap(Compare comp) : comp_(comp), size_(0) { } function in class:fst::Heap
60 Heap() : size_(0) { } function in class:fst::Heap
62 ~Heap() { }
201 // DISALLOW_COPY_AND_ASSIGN(Heap);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp281 struct Heap struct in namespace:vkt::memory::__anon3822
306 vector<Heap> m_heaps;
362 const Heap& heap = m_heaps[heapNdx];
436 Heap& heap = m_heaps[heapNdx];
475 Heap& heap = m_heaps[heapNdx];
/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java220 private final Heap minHeap;
221 private final Heap maxHeap;
229 this.minHeap = new Heap(ordering);
230 this.maxHeap = new Heap(ordering.reverse());
411 Heap heap = heapForIndex(index);
454 private Heap heapForIndex(int i) {
483 * Each instance of MinMaxPriortyQueue encapsulates two instances of Heap:
488 private class Heap { class in class:MinMaxPriorityQueue
490 Heap otherHeap;
492 Heap(Orderin method in class:MinMaxPriorityQueue.Heap
[all...]
/external/opencv/cv/src/
H A Dcvinpaint.cpp208 //HEAP Heap;
237 icvCalcFMM(const CvMat *f, CvMat *t, CvPriorityQueueFloat *Heap, bool negate) { argument
241 while (Heap->Pop(&ii,&jj)) {
261 Heap->Push(i,j,dist);
280 icvTeleaInpaintFMM(const CvMat *f, CvMat *t, CvMat *out, int range, CvPriorityQueueFloat *Heap ) {
286 while (Heap->Pop(&ii,&jj)) {
392 Heap->Push(i,j,dist);
399 while (Heap->Pop(&ii,&jj)) {
505 Heap->Push(i,j,dist);
514 icvNSInpaintFMM(const CvMat *f, CvMat *t, CvMat *out, int range, CvPriorityQueueFloat *Heap) { argument
732 CvPriorityQueueFloat *Heap = 0, *Out = 0; local
[all...]
/external/valgrind/exp-sgcheck/
H A Dpc_common.c139 } Heap; member in union:__anon19101::__anon19102
184 xe.XE.Heap.addr = a;
185 xe.XE.Heap.sszB = is_write ? -size : size;
186 xe.XE.Heap.vseg = vseg;
352 Addr a = xe->XE.Heap.addr;
353 Seg* vseg = xe->XE.Heap.vseg;
363 readwrite(xe->XE.Heap.sszB),
364 Word__abs(xe->XE.Heap.sszB) );
373 readwrite(xe->XE.Heap.sszB),
374 Word__abs(xe->XE.Heap
[all...]
/external/v8/src/heap/
H A Dheap.h29 // Defines all the roots in Heap.
238 // Heap roots that are known to be immortal immovable, for which we can safely
336 explicit PromotionQueue(Heap* heap)
433 Heap* heap_;
446 class Heap { class in namespace:v8::internal
497 explicit RelocationLock(Heap* heap) : heap_(heap) {
504 Heap* heap_;
690 template<Heap::InvocationMode mode>
982 // Heap root getters.
1231 // Returns the capacity of the heap in bytes w/o growing. Heap grow
[all...]
H A Dheap.cc51 struct Heap::StrongRootsList {
59 IdleScavengeObserver(Heap& heap, intptr_t step_size)
67 Heap& heap_;
70 Heap::Heap() function in class:v8::internal::Heap
157 current_gc_flags_(Heap::kNoGCFlags),
187 intptr_t Heap::Capacity() {
193 intptr_t Heap::OldGenerationCapacity() {
201 intptr_t Heap::CommittedOldGenerationMemory() {
209 intptr_t Heap
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 300 milliseconds