Searched refs:heapSize (Results 1 – 2 of 2) sorted by relevance
186 int heapSize = 999; in testHeapIntact() local189 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() local551 MinMaxPriorityQueue.expectedSize(heapSize).create(); in testRemoveAt()552 for (int i = 0; i < heapSize; i++) { in testRemoveAt()
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);