Home
last modified time | relevance | path

Searched refs:heapSize (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java186 int heapSize = 999; in testHeapIntact() local
189 MinMaxPriorityQueue.expectedSize(heapSize).create(); in testHeapIntact()
196 for (int i = 0; i < heapSize; i++) { in testHeapIntact()
201 assertTrue("MinMaxHeap not intact after " + heapSize + " insertions", in testHeapIntact()
203 assertEquals(heapSize, mmHeap.size()); in testHeapIntact()
204 int currentHeapSize = heapSize; in testHeapIntact()
548 int heapSize = 999; in testRemoveAt() local
551 MinMaxPriorityQueue.expectedSize(heapSize).create(); in testRemoveAt()
552 for (int i = 0; i < heapSize; i++) { in testRemoveAt()
/external/skia/src/core/
DSkBitmapHeap.h112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);