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

1 2 3 4 5 6 78 91011>>

  /external/freetype/
Android.mk 30 src/gzip/ftgzip.c \
  /external/libexif/doc/
Makefile.am 34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@
46 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) > $@
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSink.java 25 * A sink that uses <a href="http://www.ietf.org/rfc/rfc1952.txt">GZIP</a> to
39 /** Sink into which the GZIP format is written. */
114 // Write the Gzip header directly into the buffer for the sink to avoid handling IOException.
116 buffer.writeShort(0x1f8b); // Two-byte Gzip ID.
GzipSource.java 24 * A source that uses <a href="http://www.ietf.org/rfc/rfc1952.txt">GZIP</a> to
42 * Our source should yield a GZIP header (which we consume directly), followed
44 * GZIP trailer (which we also consume directly).
57 /** Checksum used to check both the GZIP header and decompressed body. */
95 // Gzip streams self-terminate: they return -1 before their underlying
98 // return -1, then our Gzip data finished prematurely!
100 throw new IOException("gzip finished without exhausting source");
  /external/opencv3/3rdparty/zlib/
README 7 rfc1952 (gzip format).
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
106 jloup@gzip.org madler@alumni.caltech.edu
  /external/selinux/scripts/
make-update 24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE
release 16 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
  /external/zlib/
NOTICE 20 jloup@gzip.org madler@alumni.caltech.edu
  /external/zlib/src/
README 7 rfc1952 (gzip format).
10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
106 jloup@gzip.org madler@alumni.caltech.edu
zlib.3 27 .IR gzip (1)
102 http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format)
125 Send questions and/or comments to zlib@gzip.org,
129 Copyright (C) 1995-2013 Jean-loup Gailly (jloup@gzip.org)
  /external/zlib/src/examples/
gzlog.h 29 gzlog_write() now always leaves the log file as valid gzip
37 object works by appending stored (uncompressed) data to the gzip file until
41 valid gzip file that can decompressed to recover what was written.
75 will be compressed. The log file will be a valid gzip file upon successful
  /external/zlib/src/qnx/
package.qpg 50 <QPM:VendorURL>www.gzip.org/zlib</QPM:VendorURL>
54 <QPM:AuthorURL>www.gzip.org/zlib</QPM:AuthorURL>
56 <QPM:AuthorEmail>zlib@gzip.org</QPM:AuthorEmail>
61 <QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL>
  /external/zlib/src/win32/
README-WIN32.txt 7 and rfc1952.txt (gzip format).
10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled
14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page
94 jloup@gzip.org madler@alumni.caltech.edu
  /prebuilts/go/darwin-x86/misc/nacl/
testzip.proto 56 gzip
  /prebuilts/go/linux-x86/misc/nacl/
testzip.proto 56 gzip
  /system/extras/ext4_utils/
ext2simg.c 52 fprintf(stderr, " -z gzip output\n");
122 int gzip = 0; local
136 gzip = 1;
189 write_ext4_image(outfd, gzip, sparse, crc);
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
GzipHandler.java 40 import org.eclipse.jetty.http.gzip.CompressedResponseWrapper;
41 import org.eclipse.jetty.http.gzip.AbstractCompressedStream;
48 * GZIP Handler This handler will gzip the content of a response if:
54 * content-type is not "application/gzip"</li>
60 * then use of efficient direct NIO may be prevented, thus use of the gzip mechanism of the <code>org.eclipse.jetty.servlet.DefaultServlet</code> is advised instead.
75 * Instantiates a new gzip handler.
246 if (ae != null && ae.indexOf("gzip")>=0 && !response.containsHeader("Content-Encoding")
311 * @return the gzip response wrapper
326 return new AbstractCompressedStream("gzip",request,this,_vary
    [all...]
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 18 // Misc zip/gzip utility functions.
44 * Utility function that expands zip/gzip "deflate" compressed data
243 * Look at the contents of a gzip archive. We want to know where the
250 * don't currently deal with that here. If "gzip -l" whines, we're going
271 return false; // not gzip
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1-sources.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9-sources.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1-sources.jar 
  /external/libxml2/
xzlib.c 45 #define LOOK 0 /* look for a gzip/lzma header */
47 #define GZIP 2 /* decompress a gzip stream */
127 state->how = LOOK; /* look for gzip header */
200 case GZIP:
453 /* look for the gzip magic header bytes 31 and 139 */
460 /* we have a gzip header, woo hoo! */
503 state->how = GZIP;
507 /* not a gzip file -- save first byte (31) and fall to raw i/o */
554 if (state->how == GZIP) {
    [all...]
  /bootable/recovery/applypatch/
imgdiff.cpp 26 * chunks of two types: "normal" and "gzip". Normal chunks are simply
27 * patched using a plain bsdiff. Gzip chunks are first expanded, then a
38 * "minigzip" tool included in the zlib distribution, not the GNU gzip
53 * images by searching for the byte sequence 1f8b0800: 1f8b is the gzip
55 * supported by the gzip standard]; and 00 is the flags byte. We do not
67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}]
78 * gzip level (4)
83 * gzip header len (4)
84 * gzip header (gzip header len
    [all...]
  /external/autotest/client/site_tests/logging_UdevCrash/
logging_UdevCrash.py 5 import gzip, logging, os, utils
30 f = gzip.open(filepath, 'r')
  /external/chromium-trace/catapult/third_party/Paste/
README.rst 70 * Gzip responses in ``paste.gzip``

Completed in 4044 milliseconds

1 2 3 4 5 6 78 91011>>