Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 25 of 99) sorted by relevance

1234

/frameworks/base/include/drm/
DDrmMetadata.h46 bool hasNext();
68 bool hasNext();
81 while (keyIt.hasNext()) { in ~DrmMetadata()
DDrmConstraints.h82 bool hasNext();
105 bool hasNext();
118 while (keyIt.hasNext()) { in ~DrmConstraints()
DDrmInfoRequest.h81 bool hasNext();
105 bool hasNext();
DDrmInfo.h67 bool hasNext();
91 bool hasNext();
DDrmSupportInfo.h48 bool hasNext();
71 bool hasNext();
/frameworks/base/core/java/android/content/
DCursorEntityIterator.java58 public final boolean hasNext() { in hasNext() method in CursorEntityIterator
79 if (!hasNext()) { in next()
DIntentFilter.java1033 return it.hasNext() ? it.next() : null; in matchCategories()
1036 while (it.hasNext()) { in matchCategories()
1266 while (it.hasNext()) { in dump()
1275 while (it.hasNext()) { in dump()
1284 while (it.hasNext()) { in dump()
1293 while (it.hasNext()) { in dump()
1305 while (it.hasNext()) { in dump()
1315 while (it.hasNext()) { in dump()
/frameworks/base/core/java/android/database/
DCursorJoiner.java120 public boolean hasNext() { in hasNext() method in CursorJoiner
157 if (!hasNext()) { in next()
161 assert hasNext(); in next()
/frameworks/base/core/java/android/webkit/
DCookieManager.java399 while (iter.hasNext()) { in setCookie()
433 while (iter2.hasNext()) { in setCookie()
525 while (iter.hasNext()) { in getCookie()
541 while (setIter.hasNext()) { in getCookie()
616 while (listIter.hasNext()) { in removeSessionCookie()
619 while (iter.hasNext()) { in removeSessionCookie()
694 while (listIter.hasNext()) { in removeExpiredCookie()
697 while (iter.hasNext()) { in removeExpiredCookie()
761 while (listIter.hasNext()) { in getUpdatedCookiesSince()
764 while (iter.hasNext()) { in getUpdatedCookiesSince()
[all …]
DUrlInterceptRegistry.java130 while (iter.hasNext()) { in getSurrogate()
158 while (iter.hasNext()) { in getPluginData()
/frameworks/base/drm/common/
DDrmInfoRequest.cpp68 bool DrmInfoRequest::KeyIterator::hasNext() { in hasNext() function in DrmInfoRequest::KeyIterator
97 bool DrmInfoRequest::Iterator::hasNext() { in hasNext() function in DrmInfoRequest::Iterator
DDrmInfo.cpp74 bool DrmInfo::KeyIterator::hasNext() { in hasNext() function in DrmInfo::KeyIterator
102 bool DrmInfo::Iterator::hasNext() { in hasNext() function in DrmInfo::Iterator
DDrmMetadata.cpp64 bool DrmMetadata::KeyIterator::hasNext() { in hasNext() function in DrmMetadata::KeyIterator
109 bool DrmMetadata::Iterator::hasNext() { in hasNext() function in DrmMetadata::Iterator
DDrmConstraints.cpp61 bool DrmConstraints::KeyIterator::hasNext() { in hasNext() function in DrmConstraints::KeyIterator
104 bool DrmConstraints::Iterator::hasNext() { in hasNext() function in DrmConstraints::Iterator
DDrmSupportInfo.cpp127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { in hasNext() function in DrmSupportInfo::FileSuffixIterator
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { in hasNext() function in DrmSupportInfo::MimeTypeIterator
/frameworks/base/services/tests/servicestests/src/com/android/server/
DBroadcastInterceptingContext.java113 while (i.hasNext()) { in unregisterReceiver()
126 while (i.hasNext()) { in sendBroadcast()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DExportTestProvider.java56 public boolean hasNext() { in hasNext() method in ExportTestProvider.MockEntityIterator
57 return mIterator.hasNext(); in hasNext()
/frameworks/base/services/java/com/android/server/am/
DUriPermissionOwner.java97 while (it.hasNext()) { in removeUriPermissionLocked()
116 while (it.hasNext()) { in removeUriPermissionLocked()
DAppBindRecord.java44 while (it.hasNext()) { in dumpInIntentBind()
/frameworks/base/opengl/java/android/opengl/
DGroup.java107 while (iter.hasNext()) { in getNumTriangles()
133 while (iter.hasNext()) { in draw()
DObject3D.java106 while (iter.hasNext()) { in getNumTriangles()
240 while (iter.hasNext()) { in draw()
/frameworks/base/services/java/com/android/server/
DIntentResolver.java172 public boolean hasNext() { in hasNext() method in IntentResolver.IteratorWrapper
173 return mI.hasNext(); in hasNext()
364 while (i.hasNext()) { in register_mime_types()
413 while (i.hasNext()) { in unregister_mime_types()
449 while (i.hasNext()) { in register_intent_filter()
471 while (i.hasNext()) { in unregister_intent_filter()
/frameworks/base/core/java/android/util/
DFastImmutableArraySet.java64 public boolean hasNext() { in hasNext() method in FastImmutableArraySet.FastIterator
/frameworks/base/core/java/com/android/internal/net/
DDomainNameValidator.java98 while (i.hasNext()) { in matchIpAddress()
135 while (i.hasNext()) { in matchDns()
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
DSipCallBase.java48 for (Iterator<Connection> it = connections.iterator(); it.hasNext(); ) { in clearDisconnected()

1234