| /libcore/luni/src/test/java/libcore/java/util/zip/ |
| D | AbstractZipFileTest.java | 56 ZipFile zipFile = new ZipFile(f); in testInflatingFilesRequiringZipRefill() local 156 File zipFile = createTemporaryZipFile(); in testStoredEntrySize() local 192 ZipFile zipFile = new ZipFile(f); in testZipFileWithLotsOfEntries() local 207 ZipFile zipFile = new ZipFile(f); in testZipFileLargerThan2GiB() local 418 ZipFile zipFile = new ZipFile(file); in testComments() local 432 try (ZipFile zipFile = new ZipFile(file)) { in test_getComment_unset() 451 ZipFile zipFile = new ZipFile(file); in test_NUL_in_filename() local 493 try (ZipFile zipFile = new ZipFile(emptyZip)) { in testConstructorWorksWhenReadingEmptyZipArchive() 508 ZipFile zipFile = new ZipFile(f); in testReadMoreThan8kInOneRead() local 529 ZipFile zipFile = new ZipFile(f); in testReadWithOffset() local [all …]
|
| D | ZipEntryTest.java | 88 ZipFile zipFile = new ZipFile(f); in test_utf8FileNames() local 135 ZipFile zipFile = new ZipFile(f); in testMaxLengthName() local 164 ZipFile zipFile = new ZipFile(f); in testMaxLengthExtra() local 200 ZipFile zipFile = new ZipFile(f); in checkSetTime() local 250 ZipFile zipFile = new ZipFile(f); in testMaxLengthComment() local 281 ZipFile zipFile = new ZipFile(f); in testCommentAndExtraInSameOrder() local
|
| D | ZipFileTest.java | 48 ZipFile zipFile = new ZipFile(f); in testZipFileOffsetNeverChangesAfterInit() local 85 try (ZipFile zipFile = new ZipFile(nonExistentFile, ZipFile.OPEN_READ)) { in test_FileNotFound() 112 try (ZipFile zipFile = new ZipFile(tempFile, cp1251)) { in test_zipFileWith_cp1251_fileNames() 118 try (ZipFile zipFile = new ZipFile(tempFile.getAbsolutePath(), cp1251)) { in test_zipFileWith_cp1251_fileNames()
|
| D | OldAndroidZipFileTest.java | 101 ZipFile zipFile = new ZipFile(fileName); in scanZip() local 124 ZipFile zipFile; in read2() local
|
| /libcore/benchmarks/src/benchmarks/ |
| D | ZipFileReadBenchmark.java | 41 ZipFile zipFile = new ZipFile(file); in setUp() local 77 ZipFile zipFile = new ZipFile(file); in timeZipFileRead() local
|
| D | BufferedZipFileBenchmark.java | 58 ZipFile zipFile = new ZipFile(file); in timeUnbufferedRead() local 71 ZipFile zipFile = new ZipFile(file); in timeBufferedRead() local
|
| D | ZipFileBenchmark.java | 42 ZipFile zipFile = new ZipFile(file); in setUp() local
|
| /libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
| D | ClassFileUtil.java | 54 static ZipEntry getEntryFromClassName(ZipFile zipFile, String className, in getEntryFromClassName() 66 static ZipEntry getEntryFromClassNameOrThrow(ZipFile zipFile, in getEntryFromClassNameOrThrow()
|
| D | DependencyAnalyzer.java | 94 try (ZipFile zipFile = new ZipFile(mClassPath.toFile()); in analyze() 221 private static List<ZipEntry> getEntriesFromNameOrThrow(ZipFile zipFile, Path zipPath, in getEntriesFromNameOrThrow() 291 private final ZipFile zipFile; field in DependencyAnalyzer.ExcludeClasspathFilter.Impl 504 ZipFile zipFile = getZipFile(jdkVersion); in getClassNode() local
|
| D | Main.java | 83 try (ZipFile zipFile = new ZipFile(jmod.toFile())) { in run() 632 private static ClassNode readClassNode(ZipFile zipFile, ZipEntry entry) throws IOException { in readClassNode() 642 private static boolean isClassExposed(ZipFile zipFile, ClassNode node, in isClassExposed()
|
| /libcore/luni/src/test/java/libcore/dalvik/system/ |
| D | ZipPathValidatorTest.java | 80 ZipFile zipFile = new ZipFile(tempFile); in testZipFileCallback() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
| D | ZipFileTest.java | 436 ZipFile zipFile = new ZipFile(tempFile); in test_sameNamesDifferentCase() local
|