Searched refs:nextEntry (Results 1 – 12 of 12) 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()
3001 EventEntry* nextEntry = entry->next; in injectInputEvent() local3003 entry = nextEntry; in injectInputEvent()