Searched refs:computeCount (Results 1 – 3 of 3) sorted by relevance
100 SkASSERT(computeCount() == fCount); in addToHead()119 SkASSERT(computeCount() == fCount); in addToTail()143 SkASSERT(computeCount() == fCount); in detach()149 int SkImageRefPool::computeCount() const { in computeCount() function in SkImageRefPool
40 int computeCount() const;
541 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local556 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()559 computeCount.incrementAndGet(); in testRemovalNotification_get_basher()598 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher()601 assertEquals(computeCount.get(), cache.size() + removalListener.size()); in testRemovalNotification_get_basher()