Searched refs:computeCount (Results 1 – 4 of 4) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderTest.java | 563 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local 579 computeCount.incrementAndGet(); in testRemovalNotification_get_basher() 582 computeCount.incrementAndGet(); in testRemovalNotification_get_basher() 627 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher() 630 assertEquals(computeCount.get(), cache.size() + removalListener.size()); in testRemovalNotification_get_basher()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderTest.java | 650 final AtomicInteger computeCount = new AtomicInteger(); in testRemovalNotification_get_basher() local 666 computeCount.incrementAndGet(); in testRemovalNotification_get_basher() 669 computeCount.incrementAndGet(); in testRemovalNotification_get_basher() 714 assertEquals(computeCount.get(), stats.loadSuccessCount()); in testRemovalNotification_get_basher() 717 assertEquals(computeCount.get(), cache.size() + removalListener.size()); in testRemovalNotification_get_basher()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 178 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start, 679 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount() 686 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() function in HexagonHardwareLoops
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonHardwareLoops.cpp | 205 CountValue *computeCount(MachineLoop *Loop, const MachineOperand *Start, 718 return computeCount(L, InitialValue, EndValue, IVReg, IVBump, Cmp); in getLoopTripCount() 725 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, in computeCount() function in HexagonHardwareLoops
|