HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 426 - 450 of 1479) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/zlib/contrib/ada/
readme.txt 5 compression library, available at http://www.gzip.org/zlib/.
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream2/
zstream.h 59 /* Opens a gzip (.gz) file for reading.
60 * open() can be used to read a file which is not in gzip format;
109 * If the input file was not in gzip format, read() copies the objects number
172 /* Opens a gzip (.gz) file for writing.
  /external/protobuf/src/google/protobuf/io/
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/go/darwin-x86/src/compress/gzip/
gunzip_test.go 5 package gzip package
22 gzip []byte
344 "truncated gzip file amid raw-block",
354 "truncated gzip file amid fixed-block",
373 in := bytes.NewReader(tt.gzip)
394 in = bytes.NewReader(tt.gzip)
420 gzip, err := NewReader(f)
424 defer gzip.Close()
427 _, err := io.Copy(ioutil.Discard, gzip)
454 br := bytes.NewReader(tt.gzip)
    [all...]
  /prebuilts/go/linux-x86/src/compress/gzip/
gunzip_test.go 5 package gzip package
22 gzip []byte
344 "truncated gzip file amid raw-block",
354 "truncated gzip file amid fixed-block",
373 in := bytes.NewReader(tt.gzip)
394 in = bytes.NewReader(tt.gzip)
420 gzip, err := NewReader(f)
424 defer gzip.Close()
427 _, err := io.Copy(ioutil.Discard, gzip)
454 br := bytes.NewReader(tt.gzip)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/docs/plat/
socionext-uniphier.rst 21 the BL1 validity in a different way; BL1 is GZIP-compressed and appended to
74 - ``bl1.bin.gzip``
  /external/autotest/client/cros/
kernel_config.py 5 import gzip, logging, os, re
135 return gzip.open(filename, "r")
  /external/boringssl/src/ssl/test/runner/ed25519/
ed25519_test.go 10 "compress/gzip"
100 testData, err := gzip.NewReader(testDataZ)
  /external/chromium-trace/catapult/systrace/systrace/
output_generator.py 8 import gzip
181 with gzip.GzipFile(fileobj=compressed_trace, mode='w') as f:
  /external/cmockery/cmockery_0_1_2/
Makefile.am 108 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
111 deb: dist-gzip packages/deb.sh packages/deb/*
  /external/freetype/
Jamfile 80 gzip # support for gzip-compressed PCF font
  /external/google-tv-pairing-protocol/cpp/
Makefile.am 163 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
166 deb: dist-gzip packages/deb.sh packages/deb/*
  /external/honggfuzz/examples/apache-httpd/corpus_http1/
c2bc91e66e14ac934b560d569c01a517.00000fd8.honggfuzz.cov 7 Accept-Encoding: gzip, deflate, br
8 Accept-Language: en-US,en;ccept-Encoding: gzip, deflate, br
  /external/honggfuzz/examples/apache-httpd/corpus_http2/
c2bc91e66e14ac934b560d569c01a517.00000fd8.honggfuzz.cov 7 Accept-Encoding: gzip, deflate, br
8 Accept-Language: en-US,en;ccept-Encoding: gzip, deflate, br
  /external/iw/
Makefile 114 @$(NQ) ' GZIP' $<
115 $(Q)gzip < $< > $@
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 129 /* The gzip stream inflater for the compressed response. */
190 * Check response is content-encoding: gzip. We need this because SPDY
191 * client is required to support gzip.
195 int gzip = 0; local
199 gzip = strcmp("gzip", nv[i+1]) == 0;
203 if(gzip) {
429 /* TODO add support gzip */
test_notls.c 108 /* The gzip stream inflater for the compressed response. */
169 * Check response is content-encoding: gzip. We need this because SPDY
170 * client is required to support gzip.
174 int gzip = 0; local
178 gzip = strcmp("gzip", nv[i+1]) == 0;
182 if(gzip) {
427 /* TODO add support gzip */
test_request_response.c 111 /* The gzip stream inflater for the compressed response. */
172 * Check response is content-encoding: gzip. We need this because SPDY
173 * client is required to support gzip.
177 int gzip = 0; local
181 gzip = strcmp("gzip", nv[i+1]) == 0;
185 if(gzip) {
412 /* TODO add support gzip */
  /external/python/cpython2/Lib/test/
test_mimetypes.py 23 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip"))
24 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
  /external/python/cpython3/Lib/test/
test_mimetypes.py 22 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip"))
23 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
  /external/tensorflow/tensorflow/core/kernels/
fixed_length_record_reader_op.cc 57 if (encoding_ == "ZLIB" || encoding_ == "GZIP") {
60 : io::ZlibCompressionOptions::GZIP();
  /external/tensorflow/tensorflow/python/data/ops/
readers.py 43 `""` (no compression), `"ZLIB"`, or `"GZIP"`.
86 `""` (no compression), `"ZLIB"`, or `"GZIP"`.
  /external/tensorflow/tensorflow/python/kernel_tests/
record_input_test.py 65 compression_type=tf_record.TFRecordCompressionType.GZIP)
73 compression_type=tf_record.TFRecordCompressionType.GZIP).get_yield_op(
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler_test.py 21 import gzip
132 with gzip.open(profile_files[0]) as profile_file:
  /packages/apps/DocumentsUI/src/com/android/documentsui/
FileTypeMap.java 94 mArchiveTypeMap.put("application/gzip", "Gzip");

Completed in 1097 milliseconds

<<11121314151617181920>>