Searched refs:hasNext (Results 1 - 25 of 72) sorted by relevance

123

/frameworks/base/awt/org/apache/harmony/awt/
H A DReadOnlyIterator.java46 public boolean hasNext() { method in class:ReadOnlyIterator
47 return it.hasNext();
H A DListenerList.java166 for (Iterator<?> it = list.iterator(); 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 DIntentFilter.java822 while (i.hasNext()) {
853 while (i.hasNext()) {
1029 return it.hasNext() ? it.next() : null;
1032 while (it.hasNext()) {
1262 while (it.hasNext()) {
1271 while (it.hasNext()) {
1280 while (it.hasNext()) {
1289 while (it.hasNext()) {
1301 while (it.hasNext()) {
1311 while (it.hasNext()) {
[all...]
/frameworks/base/core/java/android/webkit/
H A DUrlInterceptRegistry.java124 while (iter.hasNext()) {
151 while (iter.hasNext()) {
H A DCookieSyncManager.java197 while (iter.hasNext()) {
H A DCookieManager.java355 while (iter.hasNext()) {
389 while (iter2.hasNext()) {
451 while (iter.hasNext()) {
467 while (setIter.hasNext()) {
506 while (listIter.hasNext()) {
509 while (iter.hasNext()) {
556 while (listIter.hasNext()) {
559 while (iter.hasNext()) {
586 while (listIter.hasNext()) {
589 while (iter.hasNext()) {
[all...]
H A DByteArrayBuilder.java85 while (it.hasNext()) {
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DDecodingImageSource.java64 for (Iterator<ImageDecoder> i = decoders.iterator(); i.hasNext();) {
101 for (Iterator<ImageDecoder> i = decoders.iterator(); i.hasNext();) {
121 for (Iterator<ImageConsumer> i = consumersList.iterator(); i.hasNext();) {
148 for (Iterator<ImageDecoder> i = decoders.iterator(); i.hasNext();) {
168 for (Iterator<ImageConsumer> i = consumersList.iterator(); i.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/awt/javax/imageio/
H A DImageIO.java129 while (it.hasNext()) {
156 while (it.hasNext()) {
469 if (!imageReaders.hasNext()) {
516 if (it.hasNext()) {
736 public boolean hasNext() { method in class:ImageIO.SpiIteratorToWritersIteratorWrapper
737 return backend.hasNext();
788 public boolean hasNext() { method in class:ImageIO.SpiIteratorToReadersIteratorWrapper
789 return backend.hasNext();
/frameworks/base/awt/javax/imageio/spi/
H A DServiceRegistry.java54 while (categoriesIterator.hasNext()) {
108 for (Iterator<?> iterator = providers; iterator.hasNext();) {
526 public boolean hasNext() { method in class:ServiceRegistry.FilteredIterator
543 while (backend.hasNext()) {
/frameworks/base/services/java/com/android/server/am/
H A DAppBindRecord.java44 while (it.hasNext()) {
H A DIntentBindRecord.java66 while (it.hasNext()) {
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java80 while (iter.hasNext()) {
/frameworks/base/core/tests/coretests/src/android/pim/vcard/
H A DExportTestResolver.java63 public boolean hasNext() { method in class:MockEntityIterator
64 return mIterator.hasNext();
/frameworks/base/opengl/java/android/opengl/
H A DGroup.java107 while (iter.hasNext()) {
133 while (iter.hasNext()) {
/frameworks/base/awt/java/beans/
H A DPropertyEditorSupport.java123 while (iterator.hasNext()) {
/frameworks/base/tests/CoreTests/android/core/
H A DHashMapTest.java147 while (iter.hasNext()) {
187 while (iter.hasNext()) {
227 while (iter.hasNext()) {
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java162 public boolean hasNext() { method in class:IntentResolver.IteratorWrapper
163 return mI.hasNext();
338 while (i.hasNext()) {
387 while (i.hasNext()) {
423 while (i.hasNext()) {
445 while (i.hasNext()) {
/frameworks/base/common/java/com/android/common/
H A DNetworkConnectivityListener.java99 while (it.hasNext()) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityManagerTest.java118 while (iter.hasNext()) {
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java113 while (it.hasNext()) {
/frameworks/base/location/java/android/location/
H A DGpsStatus.java43 public boolean hasNext() { method in class:GpsStatus.SatelliteIterator
/frameworks/base/awt/java/awt/
H A DRenderingHints.java353 while (it.hasNext()) {
450 while (it.hasNext()) {

Completed in 510 milliseconds

123