Searched refs:checkStrength (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 226 checkStrength(map, Strength.WEAK, Strength.STRONG); in testSetWeakKeys() 232 checkStrength(map, Strength.STRONG, Strength.WEAK); in testSetWeakValues() 238 checkStrength(map, Strength.STRONG, Strength.SOFT); in testSetSoftValues() 242 private static void checkStrength( in checkStrength() method in MapMakerInternalMapTest
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 349 checkStrength(map, Strength.WEAK, Strength.STRONG); in testSetWeakKeys() 355 checkStrength(map, Strength.STRONG, Strength.WEAK); in testSetWeakValues() 361 checkStrength(map, Strength.STRONG, Strength.SOFT); in testSetSoftValues() 365 private static void checkStrength( in checkStrength() method in LocalCacheTest
|