Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 25 of 28) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLShape.java39 while (iter.hasNext()) { in putIndices()
48 while (iter.hasNext()) { in getIndexCount()
59 while (iter.hasNext()) { in addVertex()
79 while (iter.hasNext()) { in animateTransform()
DGLWorld.java49 while (iter2.hasNext()) { in generate()
55 while (iter3.hasNext()) { in generate()
/development/tools/apkcheck/src/com/android/apkcheck/
DApkCheck.java231 while (pkgIter.hasNext()) { in flattenInherited()
235 while (classIter.hasNext()) { in flattenInherited()
253 while (pkgIter.hasNext()) { in check()
265 while (classIter.hasNext()) { in check()
317 while (fieldIter.hasNext()) { in checkClass()
333 while (methodIter.hasNext()) { in checkClass()
394 while (iter.hasNext()) { in dumpApi()
403 while (iter.hasNext()) { in dumpPackage()
412 while (fieldIter.hasNext()) { in dumpClass()
417 while (methIter.hasNext()) { in dumpClass()
DClassInfo.java188 while (iter.hasNext()) { in getMethodIgnoringReturn()
302 while (keyIter.hasNext()) { in normalizeTypes()
312 while (keyIter.hasNext()) { in normalizeTypes()
/development/tools/bugreport/src/com/android/bugreport/stacks/
DVmTracesParser.java56 while (lines.hasNext()) { in parse()
65 while (lines.hasNext()) { in parse()
DProcessSnapshotParser.java71 while (lines.hasNext()) { in parse()
102 while (lines.hasNext()) { in parse()
DThreadSnapshotParser.java124 if (!lines.hasNext()) { in parse()
152 while (lines.hasNext()) { in parse()
173 while (lines.hasNext()) { in parse()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyUtils.java101 while (it.hasNext()) { in dump()
107 while (it.hasNext()) { in dump()
/development/tools/bugreport/src/com/android/bugreport/monkey/
DMonkeyLogParser.java51 if (!lines.hasNext()) { in parse()
85 while (state != STATE_DONE && lines.hasNext()) { in extractAnrLines()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSynthEngine.java186 while (iterator.hasNext()) { in generateBuffer()
206 while (iterator.hasNext()) { in allNotesOff()
251 while (iterator.hasNext()) { in pitchBend()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSynthEngine.java186 while (iterator.hasNext()) { in generateBuffer()
206 while (iterator.hasNext()) { in allNotesOff()
251 while (iterator.hasNext()) { in pitchBend()
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/
DCpuUsageParser.java49 while (lines.hasNext()) { in parse()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java124 messages.hasNext(); ) { in sendNotificationForConversation()
128 if (messages.hasNext()) { in sendNotificationForConversation()
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java86 for(Iterator<String> it = keys.iterator(); it.hasNext(); ) { in filter()
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DMetadataParser.java63 while (lines.hasNext()) { in parseHeader()
DBugreportParser.java102 while (lines.hasNext()) { in parse()
114 while (lines.hasNext()) { in parse()
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java96 public boolean hasNext() { in hasNext() method in Lines
/development/tools/bugreport/src/com/android/bugreport/logcat/
DLogcatParser.java55 while (lines.hasNext()) { in parse()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTracking.java128 while (iterator.hasNext()) { in moveActivitiesInOrder()
216 while (activityIterator.hasNext()) { in activityResumed()
/development/tools/bugreport/src/com/android/bugreport/anr/
DAnrParser.java68 while (lines.hasNext()) { in parse()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DQueueHelper.java137 if (!genres.hasNext()) { in getRandomQueue()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DUtilityService.java130 while (itr.hasNext()) { in clearRemoteNotificationsInternal()
/development/samples/ContactManager/src/com/example/android/contactmanager/
DContactAdder.java113 while (iter.hasNext()) { in onCreate()
126 while (iter.hasNext()) { in onCreate()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsActivity.java215 while (itr.hasNext()) { in doInBackground()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java371 while (iterator.hasNext()) { in getBitmapFromReusableSet()

12