/prebuilts/go/linux-x86/src/compress/flate/ |
flate_test.go | 6 // The tests in package compress/gzip serve as the
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
reader.go | 107 // ZLIB (RFC 1950) is big-endian, unlike GZIP (RFC 1952).
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32.go | 26 // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ...
|
/prebuilts/go/linux-x86/src/net/http/ |
sniff.go | 103 &exactSig{[]byte("\x1F\x8B\x08"), "application/x-gzip"},
|
/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 148 "compress/gzip",
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/ |
ftoption.h | 156 /* Gzip-compressed file support. */ 159 /* `gzip' program. This is mostly used to parse many of the PCF files */ 161 /* partially uncompress the file on the fly (see src/gzip/ftgzip.c). */ 198 /* Contrary to gzip, bzip2 currently is not included and need to use */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
|
/system/extras/ext4_utils/ |
ext4_utils.h | 162 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
|
make_ext4fs.c | 682 const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, 699 if (info.block_device && (sparse || gzip || crc)) { 700 fprintf(stderr, "No sparse/gzip/crc allowed for block device\n"); 870 write_ext4_image(fd, gzip, sparse, crc);
|
/system/extras/tests/net_test/ |
run_net_test.sh | 50 # We use xz because it compresses better: to 42M vs 72M (gzip) / 62M (bzip2).
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
RamDisk.java | 47 * Reads a GZIP compressed disk image from the specified input stream and
|
/external/squashfs-tools/ |
RELEASE-README | 11 It uses either gzip/xz/lzo/lz4 compression to compress both files, inodes 42 7. Filesystems can be compressed with gzip, xz (lzma2), lzo or lz4 105 gzip (default) 174 gzip (default) 278 By default Mksquashfs will compress using the gzip compression 283 compression ratio than gzip, but is faster to decompress. XZ offers better 284 compression ratio than gzip, but at the expense of greater memory and time 297 gzip (default) 343 best depends on the compressor. For gzip/xz best means highest compression, 769 gzip [all...] |
/ndk/sources/host-tools/make-3.81/ |
Makefile.in | [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
copy_helper.py | 25 import gzip 202 # Chunk size to use while zipping/unzipping gzip files. [all...] |
/external/freetype/src/gzip/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 55 The library also supports reading and writing files in gzip (.gz) format 633 Opens a gzip (.gz) file for reading or writing. The mode parameter 639 gzopen can be used to read a file which is not in gzip format; in this 668 If the input file was not in gzip format, gzread copies the given number [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 55 The library also supports reading and writing files in gzip (.gz) format 633 Opens a gzip (.gz) file for reading or writing. The mode parameter 639 gzopen can be used to read a file which is not in gzip format; in this 668 If the input file was not in gzip format, gzread copies the given number [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpEngine.java | 126 * True if this client added an "Accept-Encoding: gzip" header field and is 624 * Returns a new response that does gzip decompression on {@code response}, if transparent gzip 633 * Modified" can include "Content-Encoding: gzip" without a response body and we will crash if we 637 if (!transparentGzip || !"gzip".equalsIgnoreCase(userResponse.header("Content-Encoding"))) { 704 result.header("Accept-Encoding", "gzip"); [all...] |
/external/autotest/server/ |
base_utils.py | 143 are gzip and bzip2. Afterwards, if the source_material is a tar 160 source_material.endswith(".gzip")):
|
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/ |
model.py | 140 headers['accept-encoding'] = 'gzip, deflate' 145 headers['user-agent'] += 'google-api-python-client/%s (gzip)' % __version__
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
ChangeLog.21 | 574 * src/gzip/ftgzip.c (FT_Stream_OpenGZip): Ditto for the gzip [all...] |
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/ |
UrlConnectionCacheTest.java | [all...] |
/external/pdfium/third_party/zlib_v128/ |
zconf.h | 243 * created by gzip. (Files created by minigzip can still be extracted by 244 * gzip.)
|
/external/valgrind/drd/scripts/ |
run-splash2 | 192 gzip -cd <$f >${f%.Z} 224 gzip -cd <$f >${f%.Z}
|