Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/cache/
DTestingWeighers.java30 static Weigher<Integer, Object> intKeyWeigher() { in intKeyWeigher() method in TestingWeighers
DCacheEvictionTest.java20 import static com.google.common.cache.TestingWeighers.intKeyWeigher;
326 .weigher(intKeyWeigher()) in testEviction_weightedLru()
370 .weigher(intKeyWeigher()) in testEviction_overweight()
/external/guava/guava-tests/test/com/google/common/cache/
DTestingWeighers.java30 static Weigher<Integer, Object> intKeyWeigher() { in intKeyWeigher() method in TestingWeighers
DCacheEvictionTest.java20 import static com.google.common.cache.TestingWeighers.intKeyWeigher;
326 .weigher(intKeyWeigher()) in testEviction_weightedLru()
370 .weigher(intKeyWeigher()) in testEviction_overweight()