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

1 2 3 4 5 6

  /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/curl/src/
mkhelp.pl 107 my @test = `gzip --version 2>&1`;
108 if($test[0] =~ /gzip/) {
109 open(GZIP, ">dumpit") ||
111 binmode GZIP;
113 print GZIP $_;
114 $gzip += length($_);
116 close(GZIP);
118 system("gzip --best --no-name dumpit");
120 open(GZIP, "<dumpit.gz") ||
122 binmode GZIP;
    [all...]
  /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.
zero_copy_stream_unittest.cc 357 options.format = GzipOutputStream::GZIP;
369 &input, GzipInputStream::GZIP, gzip_buffer_size);
392 options.format = GzipOutputStream::GZIP;
405 &input, GzipInputStream::GZIP, gzip_buffer_size);
424 options.format = GzipOutputStream::GZIP;
437 &input, GzipInputStream::GZIP, gzip_buffer_size);
452 options.format = GzipOutputStream::GZIP;
464 &input, GzipInputStream::GZIP, gzip_buffer_size);
525 options.format = GzipOutputStream::GZIP;
591 // ZLIB format should differ from GZIP format
    [all...]
  /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/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.
  /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.
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogDataType.java 30 TAR_GZ("tar.gz", "application/gzip", true, false),
31 GZIP("gz", "application/gzip", true, false),
  /external/libexif/doc/
Makefile.am 34 (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/
Makefile 6 ############# Building gzip support ###########
8 # Gzip support is by default enabled, and the compression type default
9 # (COMP_DEFAULT) is gzip.
11 # If you don't want/need gzip support then comment out the GZIP SUPPORT line
15 # Obviously, you must select at least one of the available gzip, lzma, lzo
84 COMP_DEFAULT = gzip
131 COMPRESSORS += gzip
212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip.go 5 package gzip package
17 // "compress/gzip" does not also have to import "compress/flate".
62 return nil, fmt.Errorf("gzip: invalid compression level: %d", level)
95 return errors.New("gzip.Write: Extra data is too large")
106 // writeString writes a UTF-8 string s in GZIP's format to z.w.
107 // GZIP (RFC 1952) specifies that strings are NUL-terminated ISO 8859-1 (Latin-1).
109 // GZIP stores Latin-1 strings; error if non-Latin-1; convert if non-ASCII.
113 return errors.New("gzip.Write: non-Latin-1 header string")
131 // GZIP strings are NUL-terminated.
144 // Write the GZIP header lazily
    [all...]
issue14937_test.go 1 package gzip package
18 // To avoid spurious false positives due to untracked GZIP files that
61 t.Errorf("cannot read gzip file %s: %s", path, err)
66 t.Errorf("gzip file %s has non-zero mtime (%s)", path, gz.ModTime)
gunzip.go 5 // Package gzip implements reading and writing of gzip format compressed files,
7 package gzip package
31 // ErrChecksum is returned when reading GZIP data that has an invalid checksum.
32 ErrChecksum = errors.New("gzip: invalid checksum")
33 // ErrHeader is returned when reading GZIP data that has an invalid header.
34 ErrHeader = errors.New("gzip: invalid header")
47 // The gzip file stores a header giving metadata about the compressed file.
51 // U+0001 through U+00FF, due to limitations of the GZIP file format.
61 // uncompressed data from a gzip-format compressed file
    [all...]
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip.go 5 package gzip package
17 // "compress/gzip" does not also have to import "compress/flate".
62 return nil, fmt.Errorf("gzip: invalid compression level: %d", level)
95 return errors.New("gzip.Write: Extra data is too large")
106 // writeString writes a UTF-8 string s in GZIP's format to z.w.
107 // GZIP (RFC 1952) specifies that strings are NUL-terminated ISO 8859-1 (Latin-1).
109 // GZIP stores Latin-1 strings; error if non-Latin-1; convert if non-ASCII.
113 return errors.New("gzip.Write: non-Latin-1 header string")
131 // GZIP strings are NUL-terminated.
144 // Write the GZIP header lazily
    [all...]
issue14937_test.go 1 package gzip package
18 // To avoid spurious false positives due to untracked GZIP files that
61 t.Errorf("cannot read gzip file %s: %s", path, err)
66 t.Errorf("gzip file %s has non-zero mtime (%s)", path, gz.ModTime)
gunzip.go 5 // Package gzip implements reading and writing of gzip format compressed files,
7 package gzip package
31 // ErrChecksum is returned when reading GZIP data that has an invalid checksum.
32 ErrChecksum = errors.New("gzip: invalid checksum")
33 // ErrHeader is returned when reading GZIP data that has an invalid header.
34 ErrHeader = errors.New("gzip: invalid header")
47 // The gzip file stores a header giving metadata about the compressed file.
51 // U+0001 through U+00FF, due to limitations of the GZIP file format.
61 // uncompressed data from a gzip-format compressed file
    [all...]
  /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.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 */
  /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/pdfium/third_party/zlib_v128/
gzguts.h 157 /* gzip modes, also provide a little integrity check on the passed structure */
164 #define LOOK 0 /* look for a gzip header */
166 #define GZIP 2 /* decompress a gzip stream */
168 /* internal gzip file state data structure */
176 int mode; /* see gzip modes above */
183 int direct; /* 0 if processing gzip, 1 if transparent */
186 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 */
  /external/zlib/src/
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 */
  /external/libopus/doc/
build_draft.sh 70 GZIP=-9 tar --owner=root --group=root --format=v7 -czf opus_source.tar.gz "${destdir}"

Completed in 1813 milliseconds

1 2 3 4 5 6