Home
last modified time | relevance | path

Searched refs:gzip (Results 26 - 50 of 59) sorted by relevance

123

/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A DMakefile33 gzip -9f $(MANDIR)/$(MAN_PREF)/$$mp; \
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Daudit-report.js326 gzip: true,
339 gzip: true,
/third_party/python/Lib/
H A Dfileinput.py406 import gzip namespace
407 stream = gzip.open(filename, mode)
414 # gzip and bz2 are binary mode by default.
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
63 done: Integer; (* true when done reading gzip header *)
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c129 /* The gzip stream inflater for the compressed response. */
190 * Check response is content-encoding: gzip. We need this because SPDY
191 * client is required to support gzip.
195 int gzip = 0; in check_gzip() local
199 gzip = strcmp("gzip", nv[i+1]) == 0; in check_gzip()
203 if(gzip) { in check_gzip()
429 /* TODO add support gzip */ in on_data_chunk_recv_callback()
H A Dtest_notls.c108 /* The gzip stream inflater for the compressed response. */
169 * Check response is content-encoding: gzip. We need this because SPDY
170 * client is required to support gzip.
174 int gzip = 0; in check_gzip() local
178 gzip = strcmp("gzip", nv[i+1]) == 0; in check_gzip()
182 if(gzip) { in check_gzip()
427 /* TODO add support gzip */ in on_data_chunk_recv_callback()
H A Dtest_request_response.c111 /* The gzip stream inflater for the compressed response. */
172 * Check response is content-encoding: gzip. We need this because SPDY
173 * client is required to support gzip.
177 int gzip = 0; in check_gzip() local
181 gzip = strcmp("gzip", nv[i+1]) == 0; in check_gzip()
185 if(gzip) { in check_gzip()
412 /* TODO add support gzip */ in on_data_chunk_recv_callback()
/third_party/python/Lib/test/support/
H A D__init__.py471 def requires_gzip(reason='requires gzip'):
473 import gzip namespace
475 gzip = None
476 return unittest.skipUnless(gzip, reason)
631 import gzip namespace
633 gzip = None
662 if gzip:
663 opener.addheaders.append(('Accept-Encoding', 'gzip'))
665 if gzip and f.headers.get('Content-Encoding') == 'gzip'
[all...]
/device/board/hisilicon/hispark_aries/uboot/
H A DMakefile57 chmod +x $(NORMAL_UBOOT_DIR)/$(UBOOT_VER)/arch/arm/cpu/armv7/$(CHIP)/hw_compressed/gzip
/device/board/hisilicon/hispark_taurus/uboot/
H A DMakefile57 chmod +x $(NORMAL_UBOOT_DIR)/$(UBOOT_VER)/arch/arm/cpu/armv7/$(CHIP)/hw_compressed/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')
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk268 | gzip -9 -c > freetype-$(version).tar.gz
/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:
/device/soc/rockchip/common/sdk_linux/scripts/
H A Dmkimg183 gzip) EXT=".gz";;
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkimg182 gzip) EXT=".gz";;
/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
/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py236 from gzip import GzipFile
H A Dparse.py430 from gzip import GzipFile
/third_party/node/
H A DMakefile1206 gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz
1248 gzip -c -f -9 $(TARNAME)-headers.tar > $(TARNAME)-headers.tar.gz
1291 gzip -c -f -9 $(BINARYNAME).tar > $(BINARYNAME).tar.gz

Completed in 19 milliseconds

123