HomeSort by relevance Sort by last modified time
    Searched refs:checkEmpty (Results 1 - 23 of 23) sorted by null

  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 17 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(keys)
    [all...]
NullCacheTest.java 17 import static com.google.common.cache.CacheTesting.checkEmpty;
56 checkEmpty(cache);
73 checkEmpty(cache);
90 checkEmpty(cache);
105 checkEmpty(cache);
122 checkEmpty(map);
PopulatedCachesTest.java 17 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);
CacheTesting.java 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) {
CacheBuilderTest.java 378 CacheTesting.checkEmpty(nullCache.asMap());
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedTransferQueueTest.java 248 checkEmpty(q);
260 checkEmpty(q);
276 checkEmpty(q);
307 checkEmpty(q);
331 checkEmpty(q);
346 checkEmpty(q);
362 checkEmpty(q);
377 checkEmpty(q);
411 checkEmpty(q);
418 checkEmpty(q)
    [all...]
BlockingQueueTest.java 347 checkEmpty(q);
370 checkEmpty(q);
ArrayBlockingQueueTest.java 431 checkEmpty(q);
447 checkEmpty(q);
478 checkEmpty(q);
828 checkEmpty(q);
PriorityBlockingQueueTest.java 389 checkEmpty(q);
638 checkEmpty(q);
LinkedBlockingQueueTest.java 436 checkEmpty(q);
467 checkEmpty(q);
761 checkEmpty(q);
LinkedBlockingDequeTest.java 747 checkEmpty(q);
778 checkEmpty(q);
    [all...]
DelayQueueTest.java 421 checkEmpty(q);
677 checkEmpty(q);
JSR166TestCase.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedInputStreamTest.java 49 CheckedInputStream checkEmpty = new CheckedInputStream(inEmp, new CRC32());
50 while (checkEmpty.read() >= 0) {
52 assertEquals("the checkSum value of an empty file is not zero", 0, checkEmpty
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
GeometricMean.java 167 checkEmpty();
197 private void checkEmpty() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
SummaryStatistics.java 419 checkEmpty();
448 checkEmpty();
477 checkEmpty();
506 checkEmpty();
535 checkEmpty();
565 checkEmpty();
594 checkEmpty();
623 checkEmpty();
630 private void checkEmpty() {
MultivariateSummaryStatistics.java 420 checkEmpty();
617 private void checkEmpty() {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
PermissionsFrameFragment.java 144 checkEmpty();
149 checkEmpty();
154 checkEmpty();
157 private void checkEmpty() {
  /frameworks/base/core/tests/coretests/src/android/net/
StaticIpConfigurationTest.java 49 private void checkEmpty(StaticIpConfiguration s) {
82 checkEmpty(s);
88 checkEmpty(empty);
  /external/skia/src/core/
SkClipStack.cpp 163 SkDEBUGCODE(this->checkEmpty();)
166 void SkClipStack::Element::checkEmpty() const {
682 SkDEBUGCODE(prior->checkEmpty();)
  /external/skia/include/core/
SkClipStack.h 259 inline void checkEmpty() const;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 517 milliseconds