Home
last modified time | relevance | path

Searched refs:getNextEntry (Results 1 – 22 of 22) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
DInstrumenterTest.java195 assertEquals("Test.class", zipin.getNextEntry().getName()); in testInstrumentAll_Zip()
196 assertNull(zipin.getNextEntry()); in testInstrumentAll_Zip()
356 assertEquals("Test.class", zipin.getNextEntry().getName()); in testInstrumentAll_Pack200()
357 assertNull(zipin.getNextEntry()); in testInstrumentAll_Pack200()
404 assertEquals("META-INF/MANIFEST.MF", zipin.getNextEntry().getName()); in testInstrumentAll_RemoveSignatures()
405 assertNull(zipin.getNextEntry()); in testInstrumentAll_RemoveSignatures()
423 assertEquals("META-INF/ALIAS.SF", zipin.getNextEntry().getName()); in testInstrumentAll_KeepSignatures()
424 assertNull(zipin.getNextEntry()); in testInstrumentAll_KeepSignatures()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/
DPack200StreamsTest.java59 assertEquals("Test.class", zipin.getNextEntry().getName()); in testPack()
60 assertNull(zipin.getNextEntry()); in testPack()
80 assertEquals("Test.class", zipin.getNextEntry().getName()); in testUnpack()
81 assertNull(zipin.getNextEntry()); in testUnpack()
/external/swiftshader/third_party/LLVM/lib/Support/
DPrettyStackTrace.cpp37 if (Entry->getNextEntry()) in PrintStack()
38 NextID = PrintStack(Entry->getNextEntry(), OS); in PrintStack()
120 PrettyStackTraceHead.set(getNextEntry()); in ~PrettyStackTraceEntry()
/external/llvm/tools/dsymutil/
DNonRelocatableStringpool.h51 return getNextEntry(&Sentinel); in getFirstEntry()
56 const MapTy::MapEntryTy *getNextEntry(const MapTy::MapEntryTy *E) const { in getNextEntry() function
DDwarfLinker.cpp707 Entry = Pool.getNextEntry(Entry)) in emitStrings()
/external/brotli/java/org/brotli/integration/
DBundleHelper.java29 while ((entry = zis.getNextEntry()) != null) { in listEntries()
55 while ((entry = zis.getNextEntry()) != null) { in readEntry()
DBundleChecker.java66 while ((entry = zis.getNextEntry()) != null) { in run()
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DUnitTestZipArchive.java201 ZipEntry zipEntry = zipIn.getNextEntry(); in verifyTestZip()
205 Assert.assertNull(zipIn.getNextEntry()); in verifyTestZip()
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/
DTestUtils.java67 ZipEntry ze = zis.getNextEntry(); in unzip()
85 ze = zis.getNextEntry(); in unzip()
/external/proguard/src/proguard/io/
DJarReader.java58 ZipEntry zipEntry = zipInputStream.getNextEntry(); in read()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPrettyStackTrace.h45 const PrettyStackTraceEntry *getNextEntry() const { return NextEntry; } in getNextEntry() function
/external/llvm/include/llvm/Support/
DPrettyStackTrace.h45 const PrettyStackTraceEntry *getNextEntry() const { return NextEntry; } in getNextEntry() function
/external/jacoco/org.jacoco.agent.test/src/org/jacoco/agent/
DAgentJarTest.java79 final ZipEntry entry = zip.getNextEntry(); in assertAgentContents()
/external/llvm/lib/Support/
DPrettyStackTrace.cpp61 Entry = Entry->getNextEntry()) { in PrintStack()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DZipMultiReportOutputTest.java180 while ((entry = input.getNextEntry()) != null) { in readEntries()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DAnalyzer.java268 return input.getNextEntry(); in nextEntry()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
DInstrumenter.java233 return input.getNextEntry(); in nextEntry()
/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java230 for (ZipEntry entry; (entry = in.getNextEntry ()) != null; ) in enumeratePathArchive()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAssetManager.java390 ZipEntry ze = zis.getNextEntry(); in getFileFromZip()
394 ze = zis.getNextEntry(); in getFileFromZip()
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
DProcessor.java202 while ((ze = zis.getNextEntry()) != null) { in process()
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-compilation.txt32 --- n java.util.zip.ZipFile::getNextEntry (static)
Djdk7-compilation.txt63 639 57 n java.util.zip.ZipFile::getNextEntry (0 bytes) (static)