Searched defs:Heap (Results 1 - 10 of 10) 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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h30 // \class Heap
47 class Heap { class in namespace:fst
51 Heap(Compare comp) : comp_(comp), size_(0) { } function in class:fst::Heap
54 Heap() : size_(0) { } function in class:fst::Heap
56 ~Heap() { }
189 // DISALLOW_EVIL_CONSTRUCTORS(Heap);
/external/webkit/Source/JavaScriptCore/heap/
H A DHeap.cpp22 #include "Heap.h"
43 Heap::Heap(JSGlobalData* globalData) function in class:JSC::Heap
58 Heap::~Heap()
64 void Heap::destroy()
91 void Heap::reportExtraMemoryCostSlowCase(size_t cost)
109 void* Heap::allocateSlowCase(size_t bytes)
132 void Heap::protect(JSValue k)
143 bool Heap
[all...]
H A DHeap.h54 class Heap { class in namespace:JSC
55 WTF_MAKE_NONCOPYABLE(Heap);
57 static Heap* heap(JSValue); // 0 for immediate values
58 static Heap* heap(JSCell*);
64 Heap(JSGlobalData*);
65 ~Heap();
66 void destroy(); // JSGlobalData must call destroy() before ~Heap().
145 inline bool Heap::isMarked(const JSCell* cell)
150 inline bool Heap::testAndSetMarked(const JSCell* cell)
155 inline void Heap
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java219 private final Heap minHeap;
220 private final Heap maxHeap;
228 this.minHeap = new Heap(ordering);
229 this.maxHeap = new Heap(ordering.reverse());
410 Heap heap = heapForIndex(index);
453 private Heap heapForIndex(int i) {
482 * Each instance of MinMaxPriortyQueue encapsulates two instances of Heap:
487 private class Heap { class in class:MinMaxPriorityQueue
489 Heap otherHeap;
491 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/main/exp-sgcheck/
H A Dpc_common.c139 } Heap; member in union:__anon12525::__anon12526
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/
H A Dheap.h48 // Defines all the roots in Heap.
255 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap,
280 // The all static Heap captures the interface to the global object heap.
292 explicit PromotionQueue(Heap* heap)
376 Heap* heap_;
409 friend class Heap;
423 Heap* heap_;
434 class Heap { class in namespace:v8::internal
473 // Returns the capacity of the heap in bytes w/o growing. Heap grows when
484 // Heap does
[all...]
H A Dheap.cc66 Heap::Heap() function in class:v8::internal::Heap
140 previous_survival_rate_trend_(Heap::STABLE),
141 survival_rate_trend_(Heap::STABLE),
183 intptr_t Heap::Capacity() {
195 intptr_t Heap::CommittedMemory() {
207 intptr_t Heap::CommittedMemoryExecutable() {
214 intptr_t Heap::Available() {
226 bool Heap::HasBeenSetUp() {
236 int 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 ...

Completed in 480 milliseconds