Searched refs:checkMaximumSize (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 191 checkMaximumSize(1, 8, maxSize); in testSetMaximumSize() 192 checkMaximumSize(2, 8, maxSize); in testSetMaximumSize() 193 checkMaximumSize(4, 8, maxSize); in testSetMaximumSize() 194 checkMaximumSize(8, 8, maxSize); in testSetMaximumSize() 197 checkMaximumSize(1, 8, Integer.MAX_VALUE); in testSetMaximumSize() 198 checkMaximumSize(2, 8, Integer.MAX_VALUE); in testSetMaximumSize() 199 checkMaximumSize(4, 8, Integer.MAX_VALUE); in testSetMaximumSize() 200 checkMaximumSize(8, 8, Integer.MAX_VALUE); in testSetMaximumSize() 205 checkMaximumSize(1, capacity, 4); in testSetMaximumSize() 206 checkMaximumSize(2, capacity, 4); in testSetMaximumSize() [all …]
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 287 checkMaximumSize(1, 8, maxSize); in testSetMaximumSize() 288 checkMaximumSize(2, 8, maxSize); in testSetMaximumSize() 289 checkMaximumSize(4, 8, maxSize); in testSetMaximumSize() 290 checkMaximumSize(8, 8, maxSize); in testSetMaximumSize() 293 checkMaximumSize(1, 8, Long.MAX_VALUE); in testSetMaximumSize() 294 checkMaximumSize(2, 8, Long.MAX_VALUE); in testSetMaximumSize() 295 checkMaximumSize(4, 8, Long.MAX_VALUE); in testSetMaximumSize() 296 checkMaximumSize(8, 8, Long.MAX_VALUE); in testSetMaximumSize() 301 checkMaximumSize(1, capacity, 4); in testSetMaximumSize() 302 checkMaximumSize(2, capacity, 4); in testSetMaximumSize() [all …]
|