Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java19 import static com.google.common.cache.TestingWeighers.constantWeigher;
58 .weigher(constantWeigher(1)) in testEviction_setMaxSegmentWeight()
84 .weigher(constantWeigher(2)) in testEviction_maxWeightOneSegment()
119 .weigher(constantWeigher(2)) in testEviction_maxWeight()
DTestingWeighers.java27 static Weigher<Object, Object> constantWeigher(int constant) { in constantWeigher() method in TestingWeighers
DCacheBuilderTest.java24 import static com.google.common.cache.TestingWeighers.constantWeigher;
211 .weigher(constantWeigher(42)); in testWeigher_withoutMaximumWeight()
222 .weigher(constantWeigher(42)) in testWeigher_withMaximumSize()
229 .weigher(constantWeigher(42)); in testWeigher_withMaximumSize()
DCacheBuilderSpecTest.java20 import static com.google.common.cache.TestingWeighers.constantWeigher;
496 .weigher(constantWeigher(42)) in testMaximumWeight_withWeigher()
511 .weigher(constantWeigher(42)) in testMaximumSize_withWeigher()
DLocalCacheTest.java27 import static com.google.common.cache.TestingWeighers.constantWeigher;
324 .weigher(constantWeigher(1))); in checkMaximumSize()