HomeSort by relevance Sort by last modified time
    Searched full:isempty (Results 201 - 225 of 8076) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/test/cctest/
test-thread-termination.cc 58 CHECK(result.IsEmpty());
81 CHECK(result.IsEmpty());
84 CHECK(try_catch.Message().IsEmpty());
100 CHECK(result.IsEmpty());
103 CHECK(try_catch.Message().IsEmpty());
136 CHECK(result.IsEmpty());
141 CHECK(result.IsEmpty());
159 CHECK(result.IsEmpty());
163 CHECK(result.IsEmpty());
201 CHECK(result.IsEmpty());
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 93 if (!TextUtils.isEmpty(rruleStr) || !TextUtils.isEmpty(rdateStr)) {
95 if (!TextUtils.isEmpty(rruleStr)) {
105 if (!TextUtils.isEmpty(rdateStr)) {
109 if (!TextUtils.isEmpty(exruleStr)) {
119 if (!TextUtils.isEmpty(exdateStr)) {
216 if ((TextUtils.isEmpty(dtstart))||
217 (TextUtils.isEmpty(duration))||
218 ((TextUtils.isEmpty(rrule))&&
219 (TextUtils.isEmpty(rdate))))
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 98 boolean removalsPending = !mPendingRemovals.isEmpty();
99 boolean movesPending = !mPendingMoves.isEmpty();
100 boolean changesPending = !mPendingChanges.isEmpty();
101 boolean additionsPending = !mPendingAdditions.isEmpty();
455 if (changes.isEmpty()) {
468 if (moves.isEmpty()) {
480 if (additions.isEmpty()) {
520 return (!mPendingAdditions.isEmpty() ||
521 !mPendingChanges.isEmpty() ||
522 !mPendingMoves.isEmpty() ||
    [all...]
  /art/test/545-tracing-and-jit/src/
Main.java 115 map.isEmpty();
131 map.isEmpty();
147 map.isEmpty();
163 map.isEmpty();
179 set.isEmpty();
196 set.isEmpty();
213 set.isEmpty();
  /external/guava/guava-tests/test/com/google/common/eventbus/outside/
AnnotatedSubscriberFinderTests.java 82 assertThat(getSubscriber().nonSubscriberEvents).isEmpty();
212 assertThat(getSubscriber().differentlyOverriddenNotAnnotatedInSubclassBadEvents).isEmpty();
222 assertThat(getSubscriber().differentlyOverriddenAnnotatedInSubclassBadEvents).isEmpty();
260 assertThat(getSubscriber().overriddenInSubclassNowhereAnnotatedEvents).isEmpty();
303 assertThat(getSubscriber().neitherOverriddenNorAnnotatedEvents).isEmpty();
307 assertThat(getSubscriber().overriddenInSubclassNowhereAnnotatedEvents).isEmpty();
441 assertThat(getSubscriber().nowhereAnnotatedEvents).isEmpty();
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 40 if (rcPreObj.IsEmpty() && rcCurObj.IsEmpty()) {
43 if (!rcPreObj.IsEmpty() || !rcCurObj.IsEmpty()) {
45 if (rcPreObj.IsEmpty()) {
222 if (wstr.IsEmpty() || wstr.GetAt(wstr.GetLength() - 1) == L' ') {
280 if (unicode_str.IsEmpty()) {
  /external/skia/src/gpu/batches/
GrDrawVerticesBatch.cpp 95 bool hasLocalCoords = !fGeoData[0].fLocalCoords.isEmpty();
123 if (!fGeoData[0].fIndices.isEmpty()) {
146 if (args.fColors.isEmpty()) {
187 if (fGeoData[0].fIndices.isEmpty() != that->fGeoData[0].fIndices.isEmpty()) {
191 if (fGeoData[0].fLocalCoords.isEmpty() != that->fGeoData[0].fLocalCoords.isEmpty()) {
  /frameworks/base/libs/hwui/tests/unit/
ClipAreaTests.cpp 62 EXPECT_TRUE(list.isEmpty());
68 EXPECT_FALSE(list.isEmpty());
72 EXPECT_FALSE(list.isEmpty());
79 EXPECT_FALSE(list.isEmpty());
85 EXPECT_FALSE(rgn.isEmpty());
90 EXPECT_FALSE(area.isEmpty());
99 EXPECT_FALSE(area.isEmpty());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java 183 if (!TextUtils.isEmpty(testEn)) {
225 if (!TextUtils.isEmpty(entry[0]) && dialNumber.equals(entry[0])) {
226 if (tmpArray.length >= 2 && !TextUtils.isEmpty(tmpArray[1])) {
230 } else if (outNumber.isEmpty()) {
235 if(!TextUtils.isEmpty(tmpArray[0]) && tmpArray[0].endsWith("MDN")) {
237 if (!TextUtils.isEmpty(mdn) ) {
254 if (!TextUtils.isEmpty(outNumber)) {
TelephonyDevController.java 206 if (mModems.isEmpty()) {
237 if (mSims.isEmpty()) {
257 if (mModems.isEmpty() || mSims.isEmpty()) {
285 if (mSims.isEmpty()) {
314 if (mModems.isEmpty()) {
332 if (mSims.isEmpty()) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForStructuredName.java 123 final boolean touchedUnstruct = !TextUtils.isEmpty(unstruct);
195 if (!TextUtils.isEmpty(phoneticFamily) || !TextUtils.isEmpty(phoneticMiddle)
196 || !TextUtils.isEmpty(phoneticGiven)) {
198 if (!TextUtils.isEmpty(phoneticFamily)) {
202 if (!TextUtils.isEmpty(phoneticMiddle)) {
206 if (!TextUtils.isEmpty(phoneticGiven)) {
MetadataEntryParser.java 149 if (TextUtils.isEmpty(inputData)) {
185 if (TextUtils.isEmpty(type)) {
203 if (TextUtils.isEmpty(dataHashId)) {
216 if (TextUtils.isEmpty(usageType)) {
264 if (TextUtils.isEmpty(backupId) || TextUtils.isEmpty(accountType)
265 || TextUtils.isEmpty(accountName)) {
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 112 if (TextUtils.isEmpty(apiCallStack)) {
259 public boolean isEmpty() {
260 return mInputMethodSet.isEmpty();
283 if (!builder.isEmpty()) {
288 if (!builder.isEmpty()) {
293 if (!builder.isEmpty()) {
298 if (!builder.isEmpty()) {
322 if (!builder.isEmpty()) {
327 if (!builder.isEmpty()) {
332 if (!builder.isEmpty()) {
    [all...]
  /external/skia/tests/
AAClipTest.cpp 62 if (rgn.isEmpty()) {
209 REPORTER_ASSERT(reporter, clip0.isEmpty());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
214 REPORTER_ASSERT(reporter, clip0.isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
220 REPORTER_ASSERT(reporter, !clip0.isEmpty());
221 REPORTER_ASSERT(reporter, !clip0.getBounds().isEmpty());
226 REPORTER_ASSERT(reporter, clip0.isEmpty());
227 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
233 REPORTER_ASSERT(reporter, mask.fBounds.isEmpty());
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 141 /*package*/ static boolean isEmpty(Region thisRegion) {
147 return regionDelegate.mArea.isEmpty();
200 return regionDelegate.mArea.isEmpty() ||
216 return regionDelegate.mArea.isEmpty() ||
234 if (regionDelegate.mArea.isEmpty()) {
256 if (regionDelegate.mArea.isEmpty()) {
303 return dstRegion.mArea.getBounds().isEmpty() == false;
325 return dstRegion.mArea.getBounds().isEmpty() == false;
336 if (bounds.isEmpty()) {
360 if (region.mArea.isEmpty()) {
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MultisetsTest.java 44 assertTrue(set.isEmpty());
54 assertTrue(set.isEmpty());
75 assertThat(multiset).isEmpty();
82 assertTrue(multiset.isEmpty());
90 assertTrue(multiset.isEmpty());
121 assertThat(Multisets.intersection(ms1, ms2)).isEmpty();
127 assertThat(Multisets.intersection(ms1, ms2)).isEmpty();
205 assertTrue(multiset.isEmpty());
279 assertThat(Multisets.copyHighestCountFirst(ImmutableMultiset.of())).isEmpty();
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetsTest.java 46 assertTrue(set.isEmpty());
56 assertTrue(set.isEmpty());
77 assertThat(multiset).isEmpty();
84 assertTrue(multiset.isEmpty());
92 assertTrue(multiset.isEmpty());
123 assertThat(Multisets.intersection(ms1, ms2)).isEmpty();
129 assertThat(Multisets.intersection(ms1, ms2)).isEmpty();
207 assertTrue(multiset.isEmpty());
281 assertThat(Multisets.copyHighestCountFirst(ImmutableMultiset.of())).isEmpty();
  /libcore/jsr166-tests/src/test/java/jsr166/
CopyOnWriteArraySetTest.java 36 assertTrue(a.isEmpty());
39 assertEquals(n == 0, a.isEmpty());
46 assertTrue(a.isEmpty());
49 assertFalse(a.isEmpty());
59 assertTrue(a.isEmpty());
122 assertTrue(full.isEmpty());
210 * isEmpty is true when empty, else false
213 assertTrue(populatedSet(0).isEmpty());
214 assertFalse(populatedSet(3).isEmpty());
  /art/runtime/gc/
reference_queue.cc 43 if (IsEmpty()) {
56 DCHECK(!IsEmpty());
139 while (!IsEmpty()) {
157 while (!IsEmpty()) {
177 if (UNLIKELY(IsEmpty())) {
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
CheckVoiceData.java 48 if (checkLanguages.isEmpty()) {
69 if (!checkLanguages.isEmpty() && available.isEmpty()) {
72 } else if (!unavailable.isEmpty()) {
105 if (!TextUtils.isEmpty(lang)) {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 81 // isEmpty
83 "UnmodifiableMapTest - should have returned false to isEmpty",
84 !map.isEmpty());
125 // isEmpty
127 !keySet.isEmpty());
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_plurality_checkable_iterator.py 44 self.assertTrue(pcit.IsEmpty())
54 self.assertFalse(pcit.IsEmpty())
64 self.assertFalse(pcit.IsEmpty())
74 self.assertFalse(pcit.IsEmpty())
104 self.assertFalse(pcit.IsEmpty())
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
OptionsMessage.java 126 if (peerOutputs.isEmpty() && peerInputs.isEmpty()) {
135 if (!peerInputs.isEmpty()) {
139 if (!peerOutputs.isEmpty()) {
154 if (!peerOutputs.isEmpty()) {
  /external/guava/guava-tests/test/com/google/common/io/
CharSourceTester.java 130 if (expectedLines.isEmpty()) {
142 assertEquals(expected.isEmpty(), source.isEmpty());
180 if (expectedLines.isEmpty()) {
181 assertTrue(list.isEmpty());
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 184 bool IsEmpty() const
187 PackSizes.IsEmpty() &&
188 NumUnpackStreamsVector.IsEmpty() &&
189 Folders.IsEmpty() &&
190 Files.IsEmpty());

Completed in 2008 milliseconds

1 2 3 4 5 6 7 891011>>