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

/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java17 import static com.google.common.cache.CacheTesting.checkEmpty;
48 checkEmpty(cache);
59 checkEmpty(cache);
69 checkEmpty(cache);
98 checkEmpty(cache);
110 checkEmpty(cache);
125 checkEmpty(cache);
153 checkEmpty(keys);
154 checkEmpty(cache);
166 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;
172 checkEmpty(cache);
188 checkEmpty(cache);
214 checkEmpty(keys);
215 checkEmpty(cache);
237 checkEmpty(values);
238 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.h247 inline void checkEmpty() const;
H A DSkClipStack.cpp247 SkDEBUGCODE(this->checkEmpty();)
250 void SkClipStack::Element::checkEmpty() const { function in class:SkClipStack::Element
792 SkDEBUGCODE(prior->checkEmpty();)
/external/skqp/src/core/
H A DSkClipStack.h247 inline void checkEmpty() const;
H A DSkClipStack.cpp247 SkDEBUGCODE(this->checkEmpty();)
250 void SkClipStack::Element::checkEmpty() const { function in class:SkClipStack::Element
792 SkDEBUGCODE(prior->checkEmpty();)
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java1186 void checkEmpty(BlockingQueue q) { method in class:JSR166TestCase
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 837 milliseconds