Searched defs:hasNext (Results 1 - 20 of 20) sorted by relevance

/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");
/frameworks/base/core/java/android/util/
H A DFastImmutableArraySet.java64 public boolean hasNext() { method in class:FastImmutableArraySet.FastIterator
H A DJsonReader.java44 * while loop that accumulates values, terminating when {@link #hasNext}
50 * This loop should terminate when {@link #hasNext} is false. Finally,
101 * while (reader.hasNext()) {
115 * while (reader.hasNext()) {
137 * while (reader.hasNext()) {
149 * while (reader.hasNext()) {
318 public boolean hasNext() throws IOException { method in class:JsonReader
549 if (!hasNext() || peek() == JsonToken.END_DOCUMENT) {
H A DMapCollections.java49 public boolean hasNext() { method in class:MapCollections.ArrayIterator
84 public boolean hasNext() { method in class:MapCollections.MapIterator
201 while (it.hasNext()) {
380 while (it.hasNext()) {
458 while (it.hasNext()) {
469 while (it.hasNext()) {
478 while (it.hasNext()) {
/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 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 DDrmInfo.cpp74 bool DrmInfo::KeyIterator::hasNext() { function in class:DrmInfo::KeyIterator
102 bool DrmInfo::Iterator::hasNext() { function in class:DrmInfo::Iterator
H A DDrmSupportInfo.cpp127 bool DrmSupportInfo::FileSuffixIterator::hasNext() { function in class:DrmSupportInfo::FileSuffixIterator
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() { function in class:DrmSupportInfo::MimeTypeIterator
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java56 public boolean hasNext() { method in class:ExportTestProvider.MockEntityIterator
57 return mIterator.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/location/java/android/location/
H A DGpsStatus.java43 public boolean hasNext() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java292 public boolean hasNext() { method in class:IntentResolver.IteratorWrapper
293 return mI.hasNext();
512 while (i.hasNext()) {
543 while (i.hasNext()) {
573 while (i.hasNext()) {
589 while (i.hasNext()) {
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java47 public boolean hasNext() { method in class:MapCollections.ArrayIterator
82 public boolean hasNext() { method in class:MapCollections.MapIterator
199 while (it.hasNext()) {
378 while (it.hasNext()) {
456 while (it.hasNext()) {
467 while (it.hasNext()) {
476 while (it.hasNext()) {
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java135 mCues.entriesBetween(mLastUpdateTimeMs, timeMs).iterator(); it.hasNext(); ) {
489 public boolean hasNext() { method in class:SubtitleTrack.CueList.EntryIterator
501 if (!mListIterator.hasNext()) {
561 } while (!mListIterator.hasNext());
/frameworks/base/core/java/android/text/
H A DTextUtils.java420 public boolean hasNext() { method in class:TextUtils.SimpleStringSplitter
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp82 jmethodID hasNext; member in struct:android::IteratorFields
449 jboolean hasNext = env->CallBooleanMethod(iterator, gFields.iterator.hasNext); local
450 while (hasNext) {
473 hasNext = env->CallBooleanMethod(iterator, gFields.iterator.hasNext);
610 GET_METHOD_ID(gFields.iterator.hasNext, clazz, "hasNext", "()Z");
/frameworks/testing/espresso/libs/
H A Djarjar-1.4.jarcom/tonicsystems/jarjar/help.txt com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor.class StandaloneJarProcessor.java package com. ...
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Ddagger-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF dagger/ dagger/internal/ dagger/internal/loaders/ dagger/internal/ArrayQueue$ ...

Completed in 4823 milliseconds