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

12

/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/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h63 // GZIP streams have some extra header data for file attributes.
64 GZIP = 1, enumerator in enum:google::protobuf::io::GzipInputStream::Format
70 // buffer_size and format may be -1 for default of 64kB and GZIP format
114 // GZIP streams have some extra header data for file attributes.
115 GZIP = 1, enumerator in enum:google::protobuf::io::GzipOutputStream::Format
122 // Defaults to GZIP.
H A Dzero_copy_stream_unittest.cc352 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 forma
[all...]
H A Dgzip_stream.cc80 case GzipInputStream::GZIP: windowBitsFormat = 16; break;
188 : format(GZIP),
222 // default to GZIP format
/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/libexif/doc/
H A 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/chromium_org/third_party/zlib/
H A Dgzguts.h83 #define GZIP 2 /* decompress a gzip stream */ macro
H A Dgzread.c96 be set to GZIP for decompression, and the gzip header will be skipped so
199 state->how = GZIP;
302 or GZIP unless the end of the input file has been reached and all data has
320 else if (state->how == GZIP) { /* decompress */
432 else { /* state->how == GZIP */
H A Ddeflate.h23 # define GZIP macro
/external/chromium_org/chrome/installer/mac/
H A Ddirdiffer.sh152 readonly GZIP="gzip"
257 if ! "${GZIP}" -9cn < "${new_file}" > "${gz_file}"; then
258 err "couldn't compress ${new_file} to ${gz_file} with ${GZIP}"
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h174 #define GZIP 2 /* decompress a gzip stream */ macro
H A Dgzread.c81 be set to GZIP for decompression. If direct copying, then leftover input
139 state->how = GZIP;
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
245 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
361 else { /* state->how == GZIP */
H A Ddeflate.h23 # define GZIP macro
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h158 #define GZIP 2 /* decompress a gzip stream */ macro
H A Dgzread.c81 be set to GZIP for decompression. If direct copying, then leftover input
139 state->how = GZIP;
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
245 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
361 else { /* state->how == GZIP */
H A Ddeflate.h23 # define GZIP macro
/external/zlib/src/
H A Dgzguts.h158 #define GZIP 2 /* decompress a gzip stream */ macro
H A Dgzread.c81 be set to GZIP for decompression. If direct copying, then leftover input
139 state->how = GZIP;
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
245 case GZIP: /* -> GZIP or LOOK (if end of gzip stream) */
361 else { /* state->how == GZIP */
H A Ddeflate.h23 # define GZIP macro
/external/chromium_org/third_party/opus/src/doc/
H A Dbuild_draft.sh70 GZIP=-9 tar --owner=root --group=root --format=v7 -czf opus_source.tar.gz "${destdir}"
/external/smack/src/org/jivesoftware/smack/util/
H A DBase64.java36 public final static int GZIP = 2; field in class:Base64
450 * GZIP: gzip-compresses object before encoding it.
455 * Example: <code>encodeObject( myObj, Base64.GZIP )</code> or
457 * Example: <code>encodeObject( myObj, Base64.GZIP | Base64.DONT_BREAK_LINES )</code>
462 * @see Base64#GZIP
475 int gzip = (options & GZIP);
480 // ObjectOutputStream -> (GZIP) -> Base64 -> ByteArrayOutputStream
485 if( gzip == GZIP )
540 * GZIP: gzip-compresses object before encoding it.
545 * Example: <code>encodeBytes( myData, Base64.GZIP )</cod
[all...]
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DNettyHttpClient.java152 request.headers().set(HttpHeaders.Names.ACCEPT_ENCODING, HttpHeaders.Values.GZIP);

Completed in 380 milliseconds

12