Searched refs:checkMaximumSize (Results 1 – 4 of 4) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 159 checkMaximumSize(1, 8, maxSize); in testSetMaximumSize() 160 checkMaximumSize(2, 8, maxSize); in testSetMaximumSize() 161 checkMaximumSize(4, 8, maxSize); in testSetMaximumSize() 162 checkMaximumSize(8, 8, maxSize); in testSetMaximumSize() 165 checkMaximumSize(1, 8, Integer.MAX_VALUE); in testSetMaximumSize() 166 checkMaximumSize(2, 8, Integer.MAX_VALUE); in testSetMaximumSize() 167 checkMaximumSize(4, 8, Integer.MAX_VALUE); in testSetMaximumSize() 168 checkMaximumSize(8, 8, Integer.MAX_VALUE); in testSetMaximumSize() 173 checkMaximumSize(1, capacity, 4); in testSetMaximumSize() 174 checkMaximumSize(2, capacity, 4); in testSetMaximumSize() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 159 checkMaximumSize(1, 8, maxSize); in testSetMaximumSize() 160 checkMaximumSize(2, 8, maxSize); in testSetMaximumSize() 161 checkMaximumSize(4, 8, maxSize); in testSetMaximumSize() 162 checkMaximumSize(8, 8, maxSize); in testSetMaximumSize() 165 checkMaximumSize(1, 8, Integer.MAX_VALUE); in testSetMaximumSize() 166 checkMaximumSize(2, 8, Integer.MAX_VALUE); in testSetMaximumSize() 167 checkMaximumSize(4, 8, Integer.MAX_VALUE); in testSetMaximumSize() 168 checkMaximumSize(8, 8, Integer.MAX_VALUE); in testSetMaximumSize() 173 checkMaximumSize(1, capacity, 4); in testSetMaximumSize() 174 checkMaximumSize(2, capacity, 4); in testSetMaximumSize() [all …]
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 397 checkMaximumSize(1, 8, maxSize); in testSetMaximumSize() 398 checkMaximumSize(2, 8, maxSize); in testSetMaximumSize() 399 checkMaximumSize(4, 8, maxSize); in testSetMaximumSize() 400 checkMaximumSize(8, 8, maxSize); in testSetMaximumSize() 403 checkMaximumSize(1, 8, Long.MAX_VALUE); in testSetMaximumSize() 404 checkMaximumSize(2, 8, Long.MAX_VALUE); in testSetMaximumSize() 405 checkMaximumSize(4, 8, Long.MAX_VALUE); in testSetMaximumSize() 406 checkMaximumSize(8, 8, Long.MAX_VALUE); in testSetMaximumSize() 411 checkMaximumSize(1, capacity, 4); in testSetMaximumSize() 412 checkMaximumSize(2, capacity, 4); in testSetMaximumSize() [all …]
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 400 checkMaximumSize(1, 8, maxSize); in testSetMaximumSize() 401 checkMaximumSize(2, 8, maxSize); in testSetMaximumSize() 402 checkMaximumSize(4, 8, maxSize); in testSetMaximumSize() 403 checkMaximumSize(8, 8, maxSize); in testSetMaximumSize() 406 checkMaximumSize(1, 8, Long.MAX_VALUE); in testSetMaximumSize() 407 checkMaximumSize(2, 8, Long.MAX_VALUE); in testSetMaximumSize() 408 checkMaximumSize(4, 8, Long.MAX_VALUE); in testSetMaximumSize() 409 checkMaximumSize(8, 8, Long.MAX_VALUE); in testSetMaximumSize() 414 checkMaximumSize(1, capacity, 4); in testSetMaximumSize() 415 checkMaximumSize(2, capacity, 4); in testSetMaximumSize() [all …]
|