Home
last modified time | relevance | path

Searched refs:GZIP (Results 1 – 25 of 74) sorted by relevance

123

/external/curl/src/
Dmkhelp.pl109 open(GZIP, ">dumpit") ||
111 binmode GZIP;
113 print GZIP $_;
116 close(GZIP);
120 open(GZIP, "<dumpit.gz") ||
122 binmode GZIP;
123 while(<GZIP>) {
127 close(GZIP);
/external/oauth/core/src/main/java/net/oauth/http/
DHttpMessageDecoder.java48 public static final String GZIP = "gzip"; field in HttpMessageDecoder
50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
56 } else if (GZIP.equalsIgnoreCase(encoding) in getEncoding()
57 || ("x-" + GZIP).equalsIgnoreCase(encoding)) { in getEncoding()
58 return GZIP; in getEncoding()
73 if (encoding == GZIP) { in HttpMessageDecoder()
/external/e2fsprogs/util/
Dgen-tarball.in11 GZIP=gzip
49 | $GZIP -9 -c > $SRCROOT.tar.gz
50 $GZIP -l $SRCROOT.tar.gz
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.h63 GZIP = 1, enumerator
115 GZIP = 1, enumerator
Dzero_copy_stream_unittest.cc357 options.format = GzipOutputStream::GZIP; in TEST_F()
369 &input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
392 options.format = GzipOutputStream::GZIP; in TEST_F()
405 &input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
424 options.format = GzipOutputStream::GZIP; in TEST_F()
437 &input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
452 options.format = GzipOutputStream::GZIP; in TEST_F()
464 &input, GzipInputStream::GZIP, gzip_buffer_size); in TEST_F()
525 options.format = GzipOutputStream::GZIP; in TEST_F()
Dgzip_stream.cc81 case GzipInputStream::GZIP: windowBitsFormat = 16; break; in internalInflateInit2()
194 : format(GZIP), in Options()
/external/squashfs-tools/
DINSTALL27 By default the tools are built with GZIP compression and extended attribute
29 LZO, LZ4 and XZ compression support, and for instructions on disabling GZIP
/external/zlib/src/contrib/delphi/
Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
54 - The ability to read and write gzip streams, used in the GZIP
72 - ZIP and GZIP stream handling via TStreams.
/external/libxml2/
Dxzlib.c47 #define GZIP 2 /* decompress a gzip stream */ macro
200 case GZIP: in xz_compressed()
503 state->how = GZIP; in xz_head()
554 if (state->how == GZIP) { in xz_decomp()
602 if (state->how == GZIP) { in xz_decomp()
649 } else if (state->how == LZMA || state->how == GZIP) { /* decompress */ in xz_make()
/external/zlib/src/doc/
Drfc1952.txt12 GZIP file format specification version 4.3
43 compatible with the widely used GZIP utility. The format includes a
60 RFC 1952 GZIP File Format Specification May 1996
116 RFC 1952 GZIP File Format Specification May 1996
172 RFC 1952 GZIP File Format Specification May 1996
228 RFC 1952 GZIP File Format Specification May 1996
284 RFC 1952 GZIP File Format Specification May 1996
340 RFC 1952 GZIP File Format Specification May 1996
396 RFC 1952 GZIP File Format Specification May 1996
452 RFC 1952 GZIP File Format Specification May 1996
[all …]
/external/libexif/doc/
DMakefile.am34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@
46 …(cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) >…
/external/squashfs-tools/squashfs-tools/
DMakefile212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
/external/curl/tests/data/
Dtest22027 Content-Encoding: GZIP
/external/ltp/utils/ffsb-6.0-rc2/
DMakefile.in418 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 ;;\
/external/libogg/
DMakefile.in507 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 ;;\
/external/netperf/
DMakefile.in473 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
496 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
504 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
516 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
528 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
/external/stressapptest/
DMakefile.in521 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
541 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
550 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
559 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
569 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
/external/libusb-compat/
DMakefile.in506 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 ;;\
/external/libcap-ng/libcap-ng-0.7/
DMakefile.in536 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 ;;\
/external/libmtp/
DMakefile.in552 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
572 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
581 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
590 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
600 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
/external/libvorbis/
DMakefile.in548 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 ;;\
/external/zlib/src/
Dgzguts.h158 #define GZIP 2 /* decompress a gzip stream */ macro
/external/libopus/doc/
Dbuild_draft.sh70 GZIP=-9 tar --owner=root --group=root --format=v7 -czf opus_source.tar.gz "${destdir}"
/external/pdfium/third_party/zlib_v128/
Dgzguts.h166 #define GZIP 2 /* decompress a gzip stream */ macro
/external/libexif/
DMakefile.in623 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 ;;\

123