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

/external/python/cpython2/Lib/multiprocessing/
H A Dheap.py90 class Heap(object): class in inherits:object
239 _heap = Heap()
/external/python/cpython3/Lib/multiprocessing/
H A Dheap.py98 class Heap(object): class in inherits:object
244 _heap = Heap()
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc38 Heap, member in class:__anon3767::OOBKind
92 StrLenOOBTestTemplate(heap_string, length, OOBKind::Heap);
/external/skia/src/gpu/vk/
H A DGrVkGpu.h139 enum Heap { enum in class:GrVkGpu
158 GrVkHeap* getHeap(Heap heap) const { return fHeaps[heap].get(); }
/external/skqp/src/gpu/vk/
H A DGrVkGpu.h155 enum Heap { enum in class:GrVkGpu
174 GrVkHeap* getHeap(Heap heap) const { return fHeaps[heap].get(); }
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp433 struct Heap struct in namespace:vkt::memory::__anon4356
460 vector<Heap> m_heaps;
514 const Heap& heap = m_heaps[heapNdx];
597 Heap& heap = m_heaps[heapNdx];
637 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:__anon29305::__anon29306
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.h28 // Defines all the roots in Heap.
254 // Heap roots that are known to be immortal immovable, for which we can safely
398 explicit PromotionQueue(Heap* heap)
440 Heap* heap_;
529 class Heap { class in class:v8::internal::GarbageCollectionReason
574 explicit RelocationLock(Heap* heap) : heap_(heap) {
581 Heap* heap_;
1053 // Heap root getters.
1343 // Returns the capacity of the heap in bytes w/o growing. Heap grows when
1370 // Heap does
[all...]
H A Dheap.cc55 struct Heap::StrongRootsList {
63 IdleScavengeObserver(Heap& heap, intptr_t step_size)
71 Heap& heap_;
74 Heap::Heap() function in class:v8::internal::Heap
153 current_gc_flags_(Heap::kNoGCFlags),
186 size_t Heap::Capacity() {
192 size_t Heap::OldGenerationCapacity() {
199 size_t Heap::CommittedOldGenerationMemory() {
206 size_t Heap
[all...]
/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/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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 1789 milliseconds