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

<<111213141516

  /external/zlib/old/as400/
zlib.inc 80 * The GZIP encode/decode stream support structure.
  /frameworks/base/include/androidfw/
Asset.h 163 * the compressed data. This could be inside a gzip file or part of a
  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 26 * algorithm (see <a href="http://www.gzip.org/algorithm.txt">specification</a>).
  /external/webkit/Source/WebCore/platform/network/
MIMESniffing.cpp 207 MAGIC_NUMBERS_SIMPLE("\x1F\x8B\x08", "application/x-gzip") // A GZIP archive.
  /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 298 " -z: gzip output (requires -o)\n"
444 /* wait for gzip to finish, otherwise it might get killed when we exit */
  /prebuilts/sdk/tools/linux/
zipalign 
  /external/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
430 /* check function to use adler32() for zlib or crc32() for gzip */
627 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */
651 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */
    [all...]
  /external/protobuf/gtest/
Makefile.in     [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/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/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/freetype/include/freetype/config/
ftheader.h 408 * definitions of an API which supports gzip-compressed files.
  /external/llvm/utils/buildit/
build_llvm 240 gzip -f $MDIR/*
  /external/openssh/
INSTALL 7 http://www.gzip.org/zlib/
  /external/tcpdump/tests/
print-A.new 16 Accept-Encoding: gzip
print-A.out 16 Accept-Encoding: gzip
print-AA.new 16 Accept-Encoding: gzip
print-AA.out 16 Accept-Encoding: gzip
  /external/valgrind/main/exp-bbv/docs/
bbv-manual.xml 70 it with gzip or some other compression program.
  /external/webkit/Tools/android/flex-2.5.4a/
Makefile.in 239 gzip <$(DIST_NAME).tar >$(DIST_NAME).tar.gz

Completed in 1903 milliseconds

<<111213141516