/third_party/skia/third_party/externals/freetype/src/lzw/ |
D | ftlzw.c | 103 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->pos = 0; in ft_lzw_file_init() 133 ft_lzw_file_done( FT_LZWFile zip ) in ft_lzw_file_done() argument 136 ft_lzwstate_done( &zip->lzw ); in ft_lzw_file_done() [all …]
|
/third_party/skia/third_party/externals/freetype/src/bzip2/ |
D | ftbzip2.c | 141 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->pos = 0; in ft_bzip2_file_init() 172 bzstream->opaque = zip->memory; in ft_bzip2_file_init() 175 bzstream->next_in = (char*)zip->buffer; in ft_bzip2_file_init() [all …]
|
/third_party/noto-cjk/ |
D | gh-release-noto-cjk-sans.sh | 13 zip -r -v 01_NotoSansCJK-OTF-VF.zip Variable/OTF Variable/OTC/NotoSansCJK-VF.otf.ttc LICENSE --excl… 14 zip -r -v 02_NotoSansCJK-TTF-VF.zip Variable/TTF Variable/OTC/NotoSansCJK-VF.ttf.ttc LICENSE --excl… 15 zip -j -r -v 03_NotoSansCJK-OTC.zip OTC LICENSE --exclude "*.zip" "*.DS_Store" "OTC/NotoSansCJK.ttc" 16 zip -r -v 04_NotoSansCJK-OTF.zip OTF LICENSE --exclude "*.zip" "*.DS_Store" 17 zip -r -v 05_NotoSansCJK-SubsetOTF.zip SubsetOTF LICENSE --exclude "*.zip" "*.DS_Store" 18 zip -j -r -v 06_NotoSansCJKjp.zip OTF/Japanese LICENSE --exclude "*.zip" "*.DS_Store" 19 zip -j -r -v 07_NotoSansCJKkr.zip OTF/Korean LICENSE --exclude "*.zip" "*.DS_Store" 20 zip -j -r -v 08_NotoSansCJKsc.zip OTF/SimplifiedChinese LICENSE --exclude "*.zip" "*.DS_Store" 21 zip -j -r -v 09_NotoSansCJKtc.zip OTF/TraditionalChinese LICENSE --exclude "*.zip" "*.DS_Store" 22 zip -j -r -v 10_NotoSansCJKhk.zip OTF/TraditionalChineseHK LICENSE --exclude "*.zip" "*.DS_Store" [all …]
|
D | gh-release-noto-cjk-serif.sh | 13 zip -r -v 02_NotoSerifCJK-OTF-VF.zip Variable/OTF Variable/OTC/NotoSerifCJK-VF.otf.ttc LICENSE --ex… 14 zip -r -v 03_NotoSerifCJK-TTF-VF.zip Variable/TTF Variable/OTC/NotoSerifCJK-VF.ttf.ttc LICENSE --ex… 15 zip -r -v 04_NotoSerifCJKOTC.zip OTC LICENSE --exclude "*.zip" "*.DS_Store" "OTC/NotoSerifCJK.ttc" 16 zip -r -v 05_NotoSerifCJKOTF.zip OTF LICENSE --exclude "*.zip" "*.DS_Store" 17 zip -r -v 06_NotoSerifCJKSubsetOTF.zip SubsetOTF LICENSE --exclude "*.zip" "*.DS_Store" 18 zip -r -v 07_NotoSerifCJKjp.zip OTF/Japanese LICENSE --exclude "*.zip" "*.DS_Store" 19 zip -r -v 08_NotoSerifCJKkr.zip OTF/Korean LICENSE --exclude "*.zip" "*.DS_Store" 20 zip -r -v 09_NotoSerifCJKsc.zip OTF/SimplifiedChinese LICENSE --exclude "*.zip" "*.DS_Store" 21 zip -r -v 10_NotoSerifCJKtc.zip OTF/TraditionalChinese LICENSE --exclude "*.zip" "*.DS_Store" 22 zip -r -v 11_NotoSerifCJKhk.zip OTF/TraditionalChineseHK LICENSE --exclude "*.zip" "*.DS_Store" [all …]
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
D | ftgzip.c | 284 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->pos = 0; in ft_gzip_file_init() 308 zip->start = FT_STREAM_POS(); in ft_gzip_file_init() 317 zstream->next_in = zip->buffer; in ft_gzip_file_init() [all …]
|
/third_party/node/deps/zlib/google/ |
D | test_data.filelist | 7 test/data/Different Encryptions.zip 8 test/data/Empty Dir Same Name As File.zip 9 test/data/Mixed Paths.zip 10 test/data/Parent Dir Same Name As File.zip 12 test/data/Repeated Dir Name.zip 13 test/data/Repeated File Name With Different Cases.zip 14 test/data/Repeated File Name.zip 15 test/data/SJIS Bug 846195.zip 16 test/data/Windows Special Names.zip 17 test/data/Wrong CRC.zip [all …]
|
D | zip_unittest.cc | 73 class ProgressWriterDelegate : public zip::WriterDelegate { 118 class VirtualFileSystem : public zip::FileAccessor { 158 bool Open(const zip::Paths paths, in Open() 276 ASSERT_TRUE(zip::Unzip(path, test_dir_)); in TestUnzipFile() 354 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp() 355 ASSERT_TRUE(zip::Unzip(zip_file, out_dir)); in TestTimeStamp() 382 EXPECT_FALSE(zip::Unzip(GetDataDirectory().AppendASCII("No Such File.zip"), in TEST_F() 406 EXPECT_TRUE(zip::Unzip(path, output_dir)); in TEST_F() 417 ASSERT_TRUE(zip::Unzip(path, output_dir)); in TEST_F() 427 ASSERT_TRUE(zip::Unzip(GetDataDirectory().AppendASCII("test.zip"), test_dir_, in TEST_F() [all …]
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | install.bat | 12 mkdir zip 13 cd zip 31 copy RBManager.jar zip 32 copy RBReporter.bat zip 33 copy rbmanager_scanner.xml zip 34 copy resources\preferences.properties zip 35 attrib -r zip/preferences.properties 40 copy *.html ..\zip\docs\ 42 copy *.gif ..\..\zip\docs\Images\ 43 copy *.jpg ..\..\zip\docs\Images\ [all …]
|
/third_party/protobuf/protoc-artifacts/ |
D | build-zip.sh | 14 repository and create .zip packages suitable to be included in the github 16 included. Each invocation will create 8 zip packages: 17 dist/<TARGET>-<VERSION_NUMBER>-win32.zip 18 dist/<TARGET>-<VERSION_NUMBER>-win64.zip 19 dist/<TARGET>-<VERSION_NUMBER>-osx-x86_64.zip 20 dist/<TARGET>-<VERSION_NUMBER>-linux-x86_32.zip 21 dist/<TARGET>-<VERSION_NUMBER>-linux-x86_64.zip 22 dist/<TARGET>-<VERSION_NUMBER>-linux-aarch_64.zip 23 dist/<TARGET>-<VERSION_NUMBER>-linux-ppcle_64.zip 24 dist/<TARGET>-<VERSION_NUMBER>-linux-s390x.zip [all …]
|
/third_party/node/deps/zlib/google/test/data/ |
D | create_test_zip.sh | 10 rm test.zip 11 rm test_nocompress.zip 12 rm test_encrypted.zip 14 zip -r ../test.zip . 15 zip -r -0 ../test_nocompress.zip . 16 zip -P "fake_password" -r ../test_encrypted.zip .
|
D | README.md | 1 ## test\_posix\_permissions.zip 2 Rebuild this zip by running: 4 rm test_posix_permissions.zip && 11 zip test_posix_permissions.zip * && 12 mv test_posix_permissions.zip .. &&
|
/third_party/skia/third_party/externals/zlib/google/test/data/ |
D | create_test_zip.sh | 10 rm test.zip 11 rm test_nocompress.zip 12 rm test_encrypted.zip 14 zip -r ../test.zip . 15 zip -r -0 ../test_nocompress.zip . 16 zip -P "fake_password" -r ../test_encrypted.zip .
|
/third_party/python/Lib/test/ziptestdata/ |
D | README.md | 4 the `testdata_module_inside_zip.py` file. You must have infozip's zip utility 5 installed (`apt install zip` on Debian). 18 ### Standard old format (2.0) zip file 21 zip -0 zip2.zip testdata_module_inside_zip.py 22 cat header.sh zip2.zip >exe_with_zip 23 rm zip2.zip 28 Redirecting from stdin forces infozip's zip tool to create a zip64. 31 zip -0 <testdata_module_inside_zip.py >zip64.zip 32 cat header.sh zip64.zip >exe_with_z64 33 rm zip64.zip
|
/third_party/typescript/tests/baselines/reference/ |
D | checkObjectDefineProperty.types | 21 x.zip; 22 >x.zip : number 24 >zip : number 43 x.zip = 98123; 44 >x.zip = 98123 : 98123 45 >x.zip : number 47 >zip : number 127 Object.defineProperty(x, "zip", { get() { return 98122 }, set(_) { /*ignore*/ } }); 128 >Object.defineProperty(x, "zip", { get() { return 98122 }, set(_) { /*ignore*/ } }) : typeof x 133 >"zip" : "zip" [all …]
|
D | checkObjectDefineProperty.symbols | 21 x.zip; 22 >x.zip : Symbol(x.zip, Decl(index.js, 3, 74)) 24 >zip : Symbol(x.zip, Decl(index.js, 3, 74)) 41 x.zip = 98123; 42 >x.zip : Symbol(x.zip, Decl(index.js, 3, 74)) 44 >zip : Symbol(x.zip, Decl(index.js, 3, 74)) 101 Object.defineProperty(x, "zip", { get() { return 98122 }, set(_) { /*ignore*/ } }); 106 >"zip" : Symbol(x.zip, Decl(index.js, 3, 74)) 131 this.zip = Number(str) 132 >zip : Symbol(zip, Decl(index.js, 8, 14)) [all …]
|
/third_party/node/deps/v8/third_party/zlib/google/ |
D | zip_unittest.cc | 73 class ProgressWriterDelegate : public zip::WriterDelegate { 118 class VirtualFileSystem : public zip::FileAccessor { 158 bool Open(const zip::Paths paths, in Open() 276 ASSERT_TRUE(zip::Unzip(path, test_dir_)); in TestUnzipFile() 354 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp() 355 ASSERT_TRUE(zip::Unzip(zip_file, out_dir)); in TestTimeStamp() 382 EXPECT_FALSE(zip::Unzip(GetDataDirectory().AppendASCII("No Such File.zip"), in TEST_F() 406 EXPECT_TRUE(zip::Unzip(path, output_dir)); in TEST_F() 417 ASSERT_TRUE(zip::Unzip(path, output_dir)); in TEST_F() 427 ASSERT_TRUE(zip::Unzip(GetDataDirectory().AppendASCII("test.zip"), test_dir_, in TEST_F() [all …]
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | pack.js | 81 this.zip = null 94 this.zip = new zlib.Gzip(opt.gzip) 100 this.zip = new zlib.BrotliCompress(opt.brotli) 102 this.zip.on('data', chunk => super.write(chunk)) 103 this.zip.on('end', _ => super.end()) 104 this.zip.on('drain', _ => this[ONDRAIN]()) 105 this.on('resume', _ => this.zip.resume()) 243 if (this.zip) { 244 this.zip.end(EOF) 361 const zip = this.zip [all …]
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | dist.mk | 26 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/icu/icu4c/source/config/ |
D | dist.mk | 26 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/ |
D | build_artifacts.bat | 21 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/ |
D | Makefile | 166 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html) 175 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text) 183 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 184 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-a4.zip 191 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2) 192 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip 207 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-texinfo.zip python-$(DISTVERSION)-docs-texinfo)
|
/third_party/rust/crates/libc/ci/ |
D | android-install-sdk.sh | 14 wget -q --tries=20 https://dl.google.com/android/repository/commandlinetools-linux-${SDK}_latest.zip 15 unzip -q -d sdk/cmdline-tools commandlinetools-linux-${SDK}_latest.zip 62 … -q --tries=20 https://redirector.gvt1.com/edgedl/android/repository/emulator-linux_x64-9058569.zip 63 unzip -q -d sdk emulator-linux_x64-9058569.zip 72 rm -rf commandlinetools-linux-${SDK}_latest.zip emulator-linux_x64-9058569.zip
|
/third_party/curl/ |
D | maketgz | 203 find . | zip $zip -@ >/dev/null 204 mv $zip ../ 209 zip="curl-$version.zip" 210 echo "Generating $zip" 217 ls -l $targz $bzip2 $zip $xz 220 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $xz"
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_unittest.cc | 52 class VirtualFileSystem : public zip::FileAccessor { 190 ASSERT_TRUE(zip::Unzip(path, test_dir_)); in TestUnzipFile() 278 EXPECT_TRUE(zip::Zip(src_dir, zip_file, true)); in TestTimeStamp() 279 ASSERT_TRUE(zip::Unzip(zip_file, out_dir)); in TestTimeStamp() 321 ASSERT_FALSE(zip::Unzip(path, output_dir)); in TEST_F() 337 ASSERT_FALSE(zip::Unzip(path, output_dir)); in TEST_F() 349 ASSERT_TRUE(zip::UnzipWithFilterCallback(path.AppendASCII("test.zip"), in TEST_F() 389 -> std::unique_ptr<zip::WriterDelegate> { in TEST_F() 390 return std::make_unique<zip::FilePathWriterDelegate>( in TEST_F() 398 ASSERT_TRUE(zip::UnzipWithFilterAndWriters(file.GetPlatformFile(), writer, in TEST_F() [all …]
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
D | BUILD | 40 args = ["org/brotli/integration/test_data.zip"], 41 data = ["test_data.zip"], 51 "org/brotli/integration/fuzz_data.zip", 53 data = ["fuzz_data.zip"], 61 srcs = ["test_data.zip"], 69 srcs = ["test_corpus.zip"],
|