Home
last modified time | relevance | path

Searched refs:computedCount (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathCoverageTest.cpp122 uint32_t computedCount = in one_d_pe() local
128 computedCount = in one_d_pe()
135 bool isAccurate = (estimatedCount >= computedCount) && in one_d_pe()
136 (estimatedCount <= 2 * computedCount); in one_d_pe()
142 path[2].fX, path[2].fY, computedCount, estimatedCount); in one_d_pe()
/external/skqp/tests/
DPathCoverageTest.cpp122 uint32_t computedCount = in one_d_pe() local
128 computedCount = in one_d_pe()
135 bool isAccurate = (estimatedCount >= computedCount) && in one_d_pe()
136 (estimatedCount <= 2 * computedCount); in one_d_pe()
142 path[2].fX, path[2].fY, computedCount, estimatedCount); in one_d_pe()
/external/skia/src/core/
DSkStrikeCache.cpp330 int computedCount = 0; in validate() local
335 computedCount += 1; in validate()
340 if (fCacheCount != computedCount) { in validate()
341 SkDebugf("fCacheCount: %d, computedCount: %d", fCacheCount, computedCount); in validate()
/external/skqp/src/core/
DSkStrikeCache.cpp617 int computedCount = 0; in validate() local
622 computedCount += 1; in validate()
626 SkASSERTF(fCacheCount == computedCount, "fCacheCount: %d, computedCount: %d", fCacheCount, in validate()
627 computedCount); in validate()
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java498 final AtomicInteger computedCount = new AtomicInteger(); in testRemovalNotification_clear_basher() local
510 computedCount.incrementAndGet(); in testRemovalNotification_clear_basher()
519 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java574 final AtomicInteger computedCount = new AtomicInteger(); in testRemovalNotification_clear_basher() local
586 computedCount.incrementAndGet(); in testRemovalNotification_clear_basher()
595 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher()