OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isempty
(Results
1376 - 1400
of
8076
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java
136
while (!shouldTest.
isEmpty
() && scrollAmount != 0) {
164
assertTrue("all views should be seen", shouldTest.
isEmpty
());
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
generator.js
43
if (_.
isEmpty
(specjs.CLASSGROUPS)) {
115
+ ( !_.
isEmpty
(spec.return) ? ('@return {' + GENERATE_TYPE(spec.return.type) + '} ' + spec.return.description + '\n') : ''));
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
Map.h
63
bool
isempty
();
238
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
Map.h
63
bool
isempty
();
238
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
Map.h
63
bool
isempty
();
238
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
Map.h
63
bool
isempty
();
238
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Map.h
63
bool
isempty
();
231
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Map.h
66
bool
isempty
();
239
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Map.h
65
bool
isempty
();
238
bool Map<T,T2>::
isempty
()
function in class:Map
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java
66
return (!children.
isEmpty
() ? children.get(0) : null);
70
return (!children.
isEmpty
() ? children.get(children.size() - 1) : null);
/libcore/luni/src/test/java/libcore/java/lang/
IntrinsicTest.java
46
"hello".
isEmpty
();
47
String.class.getMethod("
isEmpty
").invoke("hello");
/libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java
60
assertTrue(emptyAttributes.
isEmpty
());
99
assertTrue(as.getIterator().getAttributes().
isEmpty
());
/libcore/luni/src/test/java/libcore/java/util/
OldAndroidHashMapTest.java
67
assertTrue(map.
isEmpty
());
102
assertTrue(map.
isEmpty
());
/libcore/ojluni/src/main/java/sun/net/www/http/
HttpCapture.java
72
if (rulesFile != null && !rulesFile.
isEmpty
()) {
148
if (patterns == null || patterns.
isEmpty
()) {
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIXMasterCertPathValidator.java
100
if (debug != null && !unresCritExts.
isEmpty
()) {
133
if (!unresCritExts.
isEmpty
()) {
/packages/apps/Contacts/src/com/android/contacts/activities/
GroupDetailActivity.java
137
if (TextUtils.
isEmpty
(mAccountTypeString)
138
|| TextUtils.
isEmpty
(accountType.getViewGroupActivity())) {
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java
126
if (TextUtils.
isEmpty
(query)) {
129
if (TextUtils.
isEmpty
(query)) {
JoinContactListFragment.java
132
final String name = !TextUtils.
isEmpty
(displayName) ? displayName
191
setSearchMode(!TextUtils.
isEmpty
(queryString));
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java
66
if (extras != null && !extras.
isEmpty
()) {
122
if (names[i].equals(Contacts.PHOTO_ID) && !TextUtils.
isEmpty
(value)) {
/packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java
123
if (label.trim().
isEmpty
()) {
157
final int color = TextUtils.
isEmpty
(s) ? colorControlNormal : colorAccent;
/packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java
146
public boolean
isEmpty
() {
147
return getShortcutCount() == 0 && super.
isEmpty
();
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java
227
if (isGenericType || TextUtils.
isEmpty
(mimeType)) {
228
if (!TextUtils.
isEmpty
(fileExtension)) {
231
if (TextUtils.
isEmpty
(resultType)) {
242
if (TextUtils.
isEmpty
(resultType)) {
255
if (!TextUtils.
isEmpty
(fileName)) {
333
if (!TextUtils.
isEmpty
(fileName)) {
411
if (TextUtils.
isEmpty
(attachment.mFileName)) {
432
final String mimeType = TextUtils.
isEmpty
(attachment.mMimeType) ?
EmailClientConnectionManager.java
94
if (TextUtils.
isEmpty
(hostAuth.mClientCertAlias)) {
136
if (!TextUtils.
isEmpty
(clientCertAlias)) {
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapString.java
86
public final boolean
isEmpty
() {
127
if (
isEmpty
()) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDataAdapter.java
160
while (mIsActive && mDataReady && mImageQueue.
isEmpty
()) {
167
if (mImageQueue.
isEmpty
()) return null;
Completed in 1604 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>