Home
last modified time | relevance | path

Searched defs:zf (Results 1 – 25 of 36) sorted by relevance

12

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DUTF8ZipFilesTest.java100 ZipFile zf = null; in testRead7ZipArchive() local
135 ZipFile zf = null; in testReadWinZipArchive() local
146 private void assertCanRead(final ZipFile zf, final String fileName) throws IOException { in assertCanRead()
200 ZipFile zf = null; in testZipArchiveInputStreamReadsUnicodeFields() local
217 ZipFile zf = null; in testRawNameReadFromZipFile() local
338 ZipFile zf = null; in testFile() local
DEncryptedArchiveTest.java36 ZipFile zf = null; in testReadPasswordEncryptedEntryViaZipFile() local
DMaven221MultiVolumeTest.java125 ZipFile zf = new ZipFile(file); in testRead7ZipMultiVolumeArchiveForFile() local
DScatterSampleTest.java61 final ZipFile zf = new ZipFile(result); in checkFile() local
DScatterZipOutputStreamTest.java69 final ZipFile zf = new ZipFile(target); in putArchiveEntry() local
DZipFileTest.java50 private ZipFile zf = null; field in ZipFileTest
412 try (ZipFile zf = new ZipFile(archive)) { in testOffsets()
448 try (ZipFile zf = new ZipFile(new SeekableInMemoryByteChannel(zipContent.toByteArray()))) { in testDelayedOffsetsAndSizes()
502 try (ZipFile zf = new ZipFile(new SeekableInMemoryByteChannel( in testEntryAlignment()
796 try (ZipFile zf = new ZipFile(getFile(archive))) { in nameSource()
DX5455_ExtendedTimestampTest.java117 ZipFile zf = null; in testSampleFile() local
443 final ZipFile zf = new ZipFile(output); in testWriteReadRoundtrip() local
DX7875_NewUnixTest.java50 ZipFile zf = null; in testSampleFile() local
DLister.java72 try (ZipFile zf = new ZipFile(f, cl.encoding)) { in main()
DZipArchiveEntryTest.java278 try (ZipFile zf = new ZipFile(getFile("COMPRESS-379.jar"))) { in isUnixSymlinkIsFalseIfMoreThanOneFlagIsSet()
DParallelScatterZipCreatorTest.java99 final ZipFile zf = new ZipFile(result); in removeEntriesFoundInZipFile() local
DDataDescriptorTest.java150 try (ZipFile zf = new ZipFile(f); in doesntWriteDataDescriptorWhenAddingRawEntries()
DZipArchiveInputStreamTest.java69 ZipFile zf = null; in properUseOfInflater() local
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/jar/
DJarArchiveOutputStreamTest.java41 ZipFile zf = null; in testJarMarker() local
/external/u-boot/lib/bzip2/
Dbzlib_private.h113 #define VPrintf0(zf) \ argument
115 #define VPrintf1(zf,za1) \ argument
117 #define VPrintf2(zf,za1,za2) \ argument
119 #define VPrintf3(zf,za1,za2,za3) \ argument
121 #define VPrintf4(zf,za1,za2,za3,za4) \ argument
123 #define VPrintf5(zf,za1,za2,za3,za4,za5) \ argument
130 #define VPrintf0(zf) /* */ argument
131 #define VPrintf1(zf,za1) /* */ argument
132 #define VPrintf2(zf,za1,za2) /* */ argument
133 #define VPrintf3(zf,za1,za2,za3) /* */ argument
[all …]
/external/bzip2/
Dbzlib_private.h73 #define VPrintf0(zf) \ argument
75 #define VPrintf1(zf,za1) \ argument
77 #define VPrintf2(zf,za1,za2) \ argument
79 #define VPrintf3(zf,za1,za2,za3) \ argument
81 #define VPrintf4(zf,za1,za2,za3,za4) \ argument
83 #define VPrintf5(zf,za1,za2,za3,za4,za5) \ argument
92 #define VPrintf0(zf) do { } while (0) argument
93 #define VPrintf1(zf,za1) do { } while (0) argument
94 #define VPrintf2(zf,za1,za2) do { } while (0) argument
95 #define VPrintf3(zf,za1,za2,za3) do { } while (0) argument
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DZipTestCase.java293 ZipFile zf = null; in testDirectoryEntryFromFile() local
329 ZipFile zf = null; in testExplicitDirectoryEntry() local
519 ZipFile zf = null; in testFileEntryFromFile() local
564 ZipFile zf = null; in testExplicitFileEntry() local
671 try (final ZipFile zf = new ZipFile(input)) { in testInputStreamStatistics()
/external/perfetto/tools/
Dinstall-build-deps338 def ExtractZipfilePreservePermissions(zf, info, path): argument
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIData.java70 ZipFile zf = null; in read() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrixF.cpp589 const float zf, in PVRTMatrixOrthoLHF()
635 const float zf, in PVRTMatrixOrthoRHF()
DPVRTMatrixX.cpp589 const int zf, in PVRTMatrixOrthoLHX()
642 const int zf, in PVRTMatrixOrthoRHX()
/external/python/cpython3/PC/layout/
Dmain.py281 def _write_to_zip(zf, dest, src, ns, checked=True): argument
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp298 DataFile zf = (z == s) ? sf : i->src(z).getFile(); in insnCanLoad() local
/external/elfutils/libdwfl/
Dgzip.c76 gzFile zf; member
/external/zlib/src/contrib/minizip/
Dminizip.c371 zipFile zf; local

12