Searched defs:Heap (Results 1 - 14 of 14) 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/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:__anon32795::__anon32796
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/third_party/WebKit/Source/platform/heap/
H A DHeap.h962 class PLATFORM_EXPORT Heap { class in namespace:blink
1167 return Heap::allocate<T>(size);
1313 // STACK_ALLOCATED(): Use if the object is only stack allocated. Heap objects
1327 // automatically by the Heap collections.
1480 Address Heap::allocate(size_t size)
1491 Address Heap::allocate(size_t size)
1497 Address Heap::reallocate(void* previous, size_t size)
1551 return reinterpret_cast<Return>(Heap::allocate<Metadata, HeapIndexTrait<CollectionBackingHeap> >(size));
1561 return reinterpret_cast<Return>(Heap::allocate<Metadata>(size));
/external/chromium_org/v8/src/heap/
H A Dheap.cc53 Heap::Heap() function in class:v8::internal::Heap
160 intptr_t Heap::Capacity() {
170 intptr_t Heap::CommittedMemory() {
180 size_t Heap::CommittedPhysicalMemory() {
194 intptr_t Heap::CommittedMemoryExecutable() {
201 void Heap::UpdateMaximumCommitted() {
211 intptr_t Heap::Available() {
221 bool Heap::HasBeenSetUp() {
228 int Heap
[all...]
H A Dheap.h27 // Defines all the roots in Heap.
211 // Heap roots that are known to be immortal immovable, for which we can safely
346 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap,
373 explicit PromotionQueue(Heap* heap)
459 Heap* heap_;
489 explicit ExternalStringTable(Heap* heap) : heap_(heap) {}
491 friend class Heap;
505 Heap* heap_;
517 class Heap { class in namespace:v8::internal
558 // Returns the capacity of the heap in bytes w/o growing. Heap grow
[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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2693 milliseconds