HomeSort by relevance Sort by last modified time
    Searched refs:computeCount (Results 1 - 6 of 6) sorted by null

  /external/skia/legacy/src/images/
SkImageRefPool.h 40 int computeCount() const;
SkImageRefPool.cpp 100 SkASSERT(computeCount() == fCount);
119 SkASSERT(computeCount() == fCount);
143 SkASSERT(computeCount() == fCount);
149 int SkImageRefPool::computeCount() const {
  /external/skia/src/images/
SkImageRefPool.h 40 int computeCount() const;
SkImageRefPool.cpp 100 SkASSERT(computeCount() == fCount);
119 SkASSERT(computeCount() == fCount);
143 SkASSERT(computeCount() == fCount);
149 int SkImageRefPool::computeCount() const {
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 541 final AtomicInteger computeCount = new AtomicInteger();
556 computeCount.incrementAndGet();
559 computeCount.incrementAndGet();
598 assertEquals(computeCount.get(), stats.loadSuccessCount());
601 assertEquals(computeCount.get(), cache.size() + removalListener.size());
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 146 CountValue *computeCount(MachineLoop *Loop,
611 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp);
618 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop,
    [all...]

Completed in 242 milliseconds