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

1 2 3 4 5

  /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/tensorflow/tensorflow/core/lib/io/
zlib_compression_options.h 30 static ZlibCompressionOptions GZIP();
55 // looking for a zlib or gzip header, not generating a check value, and not
59 // window_bits can also be greater than 15 for optional gzip encoding. Add 16
60 // to window_bits to write a simple gzip header and trailer around the
61 // compressed data instead of a zlib wrapper. The gzip header will have no
64 // gzip stream is being written, strm->adler is a crc32 instead of an adler32.
122 inline ZlibCompressionOptions ZlibCompressionOptions::GZIP() {
  /external/tensorflow/tensorflow/python/lib/io/
tf_record.py 33 GZIP = 2
43 TFRecordCompressionType.GZIP: "GZIP",
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 60 // zlib will autodetect gzip header or deflate stream
63 // GZIP streams have some extra header data for file attributes.
64 GZIP = 1,
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,
122 // Defaults to GZIP.
172 // Writes out all data and closes the gzip stream.
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 60 // zlib will autodetect gzip header or deflate stream
63 // GZIP streams have some extra header data for file attributes.
64 GZIP = 1,
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,
122 // Defaults to GZIP.
172 // Writes out all data and closes the gzip stream.
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 60 // zlib will autodetect gzip header or deflate stream
63 // GZIP streams have some extra header data for file attributes.
64 GZIP = 1,
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,
122 // Defaults to GZIP.
172 // Writes out all data and closes the gzip stream.
  /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
114 // GZIP streams have some extra header data for file attributes.
115 GZIP = 1,
122 // Defaults to GZIP.
172 // Writes out all data and closes the gzip stream.
  /prebuilts/tools/darwin-x86_64/protoc/include/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
114 // GZIP streams have some extra header data for file attributes.
115 GZIP = 1,
122 // Defaults to GZIP.
172 // Writes out all data and closes the gzip stream.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 149 /* gzip modes, also provide a little integrity check on the passed structure */
156 #define LOOK 0 /* look for a gzip header */
158 #define GZIP 2 /* decompress a gzip stream */
160 /* internal gzip file state data structure */
168 int mode; /* see gzip modes above */
175 int direct; /* 0 if processing gzip, 1 if transparent */
178 z_off64_t start; /* where the gzip data started, for rewinding */
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).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 155 /* gzip modes, also provide a little integrity check on the passed structure */
162 #define LOOK 0 /* look for a gzip header */
164 #define GZIP 2 /* decompress a gzip stream */
166 /* internal gzip file state data structure */
174 int mode; /* see gzip modes above */
181 int direct; /* 0 if processing gzip, 1 if transparent */
184 z_off64_t start; /* where the gzip data started, for rewinding */
  /external/python/cpython2/Modules/zlib/
gzguts.h 149 /* gzip modes, also provide a little integrity check on the passed structure */
156 #define LOOK 0 /* look for a gzip header */
158 #define GZIP 2 /* decompress a gzip stream */
160 /* internal gzip file state data structure */
168 int mode; /* see gzip modes above */
175 int direct; /* 0 if processing gzip, 1 if transparent */
178 z_off64_t start; /* where the gzip data started, for rewinding */
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).
  /external/python/cpython3/Modules/zlib/
gzguts.h 158 /* gzip modes, also provide a little integrity check on the passed structure */
165 #define LOOK 0 /* look for a gzip header */
167 #define GZIP 2 /* decompress a gzip stream */
169 /* internal gzip file state data structure */
177 int mode; /* see gzip modes above */
184 int direct; /* 0 if processing gzip, 1 if transparent */
187 z_off64_t start; /* where the gzip data started, for rewinding */
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
55 #ifdef GZIP
56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */
58 #define EXTRA_STATE 69 /* gzip extra block -> NAME_STATE */
59 #define NAME_STATE 73 /* gzip file name -> COMMENT_STATE */
60 #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */
61 #define HCRC_STATE 103 /* gzip header CRC -> BUSY_STATE */
107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
    [all...]
  /external/zlib/src/
gzguts.h 158 /* gzip modes, also provide a little integrity check on the passed structure */
165 #define LOOK 0 /* look for a gzip header */
167 #define GZIP 2 /* decompress a gzip stream */
169 /* internal gzip file state data structure */
177 int mode; /* see gzip modes above */
184 int direct; /* 0 if processing gzip, 1 if transparent */
187 z_off64_t start; /* where the gzip data started, for rewinding */
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
55 #ifdef GZIP
56 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */
58 #define EXTRA_STATE 69 /* gzip extra block -> NAME_STATE */
59 #define NAME_STATE 73 /* gzip file name -> COMMENT_STATE */
60 #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */
61 #define HCRC_STATE 103 /* gzip header CRC -> BUSY_STATE */
107 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
gzguts.h 149 /* gzip modes, also provide a little integrity check on the passed structure */
156 #define LOOK 0 /* look for a gzip header */
158 #define GZIP 2 /* decompress a gzip stream */
160 /* internal gzip file state data structure */
168 int mode; /* see gzip modes above */
175 int direct; /* 0 if processing gzip, 1 if transparent */
178 z_off64_t start; /* where the gzip data started, for rewinding */
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).
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogDataType.java 31 TAR_GZ("tar.gz", "application/gzip", true, false),
32 GZIP("gz", "application/gzip", true, false),
  /external/libxml2/
xzlib.c 45 #define LOOK 0 /* look for a gzip/lzma header */
47 #define GZIP 2 /* decompress a gzip stream */
127 state->how = LOOK; /* look for gzip header */
200 case GZIP:
453 /* look for the gzip magic header bytes 31 and 139 */
460 /* we have a gzip header, woo hoo! */
503 state->how = GZIP;
507 /* not a gzip file -- save first byte (31) and fall to raw i/o */
554 if (state->how == GZIP) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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).
  /external/guava/guava/src/com/google/common/net/
MediaType.java 273 public static final MediaType GZIP = createConstant(APPLICATION_TYPE, "x-gzip");
  /external/syslinux/com32/lib/zlib/
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).
  /frameworks/base/cmds/incidentd/src/
Section.cpp 59 const char* GZIP[] = {"/system/bin/gzip", NULL};
311 name = "gzip";
340 // initiate pipes to pass data to/from gzip
346 pid_t pid = fork_execute_cmd((char* const*)GZIP, &p2cPipe, &c2pPipe);
375 ALOGW("GZipSection '%s' failed to read data from gzip: %s, timedout: %s",
387 // Revisit the actual size from gzip result and edit the internal buffer accordingly.
    [all...]

Completed in 532 milliseconds

1 2 3 4 5