Searched refs:checkEmpty (Results 1 – 11 of 11) sorted by relevance
17 import static com.google.common.cache.CacheTesting.checkEmpty;47 checkEmpty(cache); in testEmpty()58 checkEmpty(cache); in testInvalidate_empty()68 checkEmpty(cache); in testInvalidateAll_empty()97 checkEmpty(cache); in testGet_null()109 checkEmpty(cache); in testGetUnchecked_null()124 checkEmpty(cache); in testKeySet_nullToArray()152 checkEmpty(keys); in testKeySet_clear()153 checkEmpty(cache); in testKeySet_clear()165 checkEmpty(keys); in testKeySet_empty_remove()[all …]
17 import static com.google.common.cache.CacheTesting.checkEmpty;56 checkEmpty(cache); in testGet()73 checkEmpty(cache); in testGet_expireAfterWrite()90 checkEmpty(cache); in testGet_expireAfterAccess()105 checkEmpty(cache); in testGet_computeNull()122 checkEmpty(map); in testGet_runtimeException()
17 import static com.google.common.cache.CacheTesting.checkEmpty;173 checkEmpty(cache); in testRemove_byKey()189 checkEmpty(cache); in testRemove_byKeyAndValue()215 checkEmpty(keys); in testKeySet_populated()216 checkEmpty(cache); in testKeySet_populated()238 checkEmpty(values); in testValues_populated()239 checkEmpty(cache); in testValues_populated()267 checkEmpty(entries); in testEntrySet_populated()268 checkEmpty(cache); in testEntrySet_populated()
447 static void checkEmpty(Cache<?, ?> cache) {453 checkEmpty(cache.asMap());456 static void checkEmpty(ConcurrentMap<?, ?> map) {457 checkEmpty(map.keySet());458 checkEmpty(map.values());459 checkEmpty(map.entrySet());479 static void checkEmpty(Collection<?> collection) {
378 CacheTesting.checkEmpty(nullCache.asMap()); in testNullCache()
419 checkEmpty(); in setSumImpl()448 checkEmpty(); in setSumsqImpl()477 checkEmpty(); in setMinImpl()506 checkEmpty(); in setMaxImpl()535 checkEmpty(); in setSumLogImpl()565 checkEmpty(); in setGeoMeanImpl()594 checkEmpty(); in setMeanImpl()623 checkEmpty(); in setVarianceImpl()630 private void checkEmpty() { in checkEmpty() method in SummaryStatistics
420 checkEmpty(); in setImpl()617 private void checkEmpty() { in checkEmpty() method in MultivariateSummaryStatistics
167 checkEmpty(); in setSumLogImpl()197 private void checkEmpty() { in checkEmpty() method in GeometricMean
163 SkDEBUGCODE(this->checkEmpty();) in setEmpty()166 void SkClipStack::Element::checkEmpty() const { in checkEmpty() function in SkClipStack::Element682 SkDEBUGCODE(prior->checkEmpty();) in pushElement()
259 inline void checkEmpty() const;
1186 void checkEmpty(BlockingQueue q) {