Searched refs:nextEntry (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tools/aapt/
H A DDirectoryWalker.h31 virtual struct dirent* nextEntry() = 0;
73 virtual struct dirent* nextEntry() { function in class:SystemDirectoryWalker
H A DFileFinder.cpp55 while ((entry = dw->nextEntry()) != NULL) {
/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java218 private ZipEntry nextEntry; field in class:StrictJarFile.EntryIterator
225 if (nextEntry != null) {
226 final ZipEntry ze = nextEntry;
227 nextEntry = null;
235 if (nextEntry != null) {
244 nextEntry = ze;
/frameworks/base/include/androidfw/
H A DZipFileRO.h100 ZipEntryRO nextEntry(void* cookie);
/frameworks/base/tools/aapt/tests/
H A DMockDirectoryWalker.h42 virtual struct dirent* nextEntry() { function in class:StringDirectoryWalker
/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp334 while ((next = mZipFile->nextEntry(mCookie)) != NULL) {
533 while ((next = zipFile->nextEntry(cookie)) != NULL) {
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp151 ZipEntryRO ZipFileRO::nextEntry(void* cookie) function in class:ZipFileRO
H A DAssetManager.cpp1535 while ((entry = pZip->nextEntry(iterationCookie)) != NULL) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp597 while ((entry = mZip->nextEntry(cookie)) != NULL) {
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2703 EventEntry* nextEntry = entry->next; local
2705 entry = nextEntry;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 518 milliseconds