Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DComputingConcurrentHashMapTest.java84 CountingFunction computingFunction = new CountingFunction(); in testCompute()
106 CountingFunction computingFunction = new CountingFunction(); in testRecordReadOnCompute()
150 CountingFunction computingFunction = new CountingFunction(); in testComputeExistingEntry()
165 CountingFunction computingFunction = new CountingFunction(); in testComputePartiallyCollectedKey()
194 CountingFunction computingFunction = new CountingFunction(); in testComputePartiallyCollectedValue()
224 CountingFunction computingFunction = new CountingFunction(); in testComputeExpiredEntry()
302 private static class CountingFunction implements Function<Object, Object> { class in ComputingConcurrentHashMapTest