Searched refs:hasNext (Results 1 - 25 of 107) 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.cpp254 while (keyIt.hasNext()) {
299 while (keyIt.hasNext()) {
862 while (keyIt.hasNext()) {
894 while (keyIt.hasNext()) {
1017 while (keyIt.hasNext()) {
1283 while (fileSuffixIt.hasNext()) {
1289 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/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 DIntentFilter.java1161 return it.hasNext() ? it.next() : null;
1164 while (it.hasNext()) {
1420 while (it.hasNext()) {
1429 while (it.hasNext()) {
1438 while (it.hasNext()) {
1447 while (it.hasNext()) {
1457 while (it.hasNext()) {
1469 while (it.hasNext()) {
1479 while (it.hasNext()) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3429 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()) {
H A DSamplingDataTracker.java115 while (it.hasNext()) {
/frameworks/base/core/java/android/net/http/
H A DRequest.java197 while (i.hasNext()) {
216 while (i.hasNext()) {
H A DRequestQueue.java429 while (iter.hasNext()) {
436 while (iter.hasNext()) {
527 if (iter.hasNext()) {
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java212 if (it.hasNext()) {
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java105 while (it.hasNext()) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java413 public boolean hasNext() { method in class:TextUtils.SimpleStringSplitter
/frameworks/base/core/java/android/util/
H A DArraySet.java632 while (it.hasNext()) {
H A DFastImmutableArraySet.java64 public boolean hasNext() { method in class:FastImmutableArraySet.FastIterator

Completed in 763 milliseconds

12345