/prebuilts/go/darwin-x86/src/net/http/httputil/ |
example_test.go | 50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind." 68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
example_test.go | 50 // "POST / HTTP/1.1\r\nHost: www.example.org\r\nAccept-Encoding: gzip\r\nContent-Length: 75\r\nUser-Agent: Go-http-client/1.1\r\n\r\nGo is a general-purpose language designed with systems programming in mind." 68 // "PUT / HTTP/1.1\r\nHost: www.example.org\r\nUser-Agent: Go-http-client/1.1\r\nContent-Length: 75\r\nAccept-Encoding: gzip\r\n\r\nGo is a general-purpose language designed with systems programming in mind."
|
/bootable/recovery/applypatch/ |
imgdiff.cpp | 25 * "normal" and "gzip". Normal chunks are simply patched using a plain bsdiff. Gzip chunks are 34 * included in the zlib distribution, not the GNU gzip program. 46 * byte sequence 1f8b0800: 1f8b is the gzip magic number; 08 specifies the "deflate" encoding 47 * [the only encoding supported by the gzip standard]; and 00 is the flags byte. We do not 58 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}] 69 * gzip level (4) 74 * gzip header len (4) 75 * gzip header (gzip header len [all...] |
/external/apache-http/android/src/android/net/http/ |
AndroidHttpClient.java | 78 // Gzip of data shorter than this probably won't be worthwhile 206 request.addHeader("Accept-Encoding", "gzip"); 225 if (contentEncoding.contains("gzip")) responseStream 310 entity.setContentEncoding("gzip"); 471 if ("gzip".equalsIgnoreCase(header.getValue())) {
|
/external/freetype/builds/amiga/ |
makefile | 232 # FreeType2 library gzip support for compressed PCF bitmap fonts 234 gzip.ppc.o: $(FTSRC)/gzip/ftgzip.c 293 libft2_ppc.a: $(BASEPPC) $(AFITPPC) $(GXVPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o 294 $(AR) $@ $(BASEPPC) $(AFITPPC) $(GXVPPC) $(OTVPPC) $(PSPPC) $(RASTERPPC) sfnt.ppc.o ftcache.ppc.o $(FONTDPPC) gzip.ppc.o bzip2.ppc.o lzw.ppc.o
|
/external/scapy/scapy/ |
main.py | 14 import gzip, glob 246 f=gzip.open(fname,"wb") 260 s = six.moves.cPickle.load(gzip.open(fname,"rb")) 283 s = six.moves.cPickle.load(gzip.open(fname,"rb")) 308 SESSION = six.moves.cPickle.load(gzip.open(session_name,"rb"))
|
/external/libnfnetlink/ |
Makefile.in | 572 dist-gzip: distdir 573 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 596 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 614 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 626 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 808 dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ [all...] |
/external/libogg/ |
Makefile.in | 506 dist-gzip: distdir 507 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 519 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 527 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 538 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 544 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 686 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ [all...] |
/external/libusb-compat/ |
Makefile.in | 505 dist-gzip: distdir 506 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 521 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 530 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 540 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 548 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 700 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip [all...] |
/external/ltp/utils/ffsb-6.0-rc2/ |
Makefile.in | 417 dist-gzip: distdir 418 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 434 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 443 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 452 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 460 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 610 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck [all...] |
/external/tensorflow/tensorflow/python/kernel_tests/ |
reader_ops_test.py | 22 import gzip 414 with gzip.GzipFile(fn, "wb") as f: 452 with gzip.GzipFile(fn, "wb") as f: 554 self._TestOneEpoch(files, num_records, gap_bytes, encoding="GZIP") 573 files, num_overlapped_records, encoding="GZIP") 683 with gzip.GzipFile(zfn, "wb") as f: 688 options = tf_record.TFRecordOptions(TFRecordCompressionType.GZIP) 835 """Verify that files produced are gzip compatible.""" 839 # gzip compress the file and write compressed contents to file. 843 with gzip.GzipFile(gzfn, "wb") as f [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
shutil.py | 338 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
343 'compress' must be "gzip" (the default), "bzip2", or None.
354 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''}
355 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'}
360 ("bad value for 'compress': must be None, 'gzip' or 'bzip2'")
463 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
shutil.py | 334 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
339 'compress' must be "gzip" (the default), "bzip2", or None.
350 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''}
351 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'}
356 ("bad value for 'compress': must be None, 'gzip' or 'bzip2'")
460 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"),
|
/external/python/cpython2/Lib/ |
shutil.py | 338 def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0, 343 'compress' must be "gzip" (the default), "bzip2", or None. 354 tar_compression = {'gzip': 'gz', 'bzip2': 'bz2', None: ''} 355 compress_ext = {'gzip': '.gz', 'bzip2': '.bz2'} 360 ("bad value for 'compress': must be None, 'gzip' or 'bzip2'") 473 'gztar': (_make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"),
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/honggfuzz/examples/apache-httpd/corpus_http2/ |
e00bd26115de24b8a11e493be5c0ab62.00001d13.honggfuzz.cov | 8 Accept-Encoding: gzip, deflate, ??
14 Accept-Encoding: gzip, deflate, br
15 Accept-Language: en-US,en;ccept-Encoding: gzip, deflate, br
|
/external/libexif/ |
Makefile.in | 622 dist-gzip: distdir 623 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 642 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 650 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 662 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 672 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;; [all...] |
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.cc | 81 case GzipInputStream::GZIP: windowBitsFormat = 16; break; 194 : format(GZIP), 228 // default to GZIP format
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
LogFileSaver.java | 225 * Save and compress, if necessary, the log data to a gzip file 305 String.format(".%s.%s", origDataType.getFileExt(), LogDataType.GZIP.getFileExt()), 310 * Creates a output stream to write GZIP-compressed data to a file
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/ |
jetty-http-8.1.14.v20131031.jar | |
/device/generic/qemu/ |
qemu_base.mk | 38 gzip \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
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. */
|