Searched refs:hasNext (Results 26 - 50 of 72) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/net/
H A DDomainNameValidator.java115 while (i.hasNext()) {
152 while (i.hasNext()) {
/frameworks/base/opengl/java/android/opengl/
H A DObject3D.java106 while (iter.hasNext()) {
240 while (iter.hasNext()) {
/frameworks/base/core/java/android/net/http/
H A DRequestQueue.java429 while (iter.hasNext()) {
436 while (iter.hasNext()) {
527 if (iter.hasNext()) {
H A DRequest.java197 while (i.hasNext()) {
216 while (i.hasNext()) {
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DImageDecoder.java247 for (Iterator<ImageConsumer> i = consumers.iterator(); i.hasNext();) {
/frameworks/base/media/java/android/media/
H A DMediaFile.java174 while (iterator.hasNext()) {
H A DAudioService.java723 while (iter.hasNext()) {
1640 while(i.hasNext()){
2018 while(stackIterator.hasNext()) {
2047 while(stackIterator.hasNext()) {
2067 while(stackIterator.hasNext()) {
2276 while(stackIterator.hasNext()) {
2293 while(stackIterator.hasNext()) {
2309 while(stackIterator.hasNext()) {
H A DMediaScanner.java1103 while (iterator.hasNext()) {
1282 while (iterator.hasNext()) {
1446 while (iterator.hasNext()) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java450 while (valuesIter.hasNext()) {
455 if (valuesIter.hasNext()) {
H A DSQLiteDatabase.java898 while (iter.hasNext()) {
1512 while (entriesIter.hasNext()) {
1651 while (entriesIter.hasNext()) {
1655 if (entriesIter.hasNext()) {
H A DSQLiteQueryBuilder.java537 while (entryIter.hasNext()) {
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java316 while (it.hasNext()) {
340 while (it.hasNext()) {
524 while (it.hasNext())
567 while (it.hasNext()) {
676 while (it.hasNext()) {
739 while (it.hasNext())
H A DAccessibilityManagerService.java165 while (it.hasNext()) {
181 while (it.hasNext()) {
572 while (splitter.hasNext()) {
H A DVibratorService.java262 while (iter.hasNext()) {
H A DPackageManagerService.java540 while (it.hasNext() && i < size) {
836 while (libs.hasNext()) {
930 while (psit.hasNext()) {
1086 while (it.hasNext()) {
1098 while (it.hasNext()) {
1886 while (it.hasNext()) {
2170 while (it.hasNext()) {
2302 while (i.hasNext()) {
2312 while (i.hasNext()) {
2331 while (i.hasNext()) {
[all...]
/frameworks/base/core/java/android/pim/vcard/
H A DVCardComposer.java503 if (!entityIterator.hasNext()) {
508 while (entityIterator.hasNext()) {
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java179 while (it.hasNext()) {
190 while (it.hasNext()) {
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java370 if (iterable.iterator().hasNext()) {
404 if (!iterable.iterator().hasNext()) {
/frameworks/base/awt/org/apache/harmony/awt/im/
H A DInputMethodContext.java369 while (descriptors.hasNext()) {
/frameworks/base/core/java/android/content/
H A DSyncQueue.java185 while (entries.hasNext()) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DAdnRecordCache.java198 for (Iterator<AdnRecord> it = oldAdnList.iterator(); it.hasNext(); ) {
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java150 while (aIt.hasNext()) {
163 while (path != null && pIt.hasNext()) {
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java204 if (it.hasNext()) {
/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java445 while (i.hasNext()) {
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp200 jmethodID hasNext = env->GetMethodID(iteratorClass, "hasNext", "()Z"); local
215 while (env->CallBooleanMethod(iter, hasNext)) {

Completed in 7784 milliseconds

123