HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 1 - 25 of 952) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libdwfl/
bzip2.c 4 #include "gzip.c"
lzma.c 4 #include "gzip.c"
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
no-copyright 43 src/gzip/adler32.c
44 src/gzip/infblock.c
45 src/gzip/infblock.h
46 src/gzip/infcodes.c
47 src/gzip/infcodes.h
48 src/gzip/inffixed.h
49 src/gzip/inflate.c
50 src/gzip/inftrees.c
51 src/gzip/inftrees.h
52 src/gzip/infutil.
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
mock-archive.txt 1 GET%www.zappos.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
2 GET%www.zappos.com%/css/print.20110525145237.css%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
3 GET%www.zappos.com%/favicon.ico%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
4 GET%www.zappos.com%/hydra/hydra.p.20110607.js%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
5 GET%www.zappos.com%/imgs/shadebg.20110525145241.png%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.zappos.com')]
6 GET%www.msn.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com')]
7 GET%www.msn.com%/?euid=&userGroup=W:default&PM=z:1%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com'), ('x-requested-with', 'XMLHttpRequest')]
8 GET%www.msn.com%/?euid=342%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.msn.com'), ('x-requested-with', 'XMLHttpRequest')]
9 GET%www.amazon.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.amazon.com')]
10 GET%www.google.com%/%%[('accept-encoding', 'gzip,deflate'), ('host', 'www.google.com')
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_gzipper.py 3 import gzip
15 '/', extra_environ=dict(HTTP_ACCEPT_ENCODING='gzip'))
18 actual = gzip.GzipFile(fileobj=six.BytesIO(res.body)).read()
  /external/skia/src/pdf/
SkDeflate.h 30 @param gzip iff true, output a gzip file. "The gzip format is
32 gzip adds a header with a magic number to the beginning of the
33 stream, alowing a client to identify a gzip file.
37 bool gzip = false);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
rules.mk 2 # FreeType 2 GZip support configuration rules
16 # gzip driver directory
18 GZIP_DIR := $(SRC_DIR)/gzip
35 # gzip support sources
59 # gzip driver object(s)
66 # gzip main source file
71 # gzip support - object
Jamfile 1 # FreeType 2 src/gzip Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) gzip ;
  /external/zlib/src/examples/
README.examples 14 uncompress a gzip file
17 - is approximately twice as fast as gzip -d
21 append to a gzip file
26 join gzip files without recalculating the crc or recompressing
32 efficiently and robustly maintain a message log file in gzip format
35 - illustrates use of a gzip header extra field
47 index a zlib or gzip stream and randomly access it
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /external/curl/tests/data/
test221 22 # I removed the first three bytes of the gzip compressed contents
30 Content-Encoding: gzip
47 HTTP GET gzip compressed content with broken gzip header
64 Accept-Encoding: deflate, gzip
test224 65 Content-Encoding: gzip
68 uncompressed gzip data with long gzip header
83 HTTP GET gzip compressed content with huge comment and extra field
100 Accept-Encoding: deflate, gzip
test1122 28 Transfer-Encoding: gzip
48 HTTP GET gzip transfer-encoded content
66 TE: gzip
  /external/opencv3/3rdparty/zlib/
inflate.h 11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
    [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.h 11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
    [all...]
  /external/zlib/src/
inflate.h 11 /* define NO_GZIP when compiling if you want to disable gzip header and
13 the crc code when it is not needed. For shared libraries, gzip decoding
22 FLAGS, /* i: waiting for method and flags (gzip) */
23 TIME, /* i: waiting for modification time (gzip) */
24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
27 NAME, /* i: waiting for end of file name (gzip) */
28 COMMENT, /* i: waiting for end of comment (gzip) */
29 HCRC, /* i: waiting for header crc (gzip) */
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
gzip_test.go 5 // This benchmark tests gzip and gunzip performance.
11 gz "compress/gzip"
30 func gzip() { func
54 gzip()
  /prebuilts/go/linux-x86/test/bench/go1/
gzip_test.go 5 // This benchmark tests gzip and gunzip performance.
11 gz "compress/gzip"
30 func gzip() { func
54 gzip()
  /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/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...]
  /frameworks/base/include/androidfw/
ZipUtils.h 18 // Miscellaneous zip/gzip utility functions.
50 * We could declare gzip to be a sub-class of zip that has exactly
52 * and gzip as distinct, so there's no value.
54 * The zlib library has some gzip utilities, but it has no interface
58 * Pass in a seeked file pointer for the gzip file. If this is a gzip
  /bootable/recovery/applypatch/
imgdiff.h 23 // The gzip header size is actually variable, but we currently don't
26 // gzip format.
29 // The gzip footer size really is fixed.

Completed in 885 milliseconds

1 2 3 4 5 6 7 8 91011>>