/third_party/python/Lib/test/ |
H A D | test_gzip.py | 1 """Test script for the gzip module. 18 gzip = import_helper.import_module('gzip') variable 27 data2 = b"""/* zlibmodule.c -- gzip-compatible data compression */ 28 /* See http://www.gzip.org/zlib/ 60 with gzip.GzipFile(self.filename, 'w'+mode) as f: 63 with gzip.GzipFile(self.filename, 'r'+mode) as f: 67 with gzip.GzipFile(self.filename, 'wb') as f: 82 with gzip.GzipFile(filename, 'w') as f: 85 with gzip [all...] |
H A D | test_fileinput.py | 20 import gzip namespace 22 gzip = None variable 863 @unittest.skipUnless(gzip, "Requires gzip and zlib") 865 original_open = gzip.open 866 gzip.open = self.fake_open 870 gzip.open = original_open 875 @unittest.skipUnless(gzip, "Requires gzip and zlib") 877 original_open = gzip [all...] |
/third_party/curl/src/ |
H A D | mkhelp.pl | 111 IO::Compress::Gzip::gzip( 112 \$content, \$gzippedContent, Level => 9, TextFlag => 1, Time=>0) or die "gzip failed:"; 113 $gzip = length($content); 120 /* This mumbo-jumbo is the huge help text compressed with gzip. 121 Thanks to this operation, the size of this data shrank from $gzip 151 /* Decompress and send to stdout a gzip-compressed buffer */ 158 /* Make sure no gzip options are set */
|
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 52 # 2014-12-02 ch/doko Add workaround for gzip bomb vulnerability 142 import gzip namespace 144 gzip = None #python can be built without zlib/gzip support variable 1034 # Encode a string using the gzip content encoding such as specified by the 1035 # Content-Encoding: gzip 1042 """data -> gzip encoded data 1044 Encode data using the gzip content encoding as described in RFC 1952 1046 if not gzip: 1049 with gzip [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/wasm/ |
H A D | build.sh | 60 gzip -9 -k -f out/$type/spirv-tools.js 63 gzip -9 -k -f out/$type/spirv-tools.wasm
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/ |
H A D | build.sh | 60 gzip -9 -k -f out/$type/spirv-tools.js 63 gzip -9 -k -f out/$type/spirv-tools.wasm
|
/third_party/spirv-tools/source/wasm/ |
H A D | build.sh | 65 gzip -9 -k -f out/$type/spirv-tools.js 68 gzip -9 -k -f out/$type/spirv-tools.wasm
|
/third_party/ltp/testcases/commands/gzip/ |
H A D | gzip_tests.sh | 6 # Test basic functionality of gzip and gunzip command 7 # Test #1: Test that gzip -r will travel directories and 16 TST_NEEDS_CMDS="gzip gunzip" 77 tst_res TINFO "Test #1: gzip -r will recursively compress contents" \ 82 gzip -r tst_gzip.tmp > tst_gzip.err 2>&1 85 tst_brk TFAIL "Test #1: gzip -r failed" 97 tst_res TFAIL "Test #1: gzip failed" 99 tst_res TPASS "Test #1: gzip -r success" 119 gzip -r tst_gzip.tmp > tst_gzip.err 2>&1
|
/third_party/skia/src/pdf/ |
H A D | SkDeflate.cpp | 69 bool gzip) in SkDeflateWStream() 82 Z_DEFLATED, gzip ? 0x1F : 0x0F, in SkDeflateWStream() 67 SkDeflateWStream(SkWStream* out, int compressionLevel, bool gzip) SkDeflateWStream() argument
|
H A D | SkDeflate.h | 28 @param gzip iff true, output a gzip file. "The gzip format is 30 gzip adds a header with a magic number to the beginning of the 31 stream, allowing a client to identify a gzip file. 35 bool gzip = false);
|
/third_party/skia/third_party/externals/freetype/builds/amiga/ |
H A D | makefile | 226 # FreeType2 library gzip support for compressed PCF bitmap fonts 228 gzip.ppc.o: $(FTSRC)/gzip/ftgzip.c 287 libft2_ppc.a: $(BASEPPC) $(AFITPPC) $(GXVPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o 288 $(AR) $@ $(BASEPPC) $(AFITPPC) $(GXVPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o
|
/third_party/node/tools/dep_updaters/ |
H A D | update-histogram.sh | 53 gzip -dc "$HISTOGRAM_TARBALL" | tar xf -
|
H A D | update-openssl.sh | 32 gzip -dc "$OPENSSL_TARBALL" | tar xf -
|
H A D | update-nghttp2.sh | 55 gzip -dc "$NGHTTP2_TARBALL" | tar xf -
|
H A D | update-base64.sh | 50 gzip -dc "$BASE64_TARBALL" | tar xf -
|
H A D | update-libuv.sh | 56 gzip -dc "$LIBUV_TARBALL" | tar xf -
|
H A D | update-c-ares.sh | 51 gzip -dc "$ARES_TARBALL" | tar xf -
|
H A D | update-brotli.sh | 55 gzip -dc "$BROTLI_TARBALL" | tar xf -
|
H A D | update-llhttp.sh | 69 gzip -dc "$LLHTTP_TARBALL" | tar xf -
|
/third_party/node/tools/ |
H A D | update-llhttp.sh | 49 gzip -dc llhttp.tar.gz | tar xf -
|
/third_party/ltp/testcases/network/ |
H A D | generate.sh | 58 gzip -1 -c -n ascii.sm >> "bin.sm"
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | rules.mk | 16 # gzip driver directory 18 GZIP_DIR := $(SRC_DIR)/gzip 35 # gzip support sources 59 # gzip driver object(s) 66 # gzip main source file 71 # gzip support - object
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | GatherAPIData.java | 35 * -gzip 80 boolean gzip; field in GatherAPIData 95 } else if (option.equals("-gzip")) { in optionLength() 133 } else if (opt.equals("-gzip")) { in GatherAPIData() 134 this.gzip = true; in GatherAPIData() 156 } else if (gzip) { in run()
|
H A D | GatherAPIDataOld.java | 35 * -gzip 79 boolean gzip; field in GatherAPIDataOld 94 } else if (option.equals("-gzip")) { in optionLength() 124 } else if (opt.equals("-gzip")) { in GatherAPIDataOld() 125 this.gzip = true; in GatherAPIDataOld() 147 } else if (gzip) { in run()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | Makefile | 33 gzip -9f $(MANDIR)/$(MAN_PREF)/$$mp; \
|