Home
last modified time | relevance | path

Searched defs:ze (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java161 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 …]
DZipEntryTest.java142 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
DZip64FileTest.java47 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
DZipInputStreamTest.java94 ZipEntry ze = zi.getNextEntry(); in testReadOnIncompleteStream() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipOutputStreamTest.java70 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/
DZipFile.c178 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
Dzip_util.c1113 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/
DJarFile.java264 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()
DJarEntry.java63 public JarEntry(ZipEntry ze) { in JarEntry()
DJarOutputStream.java89 public void putNextEntry(ZipEntry ze) throws IOException { in putNextEntry()
DJarVerifier.java779 ZipEntry ze = enum_.nextElement(); in entries2() local
/libcore/ojluni/annotations/hiddenapi/java/util/jar/
DJarFile.java94 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/
DJarOutputStreamTest.java71 ZipEntry ze = new ZipEntry("Test"); in test_JarOutputStreamLjava_io_OutputStream() local
/libcore/benchmarks/src/benchmarks/
DZipFileBenchmark.java64 ZipEntry ze = new ZipEntry(Integer.toHexString(entry)); in writeEntries() local
DZipFileReadBenchmark.java57 ZipEntry ze = new ZipEntry(Integer.toHexString(entry)); in writeEntries() local
/libcore/ojluni/src/test/java/util/zip/ZipFile/
DZip64SizeTest.java88 ZipEntry ze = zip.getEntry(LARGE_FILE_NAME); in validateZipEntrySizes() local
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java131 ZipEntry ze = super.getEntry(name); in getEntry() local
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java389 ZipEntry ze = getZipEntry(name, jzentry); in getEntry() local
612 ZipEntry ze = getZipEntry(null, jzentry); in next() local