Home
last modified time | relevance | path

Searched refs:gzip (Results 1 - 25 of 115) sorted by relevance

12345

/third_party/python/Lib/test/
H A Dtest_gzip.py1 """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 Dtest_fileinput.py20 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 Dmkhelp.pl111 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 */
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dwrapper23 # -z use gzip (legacy)
46 uboot_comp=gzip
142 uboot_comp=gzip
157 uboot_comp=gzip
160 --no-gzip)
381 gzip -n -f -9 "$vmz.$$"
453 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
520 gzip -n -f -9 "$ofile"
521 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
578 gzip
[all...]
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dwrapper23 # -z use gzip (legacy)
48 uboot_comp=gzip
146 uboot_comp=gzip
161 uboot_comp=gzip
164 --no-gzip)
409 gzip -n -f -9 "$vmz.$$"
481 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
548 gzip -n -f -9 "$ofile"
549 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
606 gzip
[all...]
/kernel/linux/linux-5.10/arch/sparc/boot/
H A DMakefile26 $(call if_changed,gzip)
48 $(call if_changed,gzip)
52 UIMAGE_COMPRESSION = gzip
/kernel/linux/linux-6.6/arch/sparc/boot/
H A DMakefile26 $(call if_changed,gzip)
48 $(call if_changed,gzip)
52 UIMAGE_COMPRESSION = gzip
/kernel/linux/linux-5.10/arch/nios2/boot/
H A DMakefile11 UIMAGE_COMPRESSION = gzip
21 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/nios2/boot/
H A DMakefile11 UIMAGE_COMPRESSION = gzip
21 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/arc/boot/
H A DMakefile26 $(call if_changed,gzip)
35 $(call if_changed,uimage,gzip)
/third_party/python/Lib/xmlrpc/
H A Dclient.py52 # 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...]
/kernel/linux/linux-5.10/arch/xtensa/boot/
H A DMakefile43 $(call if_changed,gzip)
49 UIMAGE_COMPRESSION = gzip
/kernel/linux/linux-5.10/arch/arc/boot/
H A DMakefile27 $(call if_changed,gzip)
36 $(call if_changed,uimage,gzip)
/kernel/linux/linux-6.6/arch/xtensa/boot/
H A DMakefile39 $(call if_changed,gzip)
45 UIMAGE_COMPRESSION = gzip
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
H A Dbuild.sh60 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 Dbuild.sh60 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 Dbuild.sh65 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 Dgzip_tests.sh6 # 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 DSkDeflate.cpp69 bool gzip) in SkDeflateWStream()
82 Z_DEFLATED, gzip ? 0x1F : 0x0F, in SkDeflateWStream()
67 SkDeflateWStream(SkWStream* out, int compressionLevel, bool gzip) SkDeflateWStream() argument
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/
H A DMakefile4 TEST_PROGS := nx-gzip-test.sh
/kernel/linux/linux-5.10/arch/sh/boot/
H A DMakefile69 $(call if_changed,gzip)
87 $(call if_changed,uimage,gzip)
/kernel/linux/linux-6.6/arch/sh/boot/
H A DMakefile69 $(call if_changed,gzip)
87 $(call if_changed,uimage,gzip)
/kernel/linux/linux-5.10/arch/mips/boot/
H A DMakefile66 $(call if_changed,gzip)
92 $(call if_changed,uimage,gzip)
143 $(call if_changed,cpp_its_S,gzip,vmlinux.bin.gz)
/kernel/linux/linux-6.6/arch/mips/boot/
H A DMakefile66 $(call if_changed,gzip)
92 $(call if_changed,uimage,gzip)
143 $(call if_changed,cpp_its_S,gzip,vmlinux.bin.gz)
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/
H A DMakefile4 TEST_PROGS := nx-gzip-test.sh

Completed in 10 milliseconds

12345