Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java163 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 …]
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/java/java/util/jar/
DJarFile.java250 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()
DJarEntry.java61 public JarEntry(ZipEntry ze) { in JarEntry()
DJarOutputStream.java89 public void putNextEntry(ZipEntry ze) throws IOException { in putNextEntry()
DJarVerifier.java775 ZipEntry ze = enum_.nextElement(); in entries2() local
/libcore/ojluni/src/main/native/
DZipFile.c173 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
Dzip_util.c1030 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/
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/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.java361 ZipEntry ze = getZipEntry(name, jzentry); in getEntry() local
584 ZipEntry ze = getZipEntry(null, jzentry); in next() local