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/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/chromium_org/third_party/WebKit/Source/heap/
H A DHeap.h222 friend class Heap;
317 // FIXME: with ThreadLocalHeaps Heap::contains is not thread safe
403 class HEAP_EXPORT Heap { class in namespace:WebCore
/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:__anon28409::__anon28410
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/chromium_org/v8/src/
H A Dheap.h49 // Defines all the roots in Heap.
310 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap,
339 explicit PromotionQueue(Heap* heap)
423 Heap* heap_;
456 friend class Heap;
470 Heap* heap_;
482 class Heap { class in namespace:v8::internal
525 // Returns the capacity of the heap in bytes w/o growing. Heap grows when
546 // Heap doesn't guarantee that it can allocate an object that requires
1244 // Heap roo
[all...]
H A Dheap.cc68 Heap::Heap() function in class:v8::internal::Heap
126 previous_survival_rate_trend_(Heap::STABLE),
127 survival_rate_trend_(Heap::STABLE),
188 intptr_t Heap::Capacity() {
201 intptr_t Heap::CommittedMemory() {
215 size_t Heap::CommittedPhysicalMemory() {
229 intptr_t Heap::CommittedMemoryExecutable() {
236 void Heap::UpdateMaximumCommitted() {
246 intptr_t 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 ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 414 milliseconds