/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | AbstractZipFileTest.java | 163 ZipEntry ze = zip.getEntry(name); in testStoredEntrySize() local 230 ZipEntry ze = new ZipEntry(Integer.toHexString(entry)); in writeEntries() local 267 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 276 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 286 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 297 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 307 ZipEntry ze = new ZipEntry("okay1"); in testSTORED() local 327 ZipEntry ze = new ZipEntry("okay2"); in testSTORED() local 347 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 358 ZipEntry ze = new ZipEntry("okay"); in testSTORED() local [all …]
|
D | ZipEntryTest.java | 142 ZipEntry ze = new ZipEntry("x"); in testTooLongExtra() local 155 ZipEntry ze = new ZipEntry("x"); in testMaxLengthExtra() local 192 ZipEntry ze = new ZipEntry("x"); in checkSetTime() local 230 ZipEntry ze = new ZipEntry("x"); in testTooLongComment() local 243 ZipEntry ze = new ZipEntry("x"); in testMaxLengthComment() local 263 ZipEntry ze = new ZipEntry("x"); in testCommentAndExtraInSameOrder() local
|
D | Zip64FileTest.java | 47 ZipEntry ze = entries.nextElement(); in testZip64Support_largeNumberOfEntries() local 74 ZipEntry ze = entries.nextElement(); in testZip64Support_totalLargerThan4G() local 97 ZipEntry ze = entries.nextElement(); in testZip64Support_hugeEntry() local
|
D | ZipInputStreamTest.java | 94 ZipEntry ze = zi.getNextEntry(); in testReadOnIncompleteStream() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | ZipOutputStreamTest.java | 70 ZipEntry ze = new ZipEntry("testEntry"); in test_closeEntry() local 84 ZipEntry ze = new ZipEntry("test"); in test_finish() local 106 ZipEntry ze = new ZipEntry("testEntry"); in test_putNextEntryLjava_util_zip_ZipEntry() local 150 ZipEntry ze = new ZipEntry("test"); in test_setLevelI() local 166 ZipEntry ze = new ZipEntry("test"); in test_setMethodI() local 191 ZipEntry ze = new ZipEntry("test"); in test_write$BII() local
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | JarFile.java | 250 ZipEntry ze = super.getEntry(name); in getEntry() local 267 ZipEntry ze = e.nextElement(); in next() local 296 JarFileEntry(ZipEntry ze) { in JarFileEntry() 433 private byte[] getBytes(ZipEntry ze) throws IOException { in getBytes() 452 public synchronized InputStream getInputStream(ZipEntry ze) in getInputStream() 644 JarEntry newEntry(ZipEntry ze) { in newEntry()
|
D | JarEntry.java | 61 public JarEntry(ZipEntry ze) { in JarEntry()
|
D | JarOutputStream.java | 89 public void putNextEntry(ZipEntry ze) throws IOException { in putNextEntry()
|
D | JarVerifier.java | 775 ZipEntry ze = enum_.nextElement(); in entries2() local
|
/libcore/ojluni/src/main/native/ |
D | ZipFile.c | 173 jzentry *ze; in ZipFile_getEntry() local 198 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_freeEntry() local 206 jzentry *ze = ZIP_GetNextEntry(jlong_to_ptr(zfile), n); in ZipFile_getNextEntry() local 213 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryMethod() local 220 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryFlag() local 227 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryCSize() local 234 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntrySize() local 241 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryTime() local 248 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryCrc() local 269 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryBytes() local
|
D | zip_util.c | 1030 jzentry *ze; in newEntry() local 1140 ZIP_FreeEntry(jzfile *jz, jzentry *ze) in ZIP_FreeEntry() 1192 jzentry *ze = 0; in ZIP_GetEntry2() local
|
/libcore/ojluni/annotations/hiddenapi/java/util/jar/ |
D | JarFile.java | 94 private byte[] getBytes(java.util.zip.ZipEntry ze) throws java.io.IOException { in getBytes() 98 public synchronized java.io.InputStream getInputStream(java.util.zip.ZipEntry ze) in getInputStream() 119 java.util.jar.JarEntry newEntry(java.util.zip.ZipEntry ze) { in newEntry() 193 JarFileEntry(java.util.zip.ZipEntry ze) { in JarFileEntry()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | JarOutputStreamTest.java | 71 ZipEntry ze = new ZipEntry("Test"); in test_JarOutputStreamLjava_io_OutputStream() local
|
/libcore/benchmarks/src/benchmarks/ |
D | ZipFileBenchmark.java | 64 ZipEntry ze = new ZipEntry(Integer.toHexString(entry)); in writeEntries() local
|
D | ZipFileReadBenchmark.java | 57 ZipEntry ze = new ZipEntry(Integer.toHexString(entry)); in writeEntries() local
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
D | URLJarFile.java | 131 ZipEntry ze = super.getEntry(name); in getEntry() local
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipFile.java | 361 ZipEntry ze = getZipEntry(name, jzentry); in getEntry() local 584 ZipEntry ze = getZipEntry(null, jzentry); in next() local
|