/external/libvorbis/ |
Makefile.in | 547 dist-gzip: distdir 548 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 563 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 571 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 583 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 591 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 742 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 337 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, 342 'compress' must be "gzip" (the default), "bzip2", or None. 353 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''} 354 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'} 359 ("bad value for 'compress': must be None, 'gzip' or 'bzip2'") 464 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 337 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, 342 'compress' must be "gzip" (the default), "bzip2", or None. 353 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''} 354 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'} 359 ("bad value for 'compress': must be None, 'gzip' or 'bzip2'") 464 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"),
|
/external/chromium_org/third_party/lcov/man/ |
lcovrc.5 | 124 # Compress all generated html files with gzip. 403 If set, compress all html files using gzip. 405 This option corresponds to the \-\-html\-gzip option of
|
/external/chromium_org/third_party/lcov-1.9/man/ |
lcovrc.5 | 127 # Compress all generated html files with gzip. 431 If set, compress all html files using gzip. 433 This option corresponds to the \-\-html\-gzip option of
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
gzip_stream.cc | 80 case GzipInputStream::GZIP: windowBitsFormat = 16; break; 188 : format(GZIP), 222 // default to GZIP format
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
HttpOverSpdyTest.java | 147 server.enqueue(new MockResponse().addHeader("Content-Encoding: gzip") 148 .setBody(gzip("ABCABCABC".getBytes(Util.UTF_8)))); 287 public byte[] gzip(byte[] bytes) throws IOException { method in class:HttpOverSpdyTest
|
/external/pixman/ |
Makefile.in | 624 dist-gzip: distdir 625 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 648 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 657 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 667 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 679 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/protobuf/ |
Makefile.in | 698 dist-gzip: distdir 699 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 723 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 732 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 741 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 753 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
CONTRIBUTORS.txt | 63 * gzip/zlib I/O support.
|
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.cc | 94 case GZIP: windowBitsFormat = 16; break; 172 : format(GZIP), 216 // default to GZIP format
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
MultipartForm.java | 140 writer.println("Content-Type: application/x-gzip");
|
/external/chromium/net/data/ftp/ |
dir-listing-vms-2 | 12 GZIP.DIR;1 1/16 5-JUL-2006 21:59:45 [SYSTEM] (RWE,RWE,RE,RE)
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
README.chromium | 45 - The control, diff, and extra blocks can be compressed with bzip2, gzip, or
|
/external/chromium_org/net/data/ftp/ |
dir-listing-vms-2 | 12 GZIP.DIR;1 1/16 5-JUL-2006 21:59:45 [SYSTEM] (RWE,RWE,RE,RE)
|
/external/chromium_org/net/tools/quic/test_tools/ |
http_message_test_utils.h | 110 std::string body_; // the body with chunked framing/gzip compression
|
/external/chromium_org/third_party/lcov/ |
lcovrc | 75 # Compress all generated html files with gzip.
|
/external/chromium_org/third_party/protobuf/ |
CONTRIBUTORS.txt | 63 * gzip/zlib I/O support.
|
/external/chromium_org/third_party/zlib/ |
gzlib.c | 1 /* gzlib.c -- zlib functions common to reading and writing gzip files 72 /* Reset gzip file state */ 79 state->how = LOOK; /* look for gzip header */ 88 /* Open a gzip file either by name or file descriptor. */
|
gzwrite.c | 1 /* gzwrite.c -- zlib functions for writing gzip files 13 /* Initialize state for writing a gzip file. Mark initialization by setting 33 /* allocate deflate memory, set up for gzip compression */ 58 then the deflate() state is reset to start a new gzip stream. */
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
GZIPSerializer.java | 46 * Serializes GZIP messages.
|
/external/openssh/ |
README | 57 [3] http://www.gzip.org/zlib/
|
/external/zlib/src/ |
gzlib.c | 1 /* gzlib.c -- zlib functions common to reading and writing gzip files 74 /* Reset gzip file state */ 82 state->how = LOOK; /* look for gzip header */ 90 /* Open a gzip file either by name or file descriptor. */
|
gzwrite.c | 1 /* gzwrite.c -- zlib functions for writing gzip files 13 /* Initialize state for writing a gzip file. Mark initialization by setting 38 /* allocate deflate memory, set up for gzip compression */ 67 then the deflate() state is reset to start a new gzip stream. If gz->direct
|
/frameworks/base/core/java/android/net/http/ |
Request.java | 137 high-priority request, we can ask for gzip encoding only on 139 addHeader(ACCEPT_ENCODING_HEADER, "gzip"); 279 // process gzip content encoding 286 contentEncoding.getValue().equals("gzip")) {
|