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

/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java17 import static com.google.common.cache.CacheTesting.checkEmpty;
46 checkEmpty(cache);
57 checkEmpty(cache);
67 checkEmpty(cache);
96 checkEmpty(cache);
108 checkEmpty(cache);
123 checkEmpty(cache);
151 checkEmpty(keys);
152 checkEmpty(cache);
164 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);
216 checkEmpty(keys);
217 checkEmpty(cache);
240 checkEmpty(values);
241 checkEmpty(cache);
269 checkEmpty(entries);
270 checkEmpty(cache);
H A DCacheTesting.java440 static void checkEmpty(Cache<?, ?> cache) { method in class:CacheTesting
446 checkEmpty(cache.asMap());
449 static void checkEmpty(ConcurrentMap<?, ?> map) { method in class:CacheTesting
450 checkEmpty(map.keySet());
451 checkEmpty(map.values());
452 checkEmpty(map.entrySet());
472 static void checkEmpty(Collection<?> collection) { method in class:CacheTesting
H A DCacheBuilderTest.java385 CacheTesting.checkEmpty(nullCache.asMap());
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DCheckedInputStreamTest.java64 CheckedInputStream checkEmpty = new CheckedInputStream(inEmp, new CRC32());
65 while (checkEmpty.read() >= 0) {
67 assertEquals("the checkSum value of an empty file is not zero", 0, checkEmpty
/external/skia/src/core/
H A DSkClipStack.cpp34 void SkClipStack::Element::checkEmpty() const { function in class:SkClipStack::Element
534 element->checkEmpty();
578 element->checkEmpty();
611 element->checkEmpty();
/external/skia/include/core/
H A DSkClipStack.h235 inline void checkEmpty() const;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java1184 void checkEmpty(BlockingQueue q) { method in class:JSR166TestCase

Completed in 129 milliseconds