OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
2101 - 2125
of
8076
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/packages/apps/Messaging/src/com/android/messaging/sms/
BugleApnSettingsLoader.java
72
if (TextUtils.
isEmpty
(mmsc)) {
83
if (!TextUtils.
isEmpty
(mmsProxy)) {
364
if (TextUtils.
isEmpty
(mmsc)) {
452
if (!TextUtils.
isEmpty
(apnName)) {
538
if (TextUtils.
isEmpty
(apnName)) {
615
if (TextUtils.
isEmpty
(types)) {
/packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java
401
if (displayNumber.
isEmpty
()) {
472
if (TextUtils.
isEmpty
(text)) {
534
} else if (!Program.isValid(program) || TextUtils.
isEmpty
(program.getTitle())) {
554
if (mLockType != LOCK_NONE || TextUtils.
isEmpty
(program.getDescription())) {
598
|| TextUtils.
isEmpty
(recordedProgram.getShortDescription())) {
642
if (TextUtils.
isEmpty
(episodeTitle)) {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java
285
messageListUri = !TextUtils.
isEmpty
(messageList) ? Uri.parse(messageList) : null;
299
accountUri = !TextUtils.
isEmpty
(account) ? Uri.parse(account) : null;
308
conversationBaseUri = !TextUtils.
isEmpty
(conversationBase) ?
729
return !TextUtils.
isEmpty
(conversationInfo.firstSnippet) ?
801
if (TextUtils.
isEmpty
(filteredSubject)) {
803
} else if (!TextUtils.
isEmpty
(badgeText)) {
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java
94
if (TextUtils.
isEmpty
(folderDisplayName) || TextUtils.
isEmpty
(account.getDisplayName())) {
99
if (!TextUtils.
isEmpty
(folderDisplayName)) {
549
if (!mFolderInformationShown && !TextUtils.
isEmpty
(folderName) &&
550
!TextUtils.
isEmpty
(mAccount.getDisplayName())) {
563
if (!TextUtils.
isEmpty
(folderName)) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
374
final boolean hasData = !TextUtils.
isEmpty
(entry.data);
427
if (TextUtils.
isEmpty
(entry.label)) {
438
(hasData || !TextUtils.
isEmpty
(entry.label))) {
445
&& (!hasData || TextUtils.
isEmpty
(entry.label));
450
if (TextUtils.
isEmpty
(entry.label)) {
730
if (!TextUtils.
isEmpty
(entry.footerLine)) {
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java
55
public static boolean
isEmpty
(@Nullable final CharSequence str) {
111
if (
isEmpty
(text)) {
148
if (
isEmpty
(extraValues)) {
157
if (
isEmpty
(extraValues)) {
572
if (
isEmpty
(hexString)) {
686
if (
isEmpty
(text)) {
/packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java
342
if (TextUtils.
isEmpty
(uid)) continue;
378
if (!bs.
isEmpty
()) {
599
if (!TextUtils.
isEmpty
(bodyDisposition0Str)) {
604
if (!bodyDispositionParams.
isEmpty
()) {
639
if (!encoding.
isEmpty
()) {
647
if (!cid.
isEmpty
()) {
[
all
...]
/external/doclava/src/com/google/doclava/
InfoBuilder.java
122
if (!cl.annotations().
isEmpty
()) {
133
if (!cl.realInterfaces().
isEmpty
()) {
152
if (!cl.allSelfFields().
isEmpty
()) {
177
if (cl.enumConstants() != null && !cl.enumConstants().
isEmpty
()) {
197
if (!cl.allConstructors().
isEmpty
()) {
218
if (!cl.allSelfMethods().
isEmpty
()) {
236
if (m.thrownExceptions() != null && !m.thrownExceptions().
isEmpty
()) {
253
if (!cl.annotationElements().
isEmpty
()) {
278
if (cl.innerClasses() != null && !cl.innerClasses().
isEmpty
()) {
289
if (type.extendsBounds() != null && !type.extendsBounds().
isEmpty
()) {
[
all
...]
/external/llvm/include/llvm/ADT/
ImmutableSet.h
425
bool
isEmpty
(TreeTy* T) const { return !T; }
497
assert(!
isEmpty
(L) && "Left tree cannot be empty to have a height >= 2");
505
assert(!
isEmpty
(LR) && "LR cannot be empty because it has a height >= 1");
514
assert(!
isEmpty
(R) && "Right tree cannot be empty to have a height >= 2");
522
assert(!
isEmpty
(RL) && "RL cannot be empty because it has a height >= 1");
537
if (
isEmpty
(T))
557
if (
isEmpty
(T))
576
if (
isEmpty
(L))
578
if (
isEmpty
(R))
586
assert(!
isEmpty
(T))
[
all
...]
/external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp
56
if (sName.
IsEmpty
())
61
if (!sName.
IsEmpty
())
77
if (!sName.
IsEmpty
())
996
if (pImageDict->GetString("Name").
IsEmpty
())
1003
if (pImageDict->GetString("Name").
IsEmpty
())
1010
if (pImageDict->GetString("Name").
IsEmpty
())
1038
if (csRolloverCaption.
IsEmpty
() && !pRolloverIcon) {
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java
155
if (!TextUtils.
isEmpty
(request.displayName)) {
158
if (!TextUtils.
isEmpty
(request.identifier)) {
203
if (!TextUtils.
isEmpty
(encodedFragment)) {
223
return !TextUtils.
isEmpty
(encodedFragment)
233
if (!TextUtils.
isEmpty
(contactType)) {
238
if (!TextUtils.
isEmpty
(scale)) {
243
if (!TextUtils.
isEmpty
(offset)) {
248
if (!TextUtils.
isEmpty
(isCircular)) {
402
if (TextUtils.
isEmpty
(defaultImageRequest.identifier)) {
[
all
...]
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingGraphValidator.java
205
if (!missingModules.
isEmpty
()) {
280
if (resolvedBinding.bindings().
isEmpty
()) {
492
if (!MoreTypes.asDeclared(element.asType()).getTypeArguments().
isEmpty
()
576
if (!scopedDependencies.
isEmpty
()) {
607
if (!scopedDependencies.
isEmpty
()) {
643
if (!extraSetters.
isEmpty
()) {
657
if (!missingSetters.
isEmpty
()) {
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java
285
final boolean explicitForm = !(TextUtils.
isEmpty
(user) ||
286
TextUtils.
isEmpty
(incoming) || TextUtils.
isEmpty
(outgoing));
289
final boolean implicitForm = !TextUtils.
isEmpty
(password) && !explicitForm;
290
if (TextUtils.
isEmpty
(email) || !(explicitForm || implicitForm)) {
419
TextUtils.
isEmpty
(displayName) ? email : displayName);
570
if (!TextUtils.
isEmpty
(mSetupData.getAmProtocol()) &&
582
if (!TextUtils.
isEmpty
(amProtocol)) {
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageView.java
303
if (!TextUtils.
isEmpty
(subjectText)) {
411
final boolean subjectVisible = !TextUtils.
isEmpty
(subjectText);
428
final boolean statusVisible = !TextUtils.
isEmpty
(statusText);
446
!TextUtils.
isEmpty
(subscriptionEntry.displayName) &&
524
if (!TextUtils.
isEmpty
(youtubeLinkForUrl)) {
525
if (TextUtils.
isEmpty
(youtubeThumbnailUrl)) {
541
mMessageHasYouTubeLink = !TextUtils.
isEmpty
(youtubeThumbnailUrl);
639
final boolean subjectVisible = !TextUtils.
isEmpty
(subjectText);
651
if (!TextUtils.
isEmpty
(text)) {
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java
343
if (!TextUtils.
isEmpty
(threadType)) {
380
String finalSelection = TextUtils.
isEmpty
(selection)
468
int proto = TextUtils.
isEmpty
(protoName) ? -1
473
if (!TextUtils.
isEmpty
(msgId)) {
477
String finalSelection = TextUtils.
isEmpty
(selection)
479
String finalOrder = TextUtils.
isEmpty
(sortOrder)
721
if (TextUtils.
isEmpty
(selection1)) {
723
} else if (TextUtils.
isEmpty
(selection2)) {
[
all
...]
/external/clang/lib/AST/
VTableBuilder.cpp
57
bool
isEmpty
() const { return NonVirtualOffset.isZero() && !VirtualBase; }
428
if (!Offset.
isEmpty
()) {
[
all
...]
/frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java
511
if (!TextUtils.
isEmpty
(getText())) {
538
if (!TextUtils.
isEmpty
(text) && TextUtils.getTrimmedLength(text) > 0) {
547
if (!TextUtils.
isEmpty
(displayString)
[
all
...]
/external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java
165
assertThat(types.interfaces()).
isEmpty
();
166
assertThat(types.interfaces().rawTypes()).
isEmpty
();
177
assertThat(types.classes()).
isEmpty
();
178
assertThat(types.classes().rawTypes()).
isEmpty
();
185
assertThat(types.interfaces()).
isEmpty
();
186
assertThat(types.interfaces().rawTypes()).
isEmpty
();
468
assertThat(TypeToken.of(new TypeCapture<T>() {}.capture()).getGenericInterfaces()).
isEmpty
();
473
assertThat(TypeToken.of(new TypeCapture<T>() {}.capture()).getGenericInterfaces()).
isEmpty
();
507
assertThat(TypeToken.of(new TypeCapture<T2>() {}.capture()).getGenericInterfaces()).
isEmpty
();
519
assertThat(TypeToken.of(Types.supertypeOf(String.class)).getGenericInterfaces()).
isEmpty
();
[
all
...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java
367
if (username.
isEmpty
()) return "";
379
if (password.
isEmpty
()) return "";
824
// if (encodedPathSegments.
isEmpty
()) {
[
all
...]
/external/skia/src/pdf/
SkPDFDevice.cpp
634
if (shape->
isEmpty
()) {
809
if (d.fClip->
isEmpty
()) {
[
all
...]
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java
135
if (TextUtils.
isEmpty
(query)) {
353
String newFilter = !TextUtils.
isEmpty
(newText) ? newText : null;
390
if (!TextUtils.
isEmpty
(mSearchTerm)) {
424
if (!TextUtils.
isEmpty
(mSearchTerm)) {
499
if (mIsTwoPaneLayout && !TextUtils.
isEmpty
(mSearchTerm) && mSearchQueryChanged) {
683
if (!TextUtils.
isEmpty
(mSearchTerm)) {
[
all
...]
/external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java
335
if (fields.
isEmpty
()) {
455
if (fields.
isEmpty
()) {
891
if (!other.varint.
isEmpty
()) {
897
if (!other.fixed32.
isEmpty
()) {
903
if (!other.fixed64.
isEmpty
()) {
909
if (!other.lengthDelimited.
isEmpty
()) {
915
if (!other.group.
isEmpty
()) {
[
all
...]
/frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java
249
if (mPresenters.
isEmpty
()) return;
265
if (mPresenters.
isEmpty
()) return false;
286
if (mPresenters.
isEmpty
()) return;
311
if (presenterStates == null || mPresenters.
isEmpty
()) return;
854
if (items.
isEmpty
()) {
[
all
...]
/frameworks/base/core/jni/
android_hardware_Camera.cpp
124
return !mRawImageCallbackBuffers.
isEmpty
();
225
if (!buffers->
isEmpty
()) {
267
if (mCallbackBuffers.
isEmpty
()) {
323
if (mRawImageCallbackBuffers.
isEmpty
()) {
433
if (!mCallbackBuffers.
isEmpty
()) {
491
while (!buffers->
isEmpty
()) {
856
if (params8.
isEmpty
()) {
[
all
...]
/frameworks/base/libs/hwui/
FrameBuilder.cpp
183
if (!backdrop.
isEmpty
()) {
211
|| (outline.getShouldClip() && outline.
isEmpty
())
277
bool quickRejected = mCanvasState.currentSnapshot()->getRenderTargetClip().
isEmpty
()
290
} else if (CC_UNLIKELY(!saveLayerBounds.
isEmpty
())) {
408
if (revealClipPath && revealClipPath->
isEmpty
()) return;
443
if (CC_LIKELY(!mCanvasState.getRenderTargetClipBounds().
isEmpty
())) {
[
all
...]
Completed in 1343 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>