Home
last modified time | relevance | path

Searched refs:gzip (Results 76 - 100 of 115) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/s390/boot/compressed/
H A DMakefile50 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A DMakefile79 compress-$(CONFIG_KERNEL_GZIP) = gzip
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/
H A DMakefile61 $(call if_changed,gzip)
/third_party/ffmpeg/tests/
H A Dfate.sh90 test -n "$fate_recv" && $tar report *.log | gzip | $fate_recv
/third_party/node/test/parallel/
H A Dtest-zlib-convenience-methods.js51 ['gzip', 'gunzip', 'Gzip', 'Gunzip'],
52 ['gzip', 'unzip', 'Gzip', 'Unzip'],
126 () => zlib.gzip('abc'),
/third_party/curl/
H A Dbuildconf.bat52 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 Dtrace-parser.py5 import gzip namespace
143 file = gzip.open(filename, "r")
/third_party/python/Lib/test/
H A Dtest_zlib.py860 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 Dtest_xmlrpc.py24 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 DMakefile73 tool_$(CONFIG_KERNEL_GZIP) = gzip
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A DMakefile74 $(call if_changed,gzip)
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk268 | gzip -9 -c > freetype-$(version).tar.gz
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S458 # 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 Dheader.S400 # 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 Dgen_vk_internal_shaders.py20 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 DMakefile79 compress-$(CONFIG_KERNEL_GZIP) = gzip
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A DMakefile128 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A DMakefile67 tool_$(CONFIG_KERNEL_GZIP) = gzip
/kernel/linux/linux-6.6/arch/s390/boot/
H A DMakefile117 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A DMakefile138 $(call if_changed,gzip)
/kernel/linux/linux-5.10/kernel/
H A DMakefile143 $(call if_changed,gzip)
/kernel/linux/linux-6.6/kernel/
H A DMakefile146 $(call if_changed,gzip)
/kernel/linux/linux-6.6/kernel/module/
H A Ddecompress.c55 #define MODULE_COMPRESSION gzip
96 pr_err("not a gzip compressed module\n"); in module_gzip_decompress()
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak133 $(M)gzip -c9 $(patsubst $(SRC_PATH)/%,$(SRC_LINK)/%,$<) >$@
/third_party/mesa3d/.gitlab-ci/container/
H A Dlava_build.sh235 gzip -k /lava-files/Image

Completed in 14 milliseconds

12345