Searched refs:nextEntry (Results 1 – 10 of 10) sorted by relevance
218 private ZipEntry nextEntry; field in StrictJarFile.EntryIterator225 if (nextEntry != null) { in next()226 final ZipEntry ze = nextEntry; in next()227 nextEntry = null; in next()235 if (nextEntry != null) { in hasNext()244 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()
100 ZipEntryRO nextEntry(void* cookie);
42 virtual struct dirent* nextEntry() { in nextEntry() function
334 while ((next = mZipFile->nextEntry(mCookie)) != NULL) { in next()533 while ((next = zipFile->nextEntry(cookie)) != NULL) { in com_android_internal_content_NativeLibraryHelper_hasRenderscriptBitcode()
151 ZipEntryRO ZipFileRO::nextEntry(void* cookie) in nextEntry() function in ZipFileRO
1535 while ((entry = pZip->nextEntry(iterationCookie)) != NULL) { in scanAndMergeZipLocked()
606 while ((entry = zip->nextEntry(cookie)) != NULL) { in preloadZip()
2703 EventEntry* nextEntry = entry->next; in injectInputEvent() local2705 entry = nextEntry; in injectInputEvent()