/external/zlib/src/doc/ |
rfc1950.txt | 259 to 32K. This is the method used by gzip and PNG (see 377 [1] Deutsch, L.P.,"GZIP Compressed Data Format Specification", 439 EMail: <gzip@prep.ai.mit.edu> 444 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
|
algorithm.txt | 3 The deflation algorithm used by gzip (also zip and zlib) is a variation of 199 jloup@gzip.org madler@alumni.caltech.edu
|
/external/zlib/src/test/ |
minigzip.c | 1 /* minigzip.c -- simulate gzip using the zlib compression library 7 * minigzip is a minimal implementation of the gzip utility. This is 9 * full-featured gzip. No attempt is made to deal with file systems 11 * very limited. So use minigzip only for testing; use gzip for the
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 341 // Use random fill (so it doesn't compress), subtract a little for gzip overhead 608 gzout.write("Gzip File Value".getBytes()); 694 assertEquals("Gzip File Value", e.getText(100)); 702 assertEquals("Gzip File Value",
|
/libcore/luni/src/main/java/java/net/ |
HttpURLConnection.java | 138 * servers use gzip compression. Since {@link #getContentLength()} returns the 141 * until it is exhausted: when {@link InputStream#read} returns -1. Gzip 691 * This is null or "identity" if the content was not encoded, or "gzip" if 692 * the body was gzip compressed. Most callers will be more interested in the
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportListActivity.java | 115 intent.setType("application/x-gzip");
|
/system/extras/ext4_utils/ |
ext4_utils.h | 188 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
|
make_ext4fs.c | 459 const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, 608 write_ext4_image(fd, gzip, sparse, crc);
|
/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
|
/ndk/sources/host-tools/make-3.81/ |
Makefile.in | [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | 2271 public byte[] gzip(byte[] bytes) throws IOException { method in class:URLConnectionTest [all...] |
/external/webkit/Source/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 334 CFSTR("application/x-gzip"), 420 CFSTR("application/x-gzip"),
|
/external/zlib/src/contrib/untgz/ |
untgz.c | 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file 5 * adaptation to Unix by Jean-loup Gailly <jloup@gzip.org>
|
/build/tools/zipalign/ |
ZipFile.h | 94 * Add a file that is already compressed with gzip.
|
/external/e2fsprogs/resize/ |
Makefile.in | 139 gzip -9 > e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz)
|
/external/elfutils/ |
ChangeLog | 7 * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
|
configure.ac | 29 AM_INIT_AUTOMAKE([gnits 1.8 -Wno-portability dist-bzip2 no-dist-gzip])
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
bash.php | 120 'gzexe', 'gzip',
|
python.php | 113 'gopherlib', 'grp', 'gzip', 'heapq', 'hmac', 'hotshot', 'htmlentitydefs', 'htmllib',
|
/external/llvm/docs/ |
HowToReleaseLLVM.rst | 170 $ tar -cvf - llvm-X.Yrc1 | gzip > llvm-X.Yrc1.src.tar.gz 171 $ tar -cvf - clang-X.Yrc1 | gzip > clang-X.Yrc1.src.tar.gz 172 $ tar -cvf - dragonegg-X.Yrc1 | gzip > dragonegg-X.Yrc1.src.tar.gz 173 $ tar -cvf - llvm-test-X.Yrc1 | gzip > llvm-test-X.Yrc1.src.tar.gz
|
/external/openssh/ |
OVERVIEW | 32 - Ssh uses the GNU GZIP compression library (ZLIB).
|
/external/valgrind/main/drd/scripts/ |
download-and-build-splash2.in | 35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
|
/external/webkit/LayoutTests/http/conf/ |
fedora-httpd.conf | 548 #AddDescription "GZIP compressed document" .gz 550 #AddDescription "GZIP compressed tar archive" .tgz 665 AddEncoding x-gzip .gz .tgz 671 #AddType application/x-gzip .gz .tgz
|
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditRules.js | 68 WebInspector.AuditRule.call(this, "network-gzip", "Enable gzip compression"); 97 summary.value = String.sprintf("Compressing the following resources with gzip could reduce their transfer size by about two thirds (~%s):", Number.bytesToString(totalSavings)); 107 return /\b(?:gzip|deflate)\b/.test(encodingHeader); [all...] |
/external/zlib/src/old/os2/ |
Makefile.os2 | 107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
|