Searched refs:nextEntry (Results 1 – 14 of 14) sorted by relevance
261 private ZipEntry nextEntry; field in StrictJarFile.EntryIterator268 if (nextEntry != null) { in next()269 final ZipEntry ze = nextEntry; in next()270 nextEntry = null; in next()278 if (nextEntry != null) { in hasNext()287 nextEntry = ze; in hasNext()
31 virtual struct dirent* nextEntry() = 0;73 virtual struct dirent* nextEntry() { in nextEntry() function
55 while ((entry = dw->nextEntry()) != NULL) { in findFiles()
107 ZipEntryRO nextEntry(void* cookie);
42 virtual struct dirent* nextEntry() { in nextEntry() function
283 for (auto entry = zip_file->nextEntry(cookie); in ValidateDevFidelityParams()284 entry; entry=zip_file->nextEntry(cookie)) { in ValidateDevFidelityParams()
327 while ((next = mZipFile->nextEntry(mCookie)) != NULL) { in next()531 while ((next = zipFile->nextEntry(cookie)) != NULL) { in com_android_internal_content_NativeLibraryHelper_hasRenderscriptBitcode()
168 ZipEntryRO ZipFileRO::nextEntry(void* cookie) in nextEntry() function in ZipFileRO
1249 while ((entry = pZip->nextEntry(iterationCookie)) != NULL) { in scanAndMergeZipLocked()
155 const MotionEventEntry& nextEntry = motions[i+1]; in createMotionEventStream() local156 action = resolveAction(previousEntry.positions, entry.positions, nextEntry.positions); in createMotionEventStream()
746 while ((entry = zip->nextEntry(cookie)) != nullptr) { in preloadZip()
2971 EventEntry* nextEntry = entry->next; in injectInputEvent() local2973 entry = nextEntry; in injectInputEvent()
29346 HSPLjava/util/TreeMap$NavigableSubMap$SubMapIterator;->nextEntry()Ljava/util/TreeMap$TreeMapEntry;29357 HSPLjava/util/TreeMap$PrivateEntryIterator;->nextEntry()Ljava/util/TreeMap$TreeMapEntry;29465 HSPLjava/util/WeakHashMap$HashIterator;->nextEntry()Ljava/util/WeakHashMap$Entry;
119419 Ljava/util/TreeMap$NavigableSubMap$SubMapIterator;->nextEntry()Ljava/util/TreeMap$TreeMapEntry;119466 Ljava/util/TreeMap$PrivateEntryIterator;->nextEntry()Ljava/util/TreeMap$TreeMapEntry;119599 Ljava/util/WeakHashMap$HashIterator;->nextEntry()Ljava/util/WeakHashMap$Entry;