Home
last modified time | relevance | path

Searched full:gzip (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/external/curl/tests/data/
Dtest3875 gzip
15gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzip,gzi…
47 TE: gzip
Dtest4185 gzip
15 Transfer-Encoding: gzip
16 Transfer-Encoding: gzip
17 Transfer-Encoding: gzip
18 Transfer-Encoding: gzip
19 Transfer-Encoding: gzip
20 Transfer-Encoding: gzip
21 Transfer-Encoding: gzip
22 Transfer-Encoding: gzip
23 Transfer-Encoding: gzip
[all …]
/external/python/cpython3/Lib/test/
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.GzipFile(filename, 'a') as f:
87 with gzip.GzipFile(filename) as f:
[all …]
/external/python/apitools/apitools/base/py/
Dgzip_test.py9 """Test script for the gzip module.
19 from apitools.base.py import gzip
29 data2 = b"""/* zlibmodule.c -- gzip-compatible data compression */
30 /* See http://www.gzip.org/zlib/
66 with gzip.GzipFile(self.filename, 'w' + mode) as f:
69 with gzip.GzipFile(self.filename, 'r' + mode) as f:
73 with gzip.GzipFile(self.filename, 'wb') as f:
99 with gzip.GzipFile(self.filename, 'wb') as f:
109 with gzip.GzipFile(self.filename, 'rb') as f:
115 with gzip.GzipFile(self.filename, 'r') as f:
[all …]
/external/python/cpython2/Lib/test/
Dtest_gzip.py1 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'w'+mode) as f:
39 with gzip.GzipFile(self.filename, 'r'+mode) as f:
50 with gzip.GzipFile(unicode_filename, "wb") as f:
52 with gzip.GzipFile(unicode_filename, "rb") as f:
56 gzip.GzipFile(fileobj=fobj, mode="rb") as f:
60 with gzip.GzipFile(self.filename, 'wb') as f:
[all …]
/external/rust/crates/tonic/src/codec/
Dcompression.rs4 #[cfg(feature = "gzip")]
16 #[cfg(feature = "gzip")]
17 pub(crate) gzip: bool, field
26 #[cfg(feature = "gzip")] in is_enabled()
27 CompressionEncoding::Gzip => self.gzip, in is_enabled()
36 #[cfg(feature = "gzip")] in enable()
37 CompressionEncoding::Gzip => self.gzip = true, in enable()
45 (true, false) => Some(http::HeaderValue::from_static("gzip,identity")), in into_accept_encoding_header_value()
47 (true, true) => Some(http::HeaderValue::from_static("gzip,zstd,identity")), in into_accept_encoding_header_value()
52 #[cfg(feature = "gzip")]
[all …]
/external/freetype/src/gzip/patches/
Dfreetype-zlib.diff4 are compiled as part of `src/gzip/ftgzip.c`.
6 * src/gzip/gzguts.h (COPY): Rename to...
10 * src/gzip/inflate.c, src/gzip/adler32.c, src/gzip/crc32.c,
11 src/gzip/zutil.c: Omit unused function declarations and definitions when
14 * src/gzip/inffast.h (inflate_fast): Declare as static.
16 * src/gzip/inftrees.c (inflate_copyright): Declare as static.
18 * src/gzip/zlib.h: Include `ftzconf.h` instead of `zconf.h` to avoid
23 * src/gzip/zutil.h: Use `ft_memxxx` functions instead of `memxxx`.
26 * src/gzip/inflate.h, src/gzip/inftrees.h: Add header guard macros to
29 * src/gzip/inftrees.h: Add header guard macros to prevent compiler errors.
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Dtest-compress.cmake3 # the results with gzip. Output files are generated with unique names to prevent parallel
22 # GZIP_VERIFY - Verify that gzip can decompress the COMPRESS_TARGET output and
23 # verify that DECOMPRESS_TARGET can decompress gzip output of INPUT
167 # Transparent writing does not use gzip format
168 find_program(GZIP gzip)
169 if(GZIP)
172 message(FATAL_ERROR "Cannot find gzip decompress input: ${OUTPUT_BASE}.gz")
175 # Check gzip can decompress our compressed output
176 set(GZ_DECOMPRESS_COMMAND ${GZIP} --decompress)
178 message(STATUS "Gzip decompress ${GZ_DECOMPRESS_COMMAND}")
[all …]
/external/freetype/src/tools/
Dno-copyright44 src/gzip/adler32.c
45 src/gzip/ftzconf.c
46 src/gzip/infblock.c
47 src/gzip/infblock.h
48 src/gzip/infcodes.c
49 src/gzip/infcodes.h
50 src/gzip/inffixed.h
51 src/gzip/inflate.c
52 src/gzip/inftrees.c
53 src/gzip/inftrees.h
[all …]
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/extensions/filters/http/gzip/v3/
Dgzip_pb2.py3 # source: envoy/extensions/filters/http/gzip/v3/gzip.proto
21gzip/v3/gzip.proto\x12%envoy.extensions.filters.http.gzip.v3\x1a<envoy/extensions/filters/http/com…
25 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.filters.http.gzip.v3.gzip_pb2…
28 …oy.extensions.filters.http.gzip.v3B\tGzipProtoP\001ZSgithub.com/envoyproxy/go-control-plane/envoy/…
30 …._serialized_options = b'\232\305\210\0368\n6envoy.config.filter.http.gzip.v2.Gzip.CompressionLeve…
42 _GZIP._serialized_options = b'\232\305\210\036\'\n%envoy.config.filter.http.gzip.v2.Gzip'
/external/python/cpython3/Doc/library/
Dgzip.rst1 :mod:`gzip` --- Support for :program:`gzip` files
4 .. module:: gzip
5 :synopsis: Interfaces for gzip compression and decompression using file objects.
7 **Source code:** :source:`Lib/gzip.py`
12 like the GNU programs :program:`gzip` and :program:`gunzip` would.
16 The :mod:`gzip` module provides the :class:`GzipFile` class, as well as the
18 The :class:`GzipFile` class reads and writes :program:`gzip`\ -format files,
23 :program:`gzip` and :program:`gunzip` programs, such as those produced by
31 Open a gzip-compressed file in binary or text mode, returning a :term:`file
64 An exception raised for invalid gzip files. It inherits :exc:`OSError`.
[all …]
/external/python/cpython2/Doc/library/
Dgzip.rst1 :mod:`gzip` --- Support for :program:`gzip` files
4 .. module:: gzip
5 :synopsis: Interfaces for gzip compression and decompression using file objects.
7 **Source code:** :source:`Lib/gzip.py`
12 like the GNU programs :program:`gzip` and :program:`gunzip` would.
16 The :mod:`gzip` module provides the :class:`GzipFile` class which is modeled
18 :program:`gzip`\ -format files, automatically compressing or decompressing the
22 :program:`gzip` and :program:`gunzip` programs, such as those produced by
41 included in the :program:`gzip` file header, which may include the original
58 the stream when compressing. All :program:`gzip` compressed streams are
[all …]
/external/toybox/tests/
Dgzip.test12 testing "with input files" "gzip f1 f2 &&
19 testing "no files (stdin to stdout)" "echo hello world | gzip > f.gz &&
26 testing "with input files and -c" "gzip -c f1 f2 > out.gz &&
33 echo "hello world" | gzip > f.gz
34 testing "-d (act as gunzip)" "gzip -d f.gz &&
38 echo "hello world" | gzip > f.gz
39 testing "-dc (act as zcat)" "gzip -dc f.gz &&
47 "gzip f1 2>/dev/null || echo refused && cat f1 f1.gz" \
50 "gzip -f f1 && echo allowed && ! test -f f1 && zcat f1.gz" \
56 testing "-k" "gzip -k f1 && cat f1 && zcat f1.gz" \
[all …]
/external/zstd/tests/cli-tests/compression/
Dgzip-compat.sh8 # Test gzip specific compression option
9 if $(command -v $ZSTD_SYMLINK_DIR/gzip); then
10 $ZSTD_SYMLINK_DIR/gzip --fast file ; $ZSTD_SYMLINK_DIR/gzip -d file.gz
11 $ZSTD_SYMLINK_DIR/gzip --best file ; $ZSTD_SYMLINK_DIR/gzip -d file.gz
14 …$ZSTD_SYMLINK_DIR/gzip -n file ; grep -qv file file.gz ; $ZSTD_SYMLINK_DIR/gzip -d file…
15 …$ZSTD_SYMLINK_DIR/gzip --no-name file ; grep -qv file file.gz ; $ZSTD_SYMLINK_DIR/gzip -d file…
16 $ZSTD_SYMLINK_DIR/gzip -c --no-name file | grep -qv file
/external/zstd/tests/gzip/
Dmixed.sh2 # Ensure that gzip -cdf handles mixed compressed/not-compressed data
3 # Before gzip-1.5, it would produce invalid output.
29 gzip -cdf < in > out || fail=1
34 # (echo xxx; echo yyy|gzip) > in || fail=1
35 # gzip -cdf < in > out || fail=1
39 (echo xxx|gzip; echo yyy) > in || fail=1
40 gzip -cdf < in > out || fail=1
43 (echo xxx|gzip; echo yyy|gzip) > in || fail=1
44 gzip -cdf < in > out || fail=1
53 # gzip's internal buffer size is 32KiB + 64 bytes:
[all …]
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/config/filter/http/gzip/v2/
Dgzip_pb2.py3 # source: envoy/config/filter/http/gzip/v2/gzip.proto
21gzip/v2/gzip.proto\x12 envoy.config.filter.http.gzip.v2\x1a\x37\x65nvoy/config/filter/http/compres…
25 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.config.filter.http.gzip.v2.gzip_pb2', _g…
28gzip.v2B\tGzipProtoP\001ZNgithub.com/envoyproxy/go-control-plane/envoy/config/filter/http/gzip/v2;…
/external/rust/crates/combine/benches/
Dhttp-requests.txt6 Accept-Encoding: gzip, deflate
14 Accept-Encoding: gzip, deflate
23 Accept-Encoding: gzip, deflate
32 Accept-Encoding: gzip, deflate
41 Accept-Encoding: gzip, deflate
50 Accept-Encoding: gzip, deflate
58 Accept-Encoding: gzip, deflate
66 Accept-Encoding: gzip, deflate
75 Accept-Encoding: gzip, deflate
84 Accept-Encoding: gzip, deflate
[all …]
/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/extensions/compression/gzip/compressor/v3/
Dgzip_pb2.py3 # source: envoy/extensions/compression/gzip/compressor/v3/gzip.proto
19gzip/compressor/v3/gzip.proto\x12/envoy.extensions.compression.gzip.compressor.v3\x1a\x1egoogle/pr…
23 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.extensions.compression.gzip.compressor.v…
26 …xtensions.compression.gzip.compressor.v3B\tGzipProtoP\001Zcgithub.com/envoyproxy/go-control-plane/…
/external/rust/crates/libz-sys/src/zlib/
Dinflate.h11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
[all …]
/external/tflite-support/third_party/zlib/
Dinflate.h11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
[all …]
/external/freetype/src/gzip/
Dinflate.h14 /* define NO_GZIP when compiling if you want to disable gzip header and
16 the crc code when it is not needed. For shared libraries, gzip decoding
25 FLAGS, /* i: waiting for method and flags (gzip) */
26 TIME, /* i: waiting for modification time (gzip) */
27 OS, /* i: waiting for extra flags and operating system (gzip) */
28 EXLEN, /* i: waiting for extra length (gzip) */
29 EXTRA, /* i: waiting for extra bytes (gzip) */
30 NAME, /* i: waiting for end of file name (gzip) */
31 COMMENT, /* i: waiting for end of comment (gzip) */
32 HCRC, /* i: waiting for header crc (gzip) */
[all …]
/external/libwebsockets/win32port/zlib/
Dinflate.h11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
[all …]
/external/python/cpython2/Modules/zlib/
Dinflate.h11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
[all …]
/external/trusty/arm-trusted-firmware/lib/zlib/
Dinflate.h11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
[all …]
/external/zlib/
Dinflate.h11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
[all …]

12345678910>>...68