Searched refs:computedCount (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tests/ |
D | PathCoverageTest.cpp | 122 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/tests/ |
D | PathCoverageTest.cpp | 122 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/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerTest.java | 137 final AtomicInteger computedCount = new AtomicInteger(); in testRemovalNotification_clear_basher() local 145 computedCount.incrementAndGet(); in testRemovalNotification_clear_basher() 154 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher()
|
/external/skqp/src/core/ |
D | SkStrikeCache.cpp | 617 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/skia/src/core/ |
D | SkStrikeCache.cpp | 642 int computedCount = 0; in validate() local 647 computedCount += 1; in validate() 651 SkASSERTF(fCacheCount == computedCount, "fCacheCount: %d, computedCount: %d", fCacheCount, in validate() 652 computedCount); in validate()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderTest.java | 475 final AtomicInteger computedCount = new AtomicInteger(); in testRemovalNotification_clear_basher() local 483 computedCount.incrementAndGet(); in testRemovalNotification_clear_basher() 492 while (computedCount.get() < nThreads) { in testRemovalNotification_clear_basher()
|