/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 443 # a re to match a gzip Accept-Encoding 526 q = self.accept_encodings().get("gzip", 0) 530 self.send_header("Content-Encoding", "gzip") 538 #support gzip encoding of request 542 if encoding == "gzip": 548 self.send_response(400, "error decoding gzip content")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 443 # a re to match a gzip Accept-Encoding 526 q = self.accept_encodings().get("gzip", 0) 530 self.send_header("Content-Encoding", "gzip") 538 #support gzip encoding of request 542 if encoding == "gzip": 548 self.send_response(400, "error decoding gzip content")
|
/external/chromium/third_party/libevent/ |
Makefile.in | 729 dist-gzip: distdir 730 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 746 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 755 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 764 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 772 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 934 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ [all...] |
/external/chromium_org/third_party/libevent/ |
Makefile.in | 729 dist-gzip: distdir 730 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 746 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 755 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 764 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 772 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 934 dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 46 static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ 48 /* gzip flag byte */ 85 Opens a gzip (.gz) file for reading or writing. The mode parameter 171 * return Z_STREAM_END. Here the gzip CRC32 ensures that 4 bytes are 206 Opens a gzip (.gz) file for reading or writing. 280 Check the gzip header of a gz_stream opened for reading. Set the stream 281 mode to transparent if the gzip magic header is not present; set s->err 298 gzip segment */ 313 /* Peek ahead to check the gzip magic header */ 322 /* Check the rest of the gzip header * [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
Makefile.in | 833 dist-gzip: distdir 834 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 849 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 858 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 868 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 876 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ [all...] |
/ndk/sources/host-tools/make-3.81/ |
Makefile.DOS | 130 GZIP = --best 345 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz 353 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 357 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
/external/bison/build-aux/ |
gendocs.sh | 266 gzip -f -9 $PACKAGE.dvi 281 gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz" 311 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" 336 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" 360 gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
|
/external/zlib/src/ |
ChangeLog | 179 - Fix bug in gzgets() for a concatenated empty gzip stream 181 - Change gzread() and related to ignore junk after gzip streams 184 - Simplify gzseek() now that raw after gzip is ignored 501 - Add pigz.c (parallel implementation of gzip) to examples/ 573 - Set extra flags in gzip header in gzopen() like deflate() does [all...] |
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_browsertest.cc | 310 // Content-Type: application/gzip 382 const char zip_content_type[] = "Content-Type: application/gzip"; 441 EXPECT_STREQ("Content-Type: application/gzip",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 17 import gzip namespace 18 gzip.GzipFile 20 gzip = None variable 187 _open = gzip.GzipFile 241 _open = gzip.GzipFile 261 # For Gzip and Bz2 Tests: fail with a ReadError on an uncompressed file. 419 if gzip: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 17 import gzip namespace 18 gzip.GzipFile 20 gzip = None variable 187 _open = gzip.GzipFile 241 _open = gzip.GzipFile 261 # For Gzip and Bz2 Tests: fail with a ReadError on an uncompressed file. 419 if gzip: [all...] |
/external/chromium/net/base/ |
filter.h | 125 FILTER_TYPE_GZIP_HELPING_SDCH, // Gzip possible, but pass through allowed. 191 // redundant gzip encoding is specified), as well as issues regarding SDCH
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl_unittest.cc | 311 // (like gzip, bzip, etc.), and apply any charset conversions to yield 319 // Test a response that is gzip-encoded -- should get inflated.
|
/external/chromium/sdch/open-vcdiff/ |
Makefile.am | 220 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec 223 deb: dist-gzip packages/deb.sh packages/deb/*
|
/external/chromium_org/net/base/ |
filter.h | 125 FILTER_TYPE_GZIP_HELPING_SDCH, // Gzip possible, but pass through allowed. 191 // redundant gzip encoding is specified), as well as issues regarding SDCH
|
/external/chromium_org/sdch/open-vcdiff/ |
Makefile.am | 241 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec 244 deb: dist-gzip packages/deb.sh packages/deb/*
|
/external/chromium_org/third_party/zlib/ |
zconf.h | 219 * created by gzip. (Files created by minigzip can still be extracted by 220 * gzip.)
|
/external/open-vcdiff/ |
Makefile.am | 241 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec 244 deb: dist-gzip packages/deb.sh packages/deb/*
|
/external/zlib/src/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 *)
|