Searched refs:GZIP (Results 1 - 20 of 20) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessageDecoder.java48 public static final String GZIP = "gzip"; field in class:HttpMessageDecoder
50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
56 } else if (GZIP.equalsIgnoreCase(encoding)
57 || ("x-" + GZIP).equalsIgnoreCase(encoding)) {
58 return GZIP;
73 if (encoding == GZIP) {
/external/e2fsprogs/util/
H A Dgen-tarball.in11 GZIP=gzip
49 | $GZIP -9 -c > $SRCROOT.tar.gz
50 $GZIP -l $SRCROOT.tar.gz
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h62 // GZIP streams have some extra header data for file attributes.
63 GZIP = 1, enumerator in enum:google::protobuf::io::GzipInputStream::Format
69 // buffer_size and format may be -1 for default of 64kB and GZIP format
113 // GZIP streams have some extra header data for file attributes.
114 GZIP = 1, enumerator in enum:google::protobuf::io::GzipOutputStream::Format
121 // Defaults to GZIP.
H A Dgzip_stream.cc94 case GZIP: windowBitsFormat = 16; break;
172 : format(GZIP),
216 // default to GZIP format
H A Dzero_copy_stream_unittest.cc300 &output, GzipOutputStream::GZIP, gzip_buffer_size);
308 &input, GzipInputStream::GZIP, gzip_buffer_size);
363 GzipOutputStream gzout(&output, GzipOutputStream::GZIP);
427 // ZLIB format should differ from GZIP format.
/external/zlib/
H A Dgzguts.h139 #define GZIP 2 /* decompress a gzip stream */ macro
H A Dgzread.c75 be set to GZIP for decompression. If direct copying, then leftover input
133 state->how = GZIP;
218 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
227 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
239 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
355 else { /* state->how == GZIP */
H A Ddeflate.h23 # define GZIP macro
H A Ddeflate.c265 #ifdef GZIP
415 #ifdef GZIP
689 #ifdef GZIP
762 #ifdef GZIP
951 #ifdef GZIP
1090 #ifdef GZIP
/external/grub/util/
H A Dgrub-image69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
H A Dgrub-image.in69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
/external/bison/
H A DMakefile509 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
520 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
529 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
539 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
545 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h23 # define GZIP macro
H A Ddeflate.c259 #ifdef GZIP
380 #ifdef GZIP
578 #ifdef GZIP
651 #ifdef GZIP
833 #ifdef GZIP
971 #ifdef GZIP
/external/zlib/old/as400/
H A Dzlib.inc80 * The GZIP encode/decode stream support structure.
/external/zlib/as400/
H A Dzlib.inc90 * The GZIP encode/decode stream support structure.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu-pc-bios/bochs/
H A Dconfigure944 GZIP
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 413 milliseconds