Home
last modified time | relevance | path

Searched refs:closeEntry (Results 1 – 17 of 17) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipOutputStreamTest.java46 zos.closeEntry(); in test_close()
64 zos.closeEntry(); in test_closeEntry()
100 zos.closeEntry(); in test_putNextEntryLjava_util_zip_ZipEntry()
104 zis.closeEntry(); in test_putNextEntryLjava_util_zip_ZipEntry()
138 zos.closeEntry(); in test_setLevelI()
143 zos.closeEntry(); in test_setLevelI()
159 zos.closeEntry(); in test_setMethodI()
164 zos.closeEntry(); in test_setMethodI()
175 zos.closeEntry(); in test_write$BII()
186 zis.closeEntry(); in test_write$BII()
DZipInputStreamTest.java58 zos.closeEntry(); in setUp()
82 zis.closeEntry(); in test_ConstructorLjava_io_InputStream()
114 zis.closeEntry(); in test_closeEntry()
235 zis1.closeEntry(); in test_available()
/libcore/luni/src/test/java/libcore/java/util/zip/
DZipEntryTest.java63 out.closeEntry(); // Empty files are fine. in test_utf8FileNames()
111 out.closeEntry(); in testMaxLengthName()
139 out.closeEntry(); in testMaxLengthExtra()
190 out.closeEntry(); in testMaxLengthComment()
212 out.closeEntry(); in testCommentAndExtraInSameOrder()
219 out.closeEntry(); in testCommentAndExtraInSameOrder()
DOldZipInputStreamTest.java49 zos.closeEntry(); in setUp()
120 zis.closeEntry(); in test_closeEntry()
124 zis.closeEntry(); in test_closeEntry()
139 zis1.closeEntry(); in test_closeEntry()
DZipOutputStreamTest.java58 zippedOut.closeEntry(); in zip()
86 out.closeEntry(); in testNullComment()
DAbstractZipFileTest.java106 out.closeEntry(); in testDuplicateEntries()
108 out.closeEntry(); in testDuplicateEntries()
148 out.closeEntry(); in testStoredEntrySize()
237 out.closeEntry(); in writeEntries()
410 out.closeEntry(); in testComments()
475 out.closeEntry(); in testCrc()
528 out.closeEntry(); in testArchivesWithRelativePaths()
DOldAndroidZipStreamTest.java103 out.closeEntry(); in createCompressedZip()
129 out.closeEntry(); in createUncompressedZip()
DZipInputStreamTest.java111 zi.closeEntry(); in testReadOnIncompleteStream()
DOldAndroidZipFileTest.java91 out.closeEntry(); in createCompressedZip()
/libcore/ojluni/src/main/java/java/util/jar/
DJarOutputStream.java65 closeEntry(); in JarOutputStream()
DJarInputStream.java96 closeEntry(); in checkManifest()
/libcore/benchmarks/src/benchmarks/
DZipFileBenchmark.java74 out.closeEntry(); in writeEntries()
/libcore/tzdata/tools/src/main/libcore/tzdata/update/tools/
DTzDataBundleBuilder.java116 zos.closeEntry(); in addZipEntry()
/libcore/ojluni/src/main/java/java/util/zip/
DZipOutputStream.java178 closeEntry(); // close previous entry in putNextEntry()
231 public void closeEntry() throws IOException { in closeEntry() method in ZipOutputStream
347 closeEntry(); in finish()
DZipInputStream.java117 closeEntry(); in getNextEntry()
140 public void closeEntry() throws IOException { in closeEntry() method in ZipInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DJarURLConnectionTest.java147 out.closeEntry(); in test_getJarFile29()
/libcore/luni/src/test/java/libcore/java/net/
DOldJarURLConnectionTest.java215 out.closeEntry(); in test_getJarFile29()