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

  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 17 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(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;
172 checkEmpty(cache);
188 checkEmpty(cache);
214 checkEmpty(keys);
215 checkEmpty(cache);
237 checkEmpty(values);
238 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());
  /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() {
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestDtdData.java 169 checkEmpty(m, type, dtdData.ROOT, special, new HashSet<Element>(),
193 private void checkEmpty(Multimap<String, String> m, DtdType type, Element element, Element special, HashSet<Element> seen,
270 checkEmpty(m, type, child, special, seen, parents);
TestDTDAttributes.java 287 // checkEmpty(type);
300 private void checkEmpty(DtdType type) {
  /external/skia/src/core/
SkClipStack.h 251 inline void checkEmpty() const;
SkClipStack.cpp 251 SkDEBUGCODE(this->checkEmpty();)
254 void SkClipStack::Element::checkEmpty() const {
789 SkDEBUGCODE(prior->checkEmpty();)
    [all...]
  /external/skqp/src/core/
SkClipStack.h 251 inline void checkEmpty() const;
SkClipStack.cpp 251 SkDEBUGCODE(this->checkEmpty();)
254 void SkClipStack::Element::checkEmpty() const {
789 SkDEBUGCODE(prior->checkEmpty();)
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java     [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
iomapper.cpp 386 bool checkEmpty(int set, int slot)

Completed in 505 milliseconds