Searched refs:checkEmpty (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java17 import static com.google.common.cache.CacheTesting.checkEmpty;
47 checkEmpty(cache);
58 checkEmpty(cache);
68 checkEmpty(cache);
97 checkEmpty(cache);
109 checkEmpty(cache);
124 checkEmpty(cache);
152 checkEmpty(keys);
153 checkEmpty(cache);
165 checkEmpty(key
[all...]
H A DNullCacheTest.java17 import static com.google.common.cache.CacheTesting.checkEmpty;
56 checkEmpty(cache);
73 checkEmpty(cache);
90 checkEmpty(cache);
105 checkEmpty(cache);
122 checkEmpty(map);
H A DPopulatedCachesTest.java17 import static com.google.common.cache.CacheTesting.checkEmpty;
173 checkEmpty(cache);
189 checkEmpty(cache);
215 checkEmpty(keys);
216 checkEmpty(cache);
238 checkEmpty(values);
239 checkEmpty(cache);
267 checkEmpty(entries);
268 checkEmpty(cache);
H A DCacheTesting.java447 static void checkEmpty(Cache<?, ?> cache) { method in class:CacheTesting
453 checkEmpty(cache.asMap());
456 static void checkEmpty(ConcurrentMap<?, ?> map) { method in class:CacheTesting
457 checkEmpty(map.keySet());
458 checkEmpty(map.values());
459 checkEmpty(map.entrySet());
479 static void checkEmpty(Collection<?> collection) { method in class:CacheTesting
H A DCacheBuilderTest.java378 CacheTesting.checkEmpty(nullCache.asMap());
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DGeometricMean.java167 checkEmpty();
197 private void checkEmpty() { method in class:GeometricMean
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DSummaryStatistics.java419 checkEmpty();
448 checkEmpty();
477 checkEmpty();
506 checkEmpty();
535 checkEmpty();
565 checkEmpty();
594 checkEmpty();
623 checkEmpty();
630 private void checkEmpty() { method in class:SummaryStatistics
H A DMultivariateSummaryStatistics.java420 checkEmpty();
617 private void checkEmpty() { method in class:MultivariateSummaryStatistics
/external/skia/src/core/
H A DSkClipStack.cpp163 SkDEBUGCODE(this->checkEmpty();)
166 void SkClipStack::Element::checkEmpty() const { function in class:SkClipStack::Element
682 SkDEBUGCODE(prior->checkEmpty();)
/external/skia/include/core/
H A DSkClipStack.h259 inline void checkEmpty() const;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java1186 void checkEmpty(BlockingQueue q) { method in class:JSR166TestCase

Completed in 1611 milliseconds