HomeSort by relevance Sort by last modified time
    Searched refs:GZIP (Results 1 - 25 of 25) sorted by null

  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 48 public static final String GZIP = "gzip";
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/
gen-tarball.in 11 GZIP=gzip
49 | $GZIP -9 -c > $SRCROOT.tar.gz
50 $GZIP -l $SRCROOT.tar.gz
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 59 // zlib will autodetect gzip header or deflate stream
62 // GZIP streams have some extra header data for file attributes.
63 GZIP = 1,
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,
121 // Defaults to GZIP.
170 // Writes out all data and closes the gzip stream.
gzip_stream.cc 94 case GZIP: windowBitsFormat = 16; break;
172 : format(GZIP),
216 // default to GZIP format
zero_copy_stream_unittest.cc 300 &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/src/
gzguts.h 133 /* gzip modes, also provide a little integrity check on the passed structure */
140 #define LOOK 0 /* look for a gzip header */
142 #define GZIP 2 /* decompress a gzip stream */
144 /* internal gzip file state data structure */
152 int mode; /* see gzip modes above */
159 int direct; /* 0 if processing gzip, 1 if transparent */
162 z_off64_t start; /* where the gzip data started, for rewinding */
gzread.c 1 /* gzread.c -- zlib functions for reading gzip files
76 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
79 if there is no gzip header and direct copying will be performed, or it will
80 be set to GZIP for decompression. If direct copying, then leftover input
128 /* look for gzip magic bytes -- if there, do gzip decoding (note: there is
130 gzip file, to wit, if a single 31 byte is written, then we cannot tell
131 whether this is a single-byte file, or just a partially written gzip
132 file -- for here we assume that if a gzip file is being written, then
134 single byte is sufficient indication that it is not a gzip file) *
    [all...]
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
105 gz_headerp gzhead; /* gzip header information to write */
229 * This is applicable only for zip (not gzip or zlib).
deflate.c 265 #ifdef GZIP
267 wrap = 2; /* write gzip wrapper instead */
415 #ifdef GZIP
589 case 2: /* gzip wrapper */
591 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
689 #ifdef GZIP
762 #ifdef GZIP
    [all...]
  /external/grub/util/
grub-image 69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
grub-image.in 69 GZIP=-9 tar -zcf $bootdir.tar.gz $bootdir
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 35 /** Specify that data should be gzip-compressed. */
36 public final static int GZIP = 2;
430 * The object is not GZip-compressed before being encoded.
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); local
604 int gzip = ( options & GZIP ); local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
102 gz_headerp gzhead; /* gzip header information to write */
226 * This is applicable only for zip (not gzip or zlib).
deflate.c 259 #ifdef GZIP
261 wrap = 2; /* write gzip wrapper instead */
380 #ifdef GZIP
578 #ifdef GZIP
651 #ifdef GZIP
833 #ifdef GZIP
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/qemu-pc-bios/bochs/
configure 944 GZIP
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 263 milliseconds