/external/chromium_org/tools/telemetry/telemetry/core/ |
memory_cache_http_server.py | 6 import gzip namespace 66 self.send_header('Content-Encoding', 'gzip') 160 gzf = gzip.GzipFile(fileobj=sio, compresslevel=9, mode='wb')
|
/external/zlib/src/contrib/ada/ |
zlib.adb | 59 -- The simplest gzip header is not for informational, but just for 60 -- gzip format compatibility. 106 -- Separate translate routine for make gzip header. 210 if Header = None or else Header = GZip then 214 -- For the GZip CRC calculation and make headers. 216 if Header = GZip then 341 when GZip => 344 -- Inflate gzip data defined by flag 16. 351 -- of gzip or native header defined by flag 32. 447 if Filter.Header = GZip and Filter.Compression the [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 63 The library also supports reading and writing files in gzip (.gz) format 65 with "gz". The gzip format is different from the zlib format. gzip is a 66 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 68 This library can optionally read and write gzip streams in memory as well. 71 and on communications channels. The gzip format was designed for single- 109 gzip header information passed to and from zlib routines. See RFC 1952 115 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 63 The library also supports reading and writing files in gzip (.gz) format 65 with "gz". The gzip format is different from the zlib format. gzip is a 66 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 68 This library can optionally read and write gzip streams in memory as well. 71 and on communications channels. The gzip format was designed for single- 109 gzip header information passed to and from zlib routines. See RFC 1952 115 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 63 The library also supports reading and writing files in gzip (.gz) format 65 with "gz". The gzip format is different from the zlib format. gzip is a 66 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 68 This library can optionally read and write gzip streams in memory as well. 71 and on communications channels. The gzip format was designed for single- 109 gzip header information passed to and from zlib routines. See RFC 1952 115 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/bootable/recovery/applypatch/ |
imgdiff.c | 26 * chunks of two types: "normal" and "gzip". Normal chunks are simply 27 * patched using a plain bsdiff. Gzip chunks are first expanded, then a 38 * "minigzip" tool included in the zlib distribution, not the GNU gzip 53 * images by searching for the byte sequence 1f8b0800: 1f8b is the gzip 55 * supported by the gzip standard]; and 00 is the flags byte. We do not 67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}] 78 * gzip level (4) 83 * gzip header len (4) 84 * gzip header (gzip header len [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 146 import gzip namespace 148 gzip = None #python can be built without zlib/gzip support variable [all...] |
gzip.py | 58 included in the gzip file header, which may includes the original 75 to the stream when compressing. All gzip compressed streams 97 # attribute. Avoid saving this in the gzip header's filename field. 110 # Buffer data read from gzip file. extrastart is offset in 148 return '<gzip ' + s[1:-1] + ' ' + hex(id(self)) + '>' 318 # this member, and read a new gzip header. 351 # Gzip files can be padded with zeroes and still have archives. 353 # non-zero byte. See http://www.gzip.org/#faq8 480 # Act like gzip; with -d, act like gunzip. 481 # The input file is not deleted, however, nor are any other gzip [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 146 import gzip namespace 148 gzip = None #python can be built without zlib/gzip support variable [all...] |
gzip.py | 58 included in the gzip file header, which may includes the original 75 to the stream when compressing. All gzip compressed streams 97 # attribute. Avoid saving this in the gzip header's filename field. 110 # Buffer data read from gzip file. extrastart is offset in 148 return '<gzip ' + s[1:-1] + ' ' + hex(id(self)) + '>' 318 # this member, and read a new gzip header. 351 # Gzip files can be padded with zeroes and still have archives. 353 # non-zero byte. See http://www.gzip.org/#faq8 480 # Act like gzip; with -d, act like gunzip. 481 # The input file is not deleted, however, nor are any other gzip [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 352 options.format = GzipOutputStream::GZIP; 364 &input, GzipInputStream::GZIP, gzip_buffer_size); 387 options.format = GzipOutputStream::GZIP; 400 &input, GzipInputStream::GZIP, gzip_buffer_size); 419 options.format = GzipOutputStream::GZIP; 432 &input, GzipInputStream::GZIP, gzip_buffer_size); 447 options.format = GzipOutputStream::GZIP; 459 &input, GzipInputStream::GZIP, gzip_buffer_size); 520 options.format = GzipOutputStream::GZIP; 585 // ZLIB format should differ from GZIP format [all...] |
/external/zlib/src/examples/ |
zran.c | 1 /* zran.c -- example of zlib/gzip stream indexing and random access 12 for random access of a compressed file. A file containing a zlib or gzip 24 input zlib or gzip stream a block at a time, and at the end of each block 140 of the first zlib or gzip stream in the file is ignored. build_index() 160 ret = inflateInit2(&strm, 47); /* automatic zlib or gzip decoding */ 166 information at the end of the gzip or zlib stream */ 210 entry point after the zlib or gzip header, and assures that the
|
/external/kernel-headers/original/linux/ |
zlib.h | 22 jloup@gzip.org madler@alumni.caltech.edu 27 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 69 The library also supports reading and writing files in gzip (.gz) format 73 and on communications channels. The gzip format was designed for single- 365 zlib or gzip format, this will cause inflate() to return immediately after 408 inflate() will decompress and check either zlib-wrapped or gzip-wrapped 410 contained in the gzip header is not retained, so applications that need that 412 inflateBack() and perform their own processing of the gzip header and 605 not looking for a zlib or gzip header, not generating a check value, and not 611 the uncompressed data as is done in the zlib, gzip, and zip formats. Fo [all...] |
/external/grub/ |
Makefile.in | 416 dist-gzip: distdir 417 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 429 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 438 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 447 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 453 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 590 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar [all...] |
/external/chromium_org/third_party/lcov-1.9/man/ |
genhtml.1 | 48 .RB [ \-\-html\-gzip ] 72 ends with ".gz", it is assumed to be GZIP\-compressed and the gunzip tool 389 .B \-\-html\-gzip 391 Compress all generated html files with gzip and add a .htaccess file specifying 392 gzip\-encoding in the root output directory. 395 webserver with .htaccess support and a browser with support for gzip
|
/external/chromium_org/third_party/zlib/ |
deflate.h | 18 /* define NO_GZIP when compiling if you want to disable gzip header and 20 the crc code when it is not needed. For shared libraries, gzip encoding 23 # define GZIP 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 105 gz_headerp gzhead; /* gzip header information to write */ 231 * This is applicable only for zip (not gzip or zlib).
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 18 /* define NO_GZIP when compiling if you want to disable gzip header and 20 the crc code when it is not needed. For shared libraries, gzip encoding 23 # define GZIP 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 102 gz_headerp gzhead; /* gzip header information to write */ 226 * This is applicable only for zip (not gzip or zlib).
|
/external/zlib/src/ |
deflate.h | 18 /* define NO_GZIP when compiling if you want to disable gzip header and 20 the crc code when it is not needed. For shared libraries, gzip encoding 23 # define GZIP 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ 105 gz_headerp gzhead; /* gzip header information to write */ 229 * This is applicable only for zip (not gzip or zlib).
|
/external/libcap-ng/libcap-ng-0.7/ |
Makefile.in | 535 dist-gzip: distdir 536 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 560 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 569 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 578 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 590 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/marisa-trie/ |
Makefile.in | 437 dist-gzip: distdir 438 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 458 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 467 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 476 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 486 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AcceptEncodingParser.java | 55 * Accept-Encoding: compress, gzip 58 * Accept-Encoding: compress;q=0.5, gzip;q=1.0 59 * Accept-Encoding: gzip;q=1.0, identity; q=0.5, *;q=0
|
/external/openfst/ |
Makefile.in | 507 dist-gzip: distdir 508 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 532 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 541 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 550 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 562 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/stressapptest/ |
Makefile.in | 493 dist-gzip: distdir 494 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 514 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 523 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 532 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 542 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/chromium_org/sync/protocol/ |
unique_position.proto | 33 // with gzip and stored in the compressed_value field. The position's
|
/external/chromium_org/third_party/freetype2/ |
freetype2.gyp | 63 '<(ft2_dir)/src/gzip/ftgzip.c',
|