Searched refs:hasNext (Results 1 - 25 of 104) sorted by path

12345

/frameworks/av/drm/common/
H A DDrmConstraints.cpp61 bool DrmConstraints::KeyIterator::hasNext() { function in class:DrmConstraints::KeyIterator
104 bool DrmConstraints::Iterator::hasNext() { function in class:DrmConstraints::Iterator
H A DDrmInfo.cpp74 bool DrmInfo::KeyIterator::hasNext() { function in class:DrmInfo::KeyIterator
102 bool DrmInfo::Iterator::hasNext() { function in class:DrmInfo::Iterator
H A DDrmInfoRequest.cpp68 bool DrmInfoRequest::KeyIterator::hasNext() { function in class:DrmInfoRequest::KeyIterator
97 bool DrmInfoRequest::Iterator::hasNext() { function in class:DrmInfoRequest::Iterator
H A DDrmMetadata.cpp64 bool DrmMetadata::KeyIterator::hasNext() { function in class:DrmMetadata::KeyIterator
109 bool DrmMetadata::Iterator::hasNext() { function in class:DrmMetadata::Iterator
H A DDrmSupportInfo.cpp127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { function in class:DrmSupportInfo::FileSuffixIterator
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { function in class:DrmSupportInfo::MimeTypeIterator
H A DIDrmManagerService.cpp264 while (keyIt.hasNext()) {
309 while (keyIt.hasNext()) {
885 while (keyIt.hasNext()) {
915 while (keyIt.hasNext()) {
1038 while (keyIt.hasNext()) {
1304 while (fileSuffixIt.hasNext()) {
1310 while (mimeTypeIt.hasNext()) {
/frameworks/av/include/drm/
H A DDrmConstraints.h82 bool hasNext();
105 bool hasNext();
118 while (keyIt.hasNext()) {
H A DDrmInfo.h67 bool hasNext();
91 bool hasNext();
H A DDrmInfoRequest.h81 bool hasNext();
105 bool hasNext();
H A DDrmMetadata.h46 bool hasNext();
68 bool hasNext();
81 while (keyIt.hasNext()) {
H A DDrmSupportInfo.h48 bool hasNext();
71 bool hasNext();
/frameworks/base/core/java/android/app/
H A DActivityThread.java3857 while (it.hasNext()) {
4679 while (iter.hasNext()) {
H A DApplicationPackageManager.java852 while (it.hasNext()) {
863 while (it.hasNext()) {
H A DLoadedApk.java534 while (it.hasNext()) {
560 while (it.hasNext()) {
991 while (it.hasNext()) {
/frameworks/base/core/java/android/content/
H A DCursorEntityIterator.java58 public final boolean hasNext() { method in class:CursorEntityIterator
60 throw new IllegalStateException("calling hasNext() when the iterator is closed");
73 * @see EntityIterator#hasNext()
79 if (!hasNext()) {
80 throw new IllegalStateException("you may only call next() if hasNext() is true");
H A DIntent.java6408 while (i.hasNext()) {
H A DIntentFilter.java1033 return it.hasNext() ? it.next() : null;
1036 while (it.hasNext()) {
1266 while (it.hasNext()) {
1275 while (it.hasNext()) {
1284 while (it.hasNext()) {
1293 while (it.hasNext()) {
1305 while (it.hasNext()) {
1315 while (it.hasNext()) {
H A DSyncManager.java1972 while (operationIterator.hasNext()) {
H A DSyncQueue.java182 while (entries.hasNext()) {
H A DSyncStorageEngine.java717 while (iterator.hasNext()) {
943 while (accIt.hasNext()) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3156 while (it.hasNext()) {
/frameworks/base/core/java/android/database/
H A DCursorJoiner.java120 public boolean hasNext() { method in class:CursorJoiner
146 * The caller must check that hasNext() returns true before calling this.
157 if (!hasNext()) {
158 throw new IllegalStateException("you must only call next() when hasNext() is true");
161 assert hasNext();
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java646 while (entryIter.hasNext()) {
/frameworks/base/core/java/android/net/
H A DDnsPinger.java213 while (iter.hasNext()) {
/frameworks/base/core/java/android/net/http/
H A DRequest.java197 while (i.hasNext()) {
216 while (i.hasNext()) {

Completed in 219 milliseconds

12345