/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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:
62 f = gzip.GzipFile(self.filename, 'r')
71 f = gzip.GzipFile(self.filename, 'w')
81 with gzip.GzipFile(self.filename, 'ab') as f: [all...] |
/external/freetype/src/gzip/ |
Jamfile | 1 # FreeType 2 src/gzip Jamfile 12 SubDir FT2_TOP $(FT2_SRC_DIR) gzip ;
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
88e3d434701294f58ecc66bf73b90f3d.00000363.honggfuzz.cov | 7 Accept-Encoding: gzip, deflate, ??
13 Accept-Encoding: gzip, deflate, br
|
228788dbf234d7cfc3b9cd75f41f3124.00000167.honggfuzz.cov | 3
BBBBBBBBBBBBB&CCCCCCCCCCCCCCCCCC=DDDDDDDDDDDDDDDD????????????????????UPDATE?????????????????????????r??????? gzip, deflate, br
|
a4a83f7b55cd5f3031cf4f7c68ee8b11.0000010a.honggfuzz.cov | 9 Accept-Encoding: gzip, deflate, br
|
191abfcfcf7124066d96f9b315101748.0000073c.honggfuzz.cov | 5 Accept-Encoding:"gzip, deflate, ??
11 Accept-Encoding: gzip, deflate, br
17 Accept-Encoding:"gzip, deflate, ??
23 Accept-Encoding: gzip, deflate, br
29 Accept-Encoding:"gzip, deflate, ??
35 Accept-Encoding: gzip, deflate, br
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
88e3d434701294f58ecc66bf73b90f3d.00000363.honggfuzz.cov | 7 Accept-Encoding: gzip, deflate, ??
13 Accept-Encoding: gzip, deflate, br
|
09caa723d0bac3a6f3f99784ecc4ee0c.00003628.honggfuzz.cov | 5 ?h)1cept@refreshrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrsrrrrrr?rrrrrrrrrrrrrrrrqrrrrrrrrrrrrrrrrr 0pt@???timd:??????????????????????OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO?OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO?OOOOOOOOOOOOOOOONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO???~OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO?OOOOOOOOOOOOOOOOOOOOOOOOOOOOO1OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO?OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONOOOOOOOOOOOOOOOOOOOOOOOOOOO```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````HTTP/0.9````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````gzip````````````````````````````````````````````?`````````````````````````````````````````````````````` (…)
|
228788dbf234d7cfc3b9cd75f41f3124.00000167.honggfuzz.cov | 3
BBBBBBBBBBBBB&CCCCCCCCCCCCCCCCCC=DDDDDDDDDDDDDDDD????????????????????UPDATE?????????????????????????r??????? gzip, deflate, br
|
/external/python/cpython2/Lib/test/ |
test_gzip.py | 1 """Test script for the gzip module. 9 gzip = test_support.import_module('gzip') variable 18 data2 = """/* zlibmodule.c -- gzip-compatible data compression */ 19 /* See http://www.gzip.org/zlib/ 35 with gzip.GzipFile(self.filename, 'w'+mode) as f: 38 with gzip.GzipFile(self.filename, 'r'+mode) as f: 49 with gzip.GzipFile(unicode_filename, "wb") as f: 51 with gzip.GzipFile(unicode_filename, "rb") as f: 55 gzip.GzipFile(fileobj=fobj, mode="rb") as f [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/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/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
|
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
|
/external/python/cpython2/Modules/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/python/cpython3/Modules/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/syslinux/com32/lib/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/tensorflow/tensorflow/tools/api/golden/ |
tensorflow.python_io.-t-f-record-compression-type.pbtxt | 6 name: "GZIP"
|
/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()
|
/toolchain/binutils/binutils-2.27/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/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/toybox/tests/ |
gunzip.test | 10 echo -n "foo " | gzip > f1.gz 11 echo "bar" | gzip > f2.gz 19 echo "hello world" | gzip > f.gz 25 echo -n "foo " | gzip > f1.gz 26 echo "bar" | gzip > f2.gz 36 echo "hello world" | gzip > f1.gz 43 echo "hello world" | gzip > f1.gz
|