Searched refs:isEmpty (Results 176 - 200 of 1347) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/collect/
H A DMultisetsTest.java45 assertTrue(set.isEmpty());
55 assertTrue(set.isEmpty());
76 ASSERT.that(multiset).isEmpty();
84 assertTrue(multiset.isEmpty());
115 ASSERT.that(Multisets.intersection(ms1, ms2)).isEmpty();
121 ASSERT.that(Multisets.intersection(ms1, ms2)).isEmpty();
199 assertTrue(multiset.isEmpty());
257 ASSERT.that(Multisets.copyHighestCountFirst(ImmutableMultiset.of())).isEmpty();
/external/guava/guava-tests/test/com/google/common/io/
H A DCharSinkTester.java125 String expected = expectedLines.isEmpty()
128 if (!lines.isEmpty()) {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAtomicLongMapTest.java59 assertFalse(map.isEmpty());
80 assertTrue(!map.isEmpty());
113 assertTrue(!map.isEmpty());
146 assertTrue(!map.isEmpty());
179 assertTrue(!map.isEmpty());
214 assertTrue(!map.isEmpty());
249 assertTrue(!map.isEmpty());
284 assertTrue(!map.isEmpty());
309 assertTrue(map.isEmpty());
319 assertFalse(map.isEmpty());
[all...]
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DMainProcessor.java47 kp = keepList.isEmpty() ? null : new KeepProcessor(keepList);
64 if (!excludes.isEmpty())
/external/javassist/src/main/javassist/scopedpool/
H A DSoftValueHashMap.java152 public boolean isEmpty() { method in class:SoftValueHashMap
154 return hash.isEmpty();
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
H A DRagdollPreset.java29 if (boneMap.isEmpty()) {
32 if (lexicon.isEmpty()) {
/external/junit/src/org/junit/runner/
H A DDescription.java132 return getChildren().isEmpty();
168 public boolean isEmpty() { method in class:Description
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
H A DPhoneNumberToTimeZonesMapper.java175 return Collections.unmodifiableList(timezones.isEmpty() ? UNKNOWN_TIME_ZONE_LIST
188 return Collections.unmodifiableList(timezones.isEmpty() ? UNKNOWN_TIME_ZONE_LIST
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DPath.java54 return all.isEmpty() ? null : all.get(0);
66 } else if (path.isEmpty()) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java173 if (this.isClosed && this.buffList.isEmpty())
177 while (this.buffList.isEmpty()) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHandshake.java88 return !peerCertificates.isEmpty()
100 return !localCertificates.isEmpty()
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java166 overflowEntries = overflowEntries.isEmpty() ?
195 return overflowEntries.isEmpty() ?
263 if (!entryList.isEmpty()) {
266 if (!overflowEntries.isEmpty()) {
288 if (overflowEntries.isEmpty()) {
298 if (!overflowEntries.isEmpty()) {
378 if (overflowEntries.isEmpty() && !(overflowEntries instanceof TreeMap)) {
390 if (entryList.isEmpty() && !(entryList instanceof ArrayList)) {
/external/replicaisland/src/com/replica/replicaisland/
H A DEventReporter.java33 if (mEvents.isEmpty()) {
34 while (mEvents.isEmpty() && !mDone) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAccount.java54 if (TextUtils.isEmpty(name) || TextUtils.isEmpty(type)) throw new IllegalArgumentException();
H A DShadowAlarmManager.java53 if (scheduledAlarms.isEmpty()) {
68 if (scheduledAlarms.isEmpty()) {
/external/skia/experimental/tools/
H A Dmultipage_pdf_profiler.cpp55 if (FLAGS_readPath.isEmpty()) {
86 if (!FLAGS_writePath.isEmpty()) {
/external/skia/src/core/
H A DSkAAClip.h29 bool isEmpty() const { return NULL == fRunHead; } function in class:SkAAClip
106 SkASSERT(aaclip && !aaclip->isEmpty());
H A DSkRegion.cpp128 if (this->isEmpty()) {
397 if (this->isEmpty() || rgn.isEmpty() || !fBounds.contains(rgn.fBounds)) {
419 if (this->isEmpty()) {
452 if (this->isEmpty() || r.isEmpty()) {
479 if (this->isEmpty() || rgn.isEmpty()) {
539 if (this->isEmpty()) {
597 return !this->isEmpty();
806 bool isEmpty() const { return 0 == fPrevLen; } function in class:RgnOper
[all...]
/external/skia/tests/
H A DDocumentTest.cpp34 if (tmpDir.isEmpty()) {
62 if (tmpDir.isEmpty()) {
H A DOSPathTest.cpp35 if (!dir.endsWith(SkPATH_SEPARATOR) && !dir.isEmpty()) {
104 REPORTER_ASSERT(reporter, emptyPath.isEmpty());
/external/skia/tools/
H A Dskhello.cpp69 if (!FLAGS_outFile.isEmpty()) {
72 if (!FLAGS_text.isEmpty()) {
/external/v8/test/mjsunit/tools/
H A Dsplaytree.js34 assertTrue(tree.isEmpty());
36 assertFalse(tree.isEmpty());
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp75 if (bss.isEmpty() || bss.startsWith("FAIL"))
108 if (bssid.isEmpty())
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp87 bool isEmpty() const { return ranges.isEmpty(); } function in class:__anon1415::RangeSet
145 assert(!isEmpty());
359 if (Ranges->Intersect(BV, F, Zero, Zero).isEmpty())
435 return New.isEmpty() ? nullptr : St->set<ConstraintRange>(Sym, New);
450 return New.isEmpty() ? nullptr : St->set<ConstraintRange>(Sym, New);
479 return New.isEmpty() ? nullptr : St->set<ConstraintRange>(Sym, New);
508 return New.isEmpty() ? nullptr : St->set<ConstraintRange>(Sym, New);
537 return New.isEmpty() ? nullptr : St->set<ConstraintRange>(Sym, New);
566 return New.isEmpty()
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXParametersTest.java133 * (<code>trustAnchors.isEmpty() == true</code>)
536 assertTrue("isEmpty", p.getCertStores().isEmpty());
581 assertFalse(p.getCertStores().isEmpty());
602 assertTrue("isEmpty1", p.getCertStores().isEmpty());
606 assertTrue("isEmpty2", p.getCertStores().isEmpty());
630 assertFalse(p.getCertStores().isEmpty());
679 assertFalse(p.getCertStores().isEmpty());
697 assertTrue(p.getCertStores().isEmpty());
716 assertTrue("isEmpty",
[all...]

Completed in 888 milliseconds

1234567891011>>