HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 401 - 425 of 640) sorted by null

<<11121314151617181920>>

  /external/zlib/src/
deflate.c 265 #ifdef GZIP
267 wrap = 2; /* write gzip wrapper instead */
415 #ifdef GZIP
591 case 2: /* gzip wrapper */
593 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
691 #ifdef GZIP
764 #ifdef GZIP
    [all...]
inflate.c 12 * needed, make inffast.c even faster, implement gzip decoding, and to
54 * programs like gzip and unzip -- uses window as output buffer to avoid
431 /* check function to use adler32() for zlib or crc32() for gzip */
623 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */
647 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
    [all...]
  /frameworks/base/include/androidfw/
Asset.h 163 * the compressed data. This could be inside a gzip file or part of a
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 113 add("application/gzip", icon);
  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 26 * algorithm (see <a href="http://www.gzip.org/algorithm.txt">specification</a>).
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 251 * (2), gzip (3), and xz/lzma2 (4). tag is used as an identifier for error
405 Encodings are 1 (uncompressed), 2 (bzip2), 3 (gzip), and 4 (xz/lzma2).
  /external/chromium_org/third_party/lcov-1.9/
CHANGES 123 - Added --html-gzip to create gzip-compressed HTML output (patch by
  /frameworks/base/libs/androidfw/
Asset.cpp 175 * We currently support gzip files. We might want to handle .bz2 someday.
213 ALOGD("File '%s' is not in gzip format\n", fileName);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 317 " -z: gzip output (requires -o)\n"
486 /* wait for gzip to finish, otherwise it might get killed when we exit */
  /prebuilts/sdk/tools/linux/
zipalign 
  /external/chromium_org/sdch/open-vcdiff/
Makefile.in     [all...]
  /external/open-vcdiff/
Makefile.in     [all...]
  /external/chromium_org/third_party/zlib/
inflate.c 12 * needed, make inffast.c even faster, implement gzip decoding, and to
54 * programs like gzip and unzip -- uses window as output buffer to avoid
410 /* check function to use adler32() for zlib or crc32() for gzip */
607 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */
631 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 259 #ifdef GZIP
261 wrap = 2; /* write gzip wrapper instead */
380 #ifdef GZIP
578 #ifdef GZIP
651 #ifdef GZIP
833 #ifdef GZIP
    [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml 223 our $html_gzip = 0; # Compress with gzip
306 "html-gzip" => \$html_gzip,
482 --html-gzip Use gzip to compress HTML
719 open($handle, "|gzip -c >$filename")
721 "(gzip)!\n");
1072 # is compressed using GZIP. If available, GUNZIP will be used to decompress
1119 # Check for availability of GZIP tool
    [all...]
  /external/grub/stage2/
gunzip.c 225 /* Little-Endian defines for the 2-byte magic number for gzip files */
238 /* gzip flag byte */
240 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
    [all...]
  /external/protobuf/gtest/
Makefile.in     [all...]
  /external/qemu-pc-bios/bochs/
Makefile.in 74 # the GZIP variable is reserved by gzip program
75 GZIP_BIN=gzip -9
  /external/antlr/antlr-3.4/runtime/C/doxygen/
build.dox 81 gzip -dc antlrtgzname.tar.gz | tar xvf -
  /external/bzip2/
CHANGES 265 * added --fast and --best aliases for -1 -9 for gzip compatibility.
  /external/chromium/net/base/
sdch_filter.cc 194 // re-compress with gzip or other system, we can sniff to see if this
  /external/chromium/net/url_request/
url_request_job.cc 494 // not have a complete gzip header yet)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_draft75.py 145 'Accept-Encoding': 'gzip,deflate',
test_handshake_hybi.py 342 'Accept-Encoding': 'gzip,deflate',
test_handshake_hybi00.py 211 'Accept-Encoding': 'gzip,deflate',

Completed in 2437 milliseconds

<<11121314151617181920>>