Home
last modified time | relevance | path

Searched refs:zip (Results 1 - 25 of 436) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/freetype/src/lzw/
H A Dftlzw.c103 ft_lzw_file_init( FT_LZWFile zip, in ft_lzw_file_init() argument
107 FT_LzwState lzw = &zip->lzw; in ft_lzw_file_init()
111 zip->stream = stream; in ft_lzw_file_init()
112 zip->source = source; in ft_lzw_file_init()
113 zip->memory = stream->memory; in ft_lzw_file_init()
115 zip->limit = zip->buffer + FT_LZW_BUFFER_SIZE; in ft_lzw_file_init()
116 zip->cursor = zip->limit; in ft_lzw_file_init()
117 zip in ft_lzw_file_init()
187 ft_lzw_file_skip_output( FT_LZWFile zip, FT_ULong count ) ft_lzw_file_skip_output() argument
234 ft_lzw_file_io( FT_LZWFile zip, FT_ULong pos, FT_Byte* buffer, FT_ULong count ) ft_lzw_file_io() argument
312 FT_LZWFile zip = (FT_LZWFile)stream->descriptor.pointer; ft_lzw_stream_close() local
334 FT_LZWFile zip = (FT_LZWFile)stream->descriptor.pointer; ft_lzw_stream_io() local
347 FT_LZWFile zip = NULL; FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/bzip2/
H A Dftbzip2.c141 ft_bzip2_file_init( FT_BZip2File zip, in ft_bzip2_file_init() argument
145 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_init()
149 zip->stream = stream; in ft_bzip2_file_init()
150 zip->source = source; in ft_bzip2_file_init()
151 zip->memory = stream->memory; in ft_bzip2_file_init()
153 zip->limit = zip->buffer + FT_BZIP2_BUFFER_SIZE; in ft_bzip2_file_init()
154 zip->cursor = zip->limit; in ft_bzip2_file_init()
155 zip in ft_bzip2_file_init()
326 ft_bzip2_file_skip_output( FT_BZip2File zip, FT_ULong count ) ft_bzip2_file_skip_output() argument
357 ft_bzip2_file_io( FT_BZip2File zip, FT_ULong pos, FT_Byte* buffer, FT_ULong count ) ft_bzip2_file_io() argument
427 FT_BZip2File zip = (FT_BZip2File)stream->descriptor.pointer; ft_bzip2_stream_close() local
449 FT_BZip2File zip = (FT_BZip2File)stream->descriptor.pointer; ft_bzip2_stream_io() local
462 FT_BZip2File zip = NULL; FT_EXPORT_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftgzip.c284 ft_gzip_file_init( FT_GZipFile zip, in ft_gzip_file_init() argument
288 z_stream* zstream = &zip->zstream; in ft_gzip_file_init()
292 zip->stream = stream; in ft_gzip_file_init()
293 zip->source = source; in ft_gzip_file_init()
294 zip->memory = stream->memory; in ft_gzip_file_init()
296 zip->limit = zip->buffer + FT_GZIP_BUFFER_SIZE; in ft_gzip_file_init()
297 zip->cursor = zip->limit; in ft_gzip_file_init()
298 zip in ft_gzip_file_init()
466 ft_gzip_file_skip_output( FT_GZipFile zip, FT_ULong count ) ft_gzip_file_skip_output() argument
497 ft_gzip_file_io( FT_GZipFile zip, FT_ULong pos, FT_Byte* buffer, FT_ULong count ) ft_gzip_file_io() argument
567 FT_GZipFile zip = (FT_GZipFile)stream->descriptor.pointer; ft_gzip_stream_close() local
592 FT_GZipFile zip = (FT_GZipFile)stream->descriptor.pointer; ft_gzip_stream_io() local
629 FT_GZipFile zip = NULL; FT_EXPORT_DEF() local
[all...]
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc32 #include "third_party/zlib/google/zip.h"
73 class ProgressWriterDelegate : public zip::WriterDelegate {
117 // Used to test providing a custom zip::FileAccessor when unzipping.
118 class VirtualFileSystem : public zip::FileAccessor {
158 bool Open(const zip::Paths paths,
276 ASSERT_TRUE(zip::Unzip(path, test_dir_)); in TestUnzipFile()
321 // If the timestamp is not supported by the zip format, the last
328 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TestTimeStamp()
341 // Adjusting the current timestamp to the resolution that the zip file in TestTimeStamp()
343 // and zip in TestTimeStamp()
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc32 #include "third_party/zlib/google/zip.h"
73 class ProgressWriterDelegate : public zip::WriterDelegate {
117 // Used to test providing a custom zip::FileAccessor when unzipping.
118 class VirtualFileSystem : public zip::FileAccessor {
158 bool Open(const zip::Paths paths,
276 ASSERT_TRUE(zip::Unzip(path, test_dir_)); in TestUnzipFile()
321 // If the timestamp is not supported by the zip format, the last
328 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TestTimeStamp()
341 // Adjusting the current timestamp to the resolution that the zip file in TestTimeStamp()
343 // and zip in TestTimeStamp()
[all...]
/third_party/icu/icu4c/source/config/
H A Ddist.mk26 DOCZIP=icu-docs.zip
34 DISTY_FILE_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-src.zip
35 DISTY_DOC_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-docs.zip
36 DISTY_DATA_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-data.zip
52 ln -sf $(shell basename $(DISTY_DOC_ZIP)) $(DISTY_FILE_DIR)/icu4c-docs.zip
53 ln -f $(DISTY_DOC_ZIP) $(DISTY_FILE_DIR)/icu4c-$(DISTY_VER)-docs.zip
69 ( cd $(DISTY_TMP)/icu/source ; zip -rlq $(DISTY_DATA_ZIP) data )
76 ( cd $(DISTY_TMP) ; zip -rlq $(DISTY_FILE_ZIP) icu )
78 ln -sf $(shell basename $(DISTY_FILE_ZIP)) $(DISTY_FILE_DIR)/icu4c-src.zip
80 ln -sf $(shell basename $(DISTY_DATA_ZIP)) $(DISTY_FILE_DIR)/icu4c-data.zip
[all...]
/third_party/skia/third_party/externals/icu/source/config/
H A Ddist.mk26 DOCZIP=icu-docs.zip
34 DISTY_FILE_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-src.zip
35 DISTY_DOC_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-docs.zip
36 DISTY_DATA_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-data.zip
52 ln -sf $(shell basename $(DISTY_DOC_ZIP)) $(DISTY_FILE_DIR)/icu4c-docs.zip
53 ln -f $(DISTY_DOC_ZIP) $(DISTY_FILE_DIR)/icu4c-$(DISTY_VER)-docs.zip
69 ( cd $(DISTY_TMP)/icu/source ; zip -rlq $(DISTY_DATA_ZIP) data )
76 ( cd $(DISTY_TMP) ; zip -rlq $(DISTY_FILE_ZIP) icu )
78 ln -sf $(shell basename $(DISTY_FILE_ZIP)) $(DISTY_FILE_DIR)/icu4c-src.zip
80 ln -sf $(shell basename $(DISTY_DATA_ZIP)) $(DISTY_FILE_DIR)/icu4c-data.zip
[all...]
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_artifacts.bat21 curl -L -o zlib.zip http://www.winimage.com/zLibDll/zlib123dll.zip
22 curl -L -o zlib-src.zip http://www.winimage.com/zLibDll/zlib123.zip
23 7z x zlib.zip -ozlib
24 7z x zlib-src.zip -ozlib\include
26 del /Q zlib.zip
27 del /Q zlib-src.zip
/third_party/python/Doc/
H A DMakefile172 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
181 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text)
189 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
190 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-a4.zip
197 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
198 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip
[all...]
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_unittest.cc27 #include "third_party/zlib/google/zip.h"
51 // Used to test providing a custom zip::FileAccessor when unzipping.
52 class VirtualFileSystem : public zip::FileAccessor {
190 ASSERT_TRUE(zip::Unzip(path, test_dir_)); in TestUnzipFile()
245 // If the timestamp is not supported by the zip format, the last
252 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TestTimeStamp()
265 // Adjusting the current timestamp to the resolution that the zip file in TestTimeStamp()
267 // and zip::Zip() the clock can advance a bit, hence the use of EXPECT_GE. in TestTimeStamp()
278 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp()
279 ASSERT_TRUE(zip in TestTimeStamp()
[all...]
/third_party/python/PC/layout/
H A Dmain.py336 "Cannot create zip file because a directory exists by the same name"
369 if not ns.zip:
372 if ns.zip.is_file():
374 ns.zip.unlink()
376 log_exception("Unable to remove {}", ns.zip)
378 elif ns.zip.is_dir():
379 log_error("Cannot create ZIP file because {} is a directory", ns.zip)
382 ns.zip.parent.mkdir(parents=True, exist_ok=True)
383 return zipfile.ZipFile(ns.zip, "w", zipfile.ZIP_DEFLATED)
417 if ns.zip
[all...]
/third_party/python/Lib/distutils/
H A Darchive_util.py3 Utility functions for creating archive files (tarballs, zip files,
128 """Create a zip file from all the files under 'base_dir'.
130 The output zip file will be named 'base_name' + ".zip". Uses either the
131 "zipfile" Python module (if available) or the InfoZIP "zip" utility
133 available, raises DistutilsExecError. Returns the name of the output zip
136 zip_filename = base_name + ".zip"
140 # 'zip' command.
148 spawn(["zip", zipoptions, zip_filename, base_dir],
152 # external 'zip' comman
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeInferenceWithTupleType.js10 function zip<T, U>(array1: T[], array2: U[]): [[T, U]] {
22 var zipResult = zip(["foo", "bar"], [5, 6]);
43 function zip(array1, array2) { function
54 var zipResult = zip(["foo", "bar"], [5, 6]);
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
20 ./miniunz -l test.zip
22 ./miniunz test.zip
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
20 ./miniunz -l test.zip
22 ./miniunz test.zip
/third_party/zlib/contrib/minizip/
H A DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
22 ./miniunz -l test.zip
24 ./miniunz test.zip
/third_party/node/benchmark/fs/
H A Dreadfile-partitioned.js6 // Short jobs: small zip jobs.
75 function zip() {
85 zip();
91 // Start a competing zip
92 zip();
/third_party/skia/infra/bots/
H A Dzip_utils_test.py36 zip_utils.zip('input', 'test.zip')
37 zip_utils.unzip('test.zip', 'output')
54 zip_utils.zip('input', 'test.zip', to_skip=['.git', '.DS*', '*.pyc'])
55 zip_utils.unzip('test.zip', 'output')
70 zip_utils.zip('input', 'test.zip')
/third_party/python/Lib/test/
H A Dtest_itertools.py23 return list(zip(*args))
533 self.assertEqual(take(2, zip('abc',count(-1))), [('a', -1), ('b', 0)])
534 self.assertEqual(take(2, zip('abc',count(-3))), [('a', -3), ('b', -2)])
799 s = list(zip('AABBBAAAA', range(9)))
913 # XXX This is rather silly now that builtin zip() calls zip()...
914 ans = [(x,y) for x, y in zip('abc',count())]
916 self.assertEqual(list(zip('abc', range(6))), lzip('abc', range(6)))
917 self.assertEqual(list(zip('abcdef', range(3))), lzip('abcdef', range(3)))
918 self.assertEqual(take(3,zip('abcde
[all...]
/third_party/rust/crates/regex/tests/
H A Dconsistent.rs176 for (c1, c2) in cap1.iter().zip(cap2.iter()) { in result()
195 for (m1, m2) in fi1.zip(fi2) { in result()
206 for (cap1, cap2) in ci1.zip(ci2) { in result()
207 for (c1, c2) in cap1.iter().zip(cap2.iter()) { in result()
219 for (chunk1, chunk2) in s1.zip(s2) { in result()
/third_party/python/Tools/demo/
H A Dvector.py68 v = [x + y for x, y in zip(self.v, other.v)]
73 v = [x - y for x, y in zip(self.v, other.v)]
87 return sum(x_i * y_i for (x_i, y_i) in zip(self, other))
/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh35 # Test protoc's zip output mode.
57 --cpp_out=$TEST_TMPDIR/testzip.zip --python_out=$TEST_TMPDIR/testzip.zip \
61 echo "Testing output to zip..."
63 $UNZIP -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list \
67 || fail 'testzip.pb.cc not found in output zip.'
69 || fail 'testzip.pb.h not found in output zip.'
71 || fail 'testzip_pb2.py not found in output zip.'
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat65 set DXC_LATEST_ARTIFACT="https://ci.appveyor.com/api/projects/dnovillo/directxshadercompiler/artifacts/build%%2FRelease%%2Fdxc-artifacts.zip?branch=master&pr=false&job=image%%3A%%20Visual%%20Studio%%202019"
66 curl -L %DXC_LATEST_ARTIFACT% --output "%TEMP_DIR%\dxc.zip" || goto :error
71 powershell.exe -Command "Expand-Archive -LiteralPath '%TEMP_DIR%\dxc.zip' -DestinationPath '%TEMP_DIR%\dxc'" || goto :error
80 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/chrome-infra/depot_tools.zip', 'depot_tools.zip')" || goto :error
81 powershell -Command "Expand-Archive -Force 'depot_tools.zip' 'depot_tools'" || goto :error
/third_party/json/
H A DMakefile225 # <https://content.pivotal.io/blog/barriers-to-deterministic-reproducible-zip-files>.
226 include.zip:
227 zip -9 --recurse-paths -X include.zip $(SRCS) $(AMALGAMATED_FILE) meson.build LICENSE.MIT
230 release: include.zip json.tar.xz
233 gpg --armor --detach-sig include.zip
239 mv $(AMALGAMATED_FILE).asc $(AMALGAMATED_FWD_FILE).asc json.tar.xz json.tar.xz.asc include.zip include.zip.asc release_files
240 cd release_files ; shasum -a 256 json.hpp include.zip json.tar.xz > hashes.txt
/third_party/ffmpeg/tests/fate/
H A Dimage.mak187 FATE_EXR += fate-exr-rgb-tile-zip-half-float-l1
188 fate-exr-rgb-tile-zip-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_tile_zip_half_float.exr -pix_fmt gbrpf32le
190 FATE_EXR += fate-exr-rgb-tile-zip-half-float-l2
191 fate-exr-rgb-tile-zip-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_tile_zip_half_float.exr -pix_fmt gbrapf32le
232 FATE_EXR += fate-exr-rgb-scanline-zip-half-float-l1
233 fate-exr-rgb-scanline-zip-half-float-l1: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip_half_float.exr -pix_fmt gbrpf32le
235 FATE_EXR += fate-exr-rgb-scanline-zip-half-float-l2
236 fate-exr-rgb-scanline-zip-half-float-l2: CMD = framecrc -layer "VRaySamplerInfo" -i $(TARGET_SAMPLES)/exr/rgb_scanline_zip_half_float.exr -pix_fmt gbrapf32le
284 FATE_EXR += fate-exr-y-tile-zip-half-12x8
285 fate-exr-y-tile-zip
[all...]

Completed in 12 milliseconds

12345678910>>...18