HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 201 - 225 of 383) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentEncoding.java 52 * Content-Encoding: gzip
  /external/openssh/
compress.c 36 * (as in gzip).
OVERVIEW 32 - Ssh uses the GNU GZIP compression library (ZLIB).
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 300 &output, GzipOutputStream::GZIP, gzip_buffer_size);
308 &input, GzipInputStream::GZIP, gzip_buffer_size);
363 GzipOutputStream gzout(&output, GzipOutputStream::GZIP);
427 // ZLIB format should differ from GZIP format.
  /external/qemu/
uboot_image.h 132 #define IH_COMP_GZIP 1 /* gzip Compression Used */
  /external/zlib/contrib/minizip/
mztools.c 4 License: Same as ZLIB (www.gzip.org)
  /external/zlib/contrib/puff/
pufftest.c 14 of input to skip before inflating (e.g. to skip a zlib or gzip header), and
  /external/zlib/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/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");
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/
MANIFEST.MF 68 org.apache.commons.compress.compressors.gzip,
  /ndk/sources/host-tools/make-3.81/
Makefile.in     [all...]
  /external/valgrind/main/drd/scripts/
run-splash2 192 gzip -cd <$f >${f%.Z}
224 gzip -cd <$f >${f%.Z}
download-and-build-splash2.in 35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm 334 CFSTR("application/x-gzip"),
420 CFSTR("application/x-gzip"),
  /external/zlib/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/examples/includes/geshi/geshi/
bash.php 120 'gzexe', 'gzip',
python.php 113 'gopherlib', 'grp', 'gzip', 'heapq', 'hmac', 'hotshot', 'htmlentitydefs', 'htmllib',

Completed in 1264 milliseconds

1 2 3 4 5 6 7 891011>>