Home
last modified time | relevance | path

Searched defs:zf (Results 1 – 25 of 42) 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
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()
DMaven221MultiVolumeTest.java125 ZipFile zf = new ZipFile(file); in testRead7ZipMultiVolumeArchiveForFile() local
DX5455_ExtendedTimestampTest.java117 ZipFile zf = null; in testSampleFile() local
443 final ZipFile zf = new ZipFile(output); in testWriteReadRoundtrip() local
DScatterSampleTest.java61 final ZipFile zf = new ZipFile(result); in checkFile() local
DScatterZipOutputStreamTest.java69 final ZipFile zf = new ZipFile(target); in putArchiveEntry() 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()
/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/jar/
DJarArchiveOutputStreamTest.java41 ZipFile zf = null; in testJarMarker() local
/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/pytorch/torch/utils/
D_zip.py38 def write_to_zip(file_path, strip_file_path, zf, prepend_str=""): argument
/external/tflite-support/tensorflow_lite_support/metadata/cc/
Dmetadata_extractor.cc77 tflite::support::StatusOr<ZipFileInfo> GetCurrentZipFileInfo(const unzFile& zf) { in GetCurrentZipFileInfo()
242 unzFile zf = unzOpen2_64(/*path=*/nullptr, &mem_file.GetFileFunc64Def()); in ExtractAssociatedFiles() local
/external/bazelbuild-rules_python/examples/wheel/
Dwheel_test.py58 def assertAllEntriesHasReproducibleMetadata(self, zf): argument
/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
DAPIData.java70 ZipFile zf = null; in read() local
/external/perfetto/tools/
Dinstall-build-deps584 def ExtractZipfilePreservePermissions(zf, info, path): argument
/external/zlib/contrib/tests/
Dutils_unittest.cc1179 zipFile zf = zipOpen(zip_file.AsUTF8Unsafe().c_str(), APPEND_STATUS_CREATE); in TEST() local
1248 zipFile zf = zipOpen(zip_file.AsUTF8Unsafe().c_str(), APPEND_STATUS_CREATE); in TEST() local
/external/python/cpython3/PC/layout/
Dmain.py343 def _write_to_zip(zf, dest, src, ns, checked=True): argument
/external/pytorch/torch/csrc/jit/mobile/model_tracer/
DTracerRunner.cpp66 auto zf = at::zeros({10}, at::kFloat); in call_setup_methods() local
/external/zlib/contrib/minizip/
Dminizip.c359 zipFile zf; in main() local
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nv50.cpp309 DataFile zf = (z == s) ? sf : i->src(z).getFile(); in insnCanLoad() local

12