/prebuilts/go/darwin-x86/src/net/http/ |
readrequest_test.go | 39 "Accept-Encoding: gzip,deflate\r\n" + 59 "Accept-Encoding": {"gzip,deflate"},
|
transport_test.go | 15 "compress/gzip" 707 {"", "gzip", false}, 710 // Requests with accept-encoding == gzip should be passed through 711 {"gzip", "gzip", true}, 725 if accept == "gzip" { 726 rw.Header().Set("Content-Encoding", "gzip") 727 gz := gzip.NewWriter(rw) 747 var r *gzip.Reader 748 r, err = gzip.NewReader(res.Body [all...] |
transport.go | 14 "compress/gzip" 147 // requesting compression with an "Accept-Encoding: gzip" 149 // Accept-Encoding value. If the Transport requests gzip on 152 // explicitly requested gzip it is not automatically [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
readrequest_test.go | 39 "Accept-Encoding: gzip,deflate\r\n" + 59 "Accept-Encoding": {"gzip,deflate"},
|
transport_test.go | 15 "compress/gzip" 707 {"", "gzip", false}, 710 // Requests with accept-encoding == gzip should be passed through 711 {"gzip", "gzip", true}, 725 if accept == "gzip" { 726 rw.Header().Set("Content-Encoding", "gzip") 727 gz := gzip.NewWriter(rw) 747 var r *gzip.Reader 748 r, err = gzip.NewReader(res.Body [all...] |
transport.go | 14 "compress/gzip" 147 // requesting compression with an "Accept-Encoding: gzip" 149 // Accept-Encoding value. If the Transport requests gzip on 152 // explicitly requested gzip it is not automatically [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 120 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'), 138 gzip_cmd = ['gzip', '-f9', 'archive2.tar']
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_archive_util.py | 120 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'), 138 gzip_cmd = ['gzip', '-f9', 'archive2.tar']
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/ |
commons-compress-1.12.jar | |
/system/core/shell_and_utilities/ |
README.md | 157 getenforce getprop groups gunzip gzip head hostname hwclock id ifconfig 183 getenforce groups gunzip gzip head hostname hwclock id ifconfig inotifyd
|
/toolchain/binutils/binutils-2.27/zlib/contrib/pascal/ |
zlibpas.pas | 53 xflags: Integer; (* extra flags (not used when writing a gzip file) *) 63 done: Integer; (* true when done reading gzip header *)
|
/toolchain/binutils/binutils-2.27/zlib/ |
zconf.h.cmakein | 245 * created by gzip. (Files created by minigzip can still be extracted by 246 * gzip.)
|
zconf.h.in | 243 * created by gzip. (Files created by minigzip can still be extracted by 244 * gzip.)
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
LogFileSaverTest.java | 187 assertTrue(logFile.getName().endsWith(LogDataType.GZIP.getFileExt())); 239 LogDataType.GZIP.getFileExt()));
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/ |
commons-compress-1.9.jar | |
/external/protobuf/ |
Makefile.in | 225 DIST_TARGETS = dist-gzip [all...] |
/external/valgrind/ |
Makefile.in | 255 DIST_TARGETS = dist-bzip2 dist-gzip [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
tarfile.py | 391 blockwise. Use of gzip or bzip2 compression is possible.
449 """Initialize for writing with gzip compression.
509 """Initialize for reading a gzip compressed fileobj.
514 # taken from gzip.GzipFile with some alterations
516 raise ReadError("not a gzip file")
642 class which (unlike gzip.GzipFile) has no support for
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
tarfile.py | 391 blockwise. Use of gzip or bzip2 compression is possible. 449 """Initialize for writing with gzip compression. 511 """Initialize for reading a gzip compressed fileobj. 516 # taken from gzip.GzipFile with some alterations 518 raise ReadError("not a gzip file") 644 class which (unlike gzip.GzipFile) has no support for [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
tarfile.py | 391 blockwise. Use of gzip or bzip2 compression is possible. 449 """Initialize for writing with gzip compression. 511 """Initialize for reading a gzip compressed fileobj. 516 # taken from gzip.GzipFile with some alterations 518 raise ReadError("not a gzip file") 644 class which (unlike gzip.GzipFile) has no support for [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | 391 blockwise. Use of gzip or bzip2 compression is possible. 449 """Initialize for writing with gzip compression. 511 """Initialize for reading a gzip compressed fileobj. 516 # taken from gzip.GzipFile with some alterations 518 raise ReadError("not a gzip file") 644 class which (unlike gzip.GzipFile) has no support for [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tarfile.py | 391 blockwise. Use of gzip or bzip2 compression is possible. 449 """Initialize for writing with gzip compression. 511 """Initialize for reading a gzip compressed fileobj. 516 # taken from gzip.GzipFile with some alterations 518 raise ReadError("not a gzip file") 644 class which (unlike gzip.GzipFile) has no support for [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
minigzip.c | 1 /* minigzip.c -- simulate gzip using the zlib compression library
7 * minigzip is a minimal implementation of the gzip utility. This is
9 * full-featured gzip. No attempt is made to deal with file systems
11 * very limited. So use minigzip only for testing; use gzip for the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
bdist.py | 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
|
/external/ImageMagick/ |
QuickStart.txt | 19 gzip -dc /path/to/package.tar.gz | tar -xf -
|