Home
last modified time | relevance | path

Searched defs:getNextEntry (Results 1 – 15 of 15) sorted by relevance

/external/llvm/tools/dsymutil/
DNonRelocatableStringpool.h56 const MapTy::MapEntryTy *getNextEntry(const MapTy::MapEntryTy *E) const { in getNextEntry() function
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/memory/
DMemoryArchiveInputStream.java45 public ArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in MemoryArchiveInputStream
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDropBoxManager.java46 protected DropBoxManager.Entry getNextEntry(String tag, long millis) { in getNextEntry() method in ShadowDropBoxManager
/external/llvm/include/llvm/Support/
DPrettyStackTrace.h45 const PrettyStackTraceEntry *getNextEntry() const { return NextEntry; } in getNextEntry() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/jar/
DJarArchiveInputStream.java61 public ArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in JarArchiveInputStream
/external/llvm-project/llvm/include/llvm/Support/
DPrettyStackTrace.h66 const PrettyStackTraceEntry *getNextEntry() const { return NextEntry; } in getNextEntry() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPrettyStackTrace.h59 const PrettyStackTraceEntry *getNextEntry() const { return NextEntry; } in getNextEntry() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/
DArchiveInputStream.java55 public abstract ArchiveEntry getNextEntry() throws IOException; in getNextEntry() method in ArchiveInputStream
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveInputStream.java229 public DumpArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in DumpArchiveInputStream
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/
DArjArchiveInputStream.java315 public ArjArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in ArjArchiveInputStream
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
DCpioArchiveInputStream.java503 public ArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in CpioArchiveInputStream
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/
DArArchiveInputStream.java239 public ArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in ArArchiveInputStream
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveInputStream.java551 public ArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in TarArchiveInputStream
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java291 public SevenZArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in SevenZFile
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveInputStream.java407 public ArchiveEntry getNextEntry() throws IOException { in getNextEntry() method in ZipArchiveInputStream