OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
476 - 500
of
8076
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java
155
if (!TextUtils.
isEmpty
(p.name)) {
293
senderLength = !TextUtils.
isEmpty
(senderName) ? senderName.length() : 0;
328
String nameString = !TextUtils.
isEmpty
(currentName) ? currentName : "";
356
if (shouldSelectSenders && !TextUtils.
isEmpty
(currentEmail)) {
374
final String senderEmail = TextUtils.
isEmpty
(currentName) ? account.getEmailAddress() :
375
TextUtils.
isEmpty
(currentEmail) ? currentName : currentEmail;
408
if (shouldSelectSenders && !TextUtils.
isEmpty
(firstSenderEmail)) {
422
if (!TextUtils.
isEmpty
(participant.name)) {
424
final String senderEmail = TextUtils.
isEmpty
(participant.email) ?
ConversationItemViewModel.java
262
participant = TextUtils.
isEmpty
(lastParticipant) ?
273
participant = TextUtils.
isEmpty
(firstUnread.name) ?
277
if (TextUtils.
isEmpty
(participant)) {
284
if (showToHeader && !TextUtils.
isEmpty
(participant)) {
357
if (TextUtils.
isEmpty
(emailAddress)) {
370
return TextUtils.
isEmpty
(mEmailAddress);
/packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java
602
if (mCallsManager.getCalls().
isEmpty
()) {
612
if (mCallsManager.getCalls().
isEmpty
()) {
647
if (!mInCallServices.
isEmpty
()) {
661
if (!mInCallServices.
isEmpty
()) {
673
if (!mInCallServices.
isEmpty
()) {
691
if (!mInCallServices.
isEmpty
()) {
704
if (!mInCallServices.
isEmpty
()) {
715
if (!mInCallServices.
isEmpty
()) {
795
if (list != null && !list.
isEmpty
()) {
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSubMapTest.java
39
assertTrue(map.
isEmpty
());
47
assertFalse(map.
isEmpty
());
57
assertTrue(map.
isEmpty
());
63
assertFalse(map.
isEmpty
());
70
assertTrue(map.
isEmpty
());
76
assertTrue(map.
isEmpty
());
132
*
isEmpty
is true of empty map and false for non-empty
137
assertTrue(empty.
isEmpty
());
138
assertFalse(map.
isEmpty
());
649
assertTrue(sm.
isEmpty
());
[
all
...]
LinkedTransferQueueTest.java
66
assertTrue(new LinkedTransferQueue().
isEmpty
());
416
assertFalse(q.
isEmpty
());
661
while (!x.
isEmpty
()) {
662
assertFalse(y.
isEmpty
());
665
assertTrue(y.
isEmpty
());
682
assertFalse(q.
isEmpty
());
816
while (q.
isEmpty
())
846
while (q.
isEmpty
())
848
assertFalse(q.
isEmpty
());
869
while (q.
isEmpty
())
[
all
...]
PriorityBlockingQueueTest.java
71
assertTrue(q.
isEmpty
());
76
assertFalse(q.
isEmpty
());
163
*
isEmpty
is true before add, false after
167
assertTrue(q.
isEmpty
());
170
assertFalse(q.
isEmpty
());
174
assertTrue(q.
isEmpty
());
483
assertTrue(q.
isEmpty
());
486
assertFalse(q.
isEmpty
());
489
assertTrue(q.
isEmpty
());
659
while (!x.
isEmpty
()) {
[
all
...]
/external/guava/guava/src/com/google/common/collect/
ImmutableRangeMap.java
108
checkArgument(!range.
isEmpty
(), "Range must not be empty, but was %s", range);
113
if (key.isConnected(range) && !key.intersection(range).
isEmpty
()) {
190
if (ranges.
isEmpty
()) {
220
if (ranges.
isEmpty
()) {
230
if (checkNotNull(range).
isEmpty
()) {
232
} else if (ranges.
isEmpty
() || range.encloses(span())) {
/external/guava/guava-tests/test/com/google/common/collect/
ForwardingMapTest.java
111
@Override public boolean
isEmpty
() {
182
forward().
isEmpty
();
183
assertEquals("[
isEmpty
]", getCalls());
258
expect(map.
isEmpty
()).andReturn(true).anyTimes();
297
expect(map.
isEmpty
()).andReturn(true).anyTimes();
329
expect(map.
isEmpty
()).andReturn(true).anyTimes();
TreeRangeSetTest.java
69
assertEquals(expected.
isEmpty
(), view.
isEmpty
());
71
if (!expected.
isEmpty
()) {
381
assertThat(rangeSet.asRanges()).
isEmpty
();
438
if (a.
isEmpty
() && b.
isEmpty
()) {
439
assertThat(rangeSet.asRanges()).
isEmpty
();
440
} else if (a.
isEmpty
()) {
442
} else if (b.
isEmpty
()) {
524
assertThat(rangeSet.asRanges()).
isEmpty
();
[
all
...]
/external/guava/guava-tests/test/com/google/common/io/
CloserTest.java
82
assertTrue(suppressor.suppressions.
isEmpty
());
108
assertTrue(suppressor.suppressions.
isEmpty
());
135
assertTrue(suppressor.suppressions.
isEmpty
());
156
assertTrue(suppressor.suppressions.
isEmpty
());
177
assertTrue(suppressor.suppressions.
isEmpty
());
306
assertTrue(logHandler.getStoredLogRecords().
isEmpty
());
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
13
if (s.
IsEmpty
() || s == L"+" || StringsAreEqualNoCase_Ascii(s, "ON"))
53
if (!name.
IsEmpty
())
60
if (name.
IsEmpty
())
71
if (name.
IsEmpty
())
356
else if (!value.
IsEmpty
())
435
if (!realName.
IsEmpty
() && !StringsAreEqualNoCase_Ascii(realName, "m"))
/external/lzma/CPP/7zip/UI/Common/
Extract.cpp
64
if (!elimPrefix.
IsEmpty
())
68
if (!elimPrefix.
IsEmpty
())
126
if (outDir.
IsEmpty
())
285
if (types.
IsEmpty
())
426
if (!s.
IsEmpty
())
458
if (!errorMessage.
IsEmpty
())
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
LinkList.h
228
if (
IsEmpty
())
242
if (
IsEmpty
())
255
if (
IsEmpty
())
268
if (
IsEmpty
())
282
bool
IsEmpty
() const
323
if (
IsEmpty
())
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
FakeHttpLayer.java
31
if (requestInfos.
isEmpty
()) {
93
if (!pendingHttpResponses.
isEmpty
()) {
128
return !pendingHttpResponses.
isEmpty
();
132
return !httpRequestInfos.
isEmpty
();
140
return !httpResponseRules.
isEmpty
();
225
if (responses.
isEmpty
()) {
/external/skia/src/core/
SkRasterClip.cpp
22
fIsEmpty = src.
isEmpty
();
48
return fIsBW ? fBW.isComplex() : !fAA.
isEmpty
();
182
return !this->
isEmpty
();
295
return !this->
isEmpty
();
335
if (this->
isEmpty
()) {
388
SkASSERT(fAA.
isEmpty
());
SkRegion.cpp
128
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
();
[
all
...]
/external/skia/tools/
skdiff_image.cpp
20
/// If outputDir.
isEmpty
(), don't write out diff files.
28
SkASSERT(!baseFile.
isEmpty
());
29
SkASSERT(!comparisonFile.
isEmpty
());
264
if (outputDir.
isEmpty
()) {
311
if (baseLabel.
isEmpty
()) {
323
if (comparisonLabel.
isEmpty
()) {
/frameworks/base/core/java/com/android/internal/app/
LocaleStore.java
67
if (locale.getCountry().
isEmpty
()) {
187
if (!iso.
isEmpty
()) {
192
if (!iso.
isEmpty
()) {
237
if (country.
isEmpty
()) {
257
if (localeId.
isEmpty
()) {
293
if (!country.
isEmpty
()) {
/frameworks/base/services/core/java/com/android/server/camera/
CameraService.java
204
boolean wasEmpty = mActiveCameraIds.
isEmpty
();
282
boolean wasEmpty = mActiveCameraIds.
isEmpty
();
294
boolean
isEmpty
= mActiveCameraIds.
isEmpty
();
295
if ( mNotifyNfc && (wasEmpty !=
isEmpty
) ) {
296
notifyNfcService(
isEmpty
);
/packages/apps/Contacts/src/com/android/contacts/editor/
EditorUiUtils.java
122
if (TextUtils.
isEmpty
(accountName)) {
140
if (TextUtils.
isEmpty
(accountTypeDisplayLabel)) {
144
if (TextUtils.
isEmpty
(accountName)) {
171
if (!TextUtils.
isEmpty
(accountType)) {
174
if (!TextUtils.
isEmpty
(accountName)) {
236
if (isNewerThanM(currentVersion) && TextUtils.
isEmpty
(str)) return null;
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactsUtils.java
119
* first checking {@link TextUtils#
isEmpty
(CharSequence)} to handle null.
122
return !TextUtils.
isEmpty
(str) && TextUtils.isGraphic(str);
149
return !accounts.
isEmpty
();
178
if (TextUtils.
isEmpty
(data)) {
185
if (TextUtils.
isEmpty
(host)) {
209
if (TextUtils.
isEmpty
(data)) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
ContactsPreferences.java
176
if (TextUtils.
isEmpty
(mDefaultAccount)) {
179
if (!TextUtils.
isEmpty
(accountString)) {
191
if (TextUtils.
isEmpty
(mDefaultAccount)) {
227
if (!TextUtils.
isEmpty
(accountName) && accountName.equals(account.name)) {
240
if (TextUtils.
isEmpty
(accountName)) {
358
if (!TextUtils.
isEmpty
(defaultAccount)) {
/system/core/include/utils/
BitSet.h
50
inline bool
isEmpty
() const { return
isEmpty
(value); }
52
static inline bool
isEmpty
(uint32_t value) { return ! value; }
192
inline bool
isEmpty
() const { return
isEmpty
(value); }
194
static inline bool
isEmpty
(uint64_t value) { return ! value; }
/external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp
124
if (stringSrc.
IsEmpty
()) {
154
if (str.
IsEmpty
()) {
166
if (stringSrc.
IsEmpty
()) {
214
if (string.
IsEmpty
()) {
232
return str.
IsEmpty
();
238
if (
IsEmpty
()) {
239
return other.
IsEmpty
();
241
if (other.
IsEmpty
()) {
256
return str.
IsEmpty
();
851
if (lpszOld.
IsEmpty
()) {
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java
346
if (!TextUtils.
isEmpty
(prefix)) {
351
if (!TextUtils.
isEmpty
(namePart)) {
360
if (!TextUtils.
isEmpty
(suffix)) {
425
if (TextUtils.
isEmpty
(value)) {
458
if (TextUtils.
isEmpty
(value)) {
506
if (TextUtils.
isEmpty
(str)) {
535
if (TextUtils.
isEmpty
(str)) {
558
if (TextUtils.
isEmpty
(value)) {
604
if (TextUtils.
isEmpty
(value)) {
628
return ((result.
isEmpty
() || VCardUtils.containsOnlyWhiteSpaces(result)
[
all
...]
Completed in 603 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>