/kernel/linux/linux-5.10/arch/s390/boot/compressed/ |
H A D | Makefile | 50 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | Makefile | 79 compress-$(CONFIG_KERNEL_GZIP) = gzip
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | Makefile | 61 $(call if_changed,gzip)
|
/third_party/ffmpeg/tests/ |
H A D | fate.sh | 90 test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv
|
/third_party/node/test/parallel/ |
H A D | test-zlib-convenience-methods.js | 51 ['gzip', 'gunzip', 'Gzip', 'Gunzip'], 52 ['gzip', 'unzip', 'Gzip', 'Unzip'], 126 () => zlib.gzip('abc'),
|
/third_party/curl/ |
H A D | buildconf.bat | 52 gzip --version <NUL 1>NUL 2>&1
302 echo groff/nroff, perl and optionally gzip for compression.
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | trace-parser.py | 5 import gzip namespace 143 file = gzip.open(filename, "r")
|
/third_party/python/Lib/test/ |
H A D | test_zlib.py | 860 gzip = co.compress(HAMLET_SCENE) + co.flush() 861 self.assertEqual(zlib.decompress(gzip, 16 + 15), HAMLET_SCENE) 862 self.assertEqual(zlib.decompress(gzip, 32 + 15), HAMLET_SCENE) 864 self.assertEqual(dco.decompress(gzip), HAMLET_SCENE)
|
H A D | test_xmlrpc.py | 24 import gzip namespace 26 gzip = None variable 1148 #A test case that verifies that gzip encoding works in both directions 1150 @unittest.skipIf(gzip is None, 'requires gzip') 1173 #add a lone gzip header to induce decode error remotely 1174 connection.putheader("Content-Encoding", "gzip") 1218 @unittest.skipIf(gzip is None, 'requires gzip')
|
/kernel/linux/linux-5.10/arch/mips/boot/compressed/ |
H A D | Makefile | 73 tool_$(CONFIG_KERNEL_GZIP) = gzip
|
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | Makefile | 74 $(call if_changed,gzip)
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | toplevel.mk | 268 | gzip -9 -c > freetype-$(version).tar.gz
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 458 # a gzip-compressed kernel as example, to illustrate it: 460 # The file layout of gzip compressed kernel is: 528 # Above analysis is for decompressing gzip compressed kernel only. Up to
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 400 # a gzip-compressed kernel as example, to illustrate it: 402 # The file layout of gzip compressed kernel is: 470 # Above analysis is for decompressing gzip compressed kernel only. Up to
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_internal_shaders.py | 20 import gzip namespace 322 with gzip.GzipFile(fileobj=buf, mode='wb', compresslevel=9, mtime=0) as f:
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | Makefile | 79 compress-$(CONFIG_KERNEL_GZIP) = gzip
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | Makefile | 128 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
H A D | Makefile | 67 tool_$(CONFIG_KERNEL_GZIP) = gzip
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | Makefile | 117 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | Makefile | 138 $(call if_changed,gzip)
|
/kernel/linux/linux-5.10/kernel/ |
H A D | Makefile | 143 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/kernel/ |
H A D | Makefile | 146 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | decompress.c | 55 #define MODULE_COMPRESSION gzip 96 pr_err("not a gzip compressed module\n"); in module_gzip_decompress()
|
/third_party/ffmpeg/ffbuild/ |
H A D | common.mak | 133 $(M)gzip -c9 $(patsubst $(SRC_PATH)/%,$(SRC_LINK)/%,$<) >$@
|
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | lava_build.sh | 235 gzip -k /lava-files/Image
|