| /libcore/luni/src/test/java/libcore/java/util/zip/ |
| D | AbstractZipFileTest.java | 161 ZipEntry ze = zip.getEntry(name); in testStoredEntrySize() local 228 ZipEntry ze = new ZipEntry(Integer.toHexString(entry)); in writeEntries() local 265 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 274 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 284 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 295 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 305 ZipEntry ze = new ZipEntry("okay1"); in testSTORED() local 325 ZipEntry ze = new ZipEntry("okay2"); in testSTORED() local 345 ZipEntry ze = new ZipEntry("a"); in testSTORED() local 356 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/native/ |
| D | ZipFile.c | 178 jzentry *ze; in ZipFile_getEntry() local 203 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_freeEntry() local 211 jzentry *ze = ZIP_GetNextEntry(jlong_to_ptr(zfile), n); in ZipFile_getNextEntry() local 218 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryMethod() local 225 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryFlag() local 232 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryCSize() local 239 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntrySize() local 246 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryTime() local 253 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryCrc() local 274 jzentry *ze = jlong_to_ptr(zentry); in ZipFile_getEntryBytes() local
|
| D | zip_util.c | 1113 jzentry *ze; in newEntry() local 1223 ZIP_FreeEntry(jzfile *jz, jzentry *ze) in ZIP_FreeEntry() 1275 jzentry *ze = 0; in ZIP_GetEntry2() local
|
| /libcore/ojluni/src/main/java/java/util/jar/ |
| D | JarFile.java | 264 ZipEntry ze = super.getEntry(name); in getEntry() local 281 ZipEntry ze = e.nextElement(); in next() local 310 JarFileEntry(ZipEntry ze) { in JarFileEntry() 447 private byte[] getBytes(ZipEntry ze) throws IOException { in getBytes() 466 public synchronized InputStream getInputStream(ZipEntry ze) in getInputStream() 658 JarEntry newEntry(ZipEntry ze) { in newEntry()
|
| D | JarEntry.java | 63 public JarEntry(ZipEntry ze) { in JarEntry()
|
| D | JarOutputStream.java | 89 public void putNextEntry(ZipEntry ze) throws IOException { in putNextEntry()
|
| D | JarVerifier.java | 779 ZipEntry ze = enum_.nextElement(); in entries2() 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/test/java/util/zip/ZipFile/ |
| D | Zip64SizeTest.java | 88 ZipEntry ze = zip.getEntry(LARGE_FILE_NAME); in validateZipEntrySizes() 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 | 389 ZipEntry ze = getZipEntry(name, jzentry); in getEntry() local 612 ZipEntry ze = getZipEntry(null, jzentry); in next() local
|