HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 276 - 300 of 420) sorted by null

<<11121314151617

  /external/chromium/sdch/open-vcdiff/
Makefile.in     [all...]
  /bootable/diskinstaller/
config.mk 110 $(MKBOOTFS) $(TARGET_INSTALLER_ROOT_OUT) | gzip > $(installer_ramdisk)
  /external/bzip2/
Makefile 201 gzip -v $(DISTNAME).tar
README 152 * Flag handling more compatible with GNU gzip
CHANGES 265 * added --fast and --best aliases for -1 -9 for gzip compatibility.
  /external/chromium/net/http/
http_response_headers_unittest.cc 426 "Content-Encoding: gzip\n",
430 "Content-Encoding: gzip\n"
436 "Content-Encoding: gzip\n",
440 "Content-Encoding: gzip\n"
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi08.py 301 'Accept-Encoding': 'gzip,deflate',
  /external/clang/tools/scan-view/
Reporter.py 86 # gzip'd or compressed files.
  /external/libxml2/
nanohttp.c 160 int usesGzip; /* "Content-Encoding: gzip" was detected */
810 if ( !xmlStrncasecmp( BAD_CAST cur, BAD_CAST"gzip", 4) ) {
    [all...]
  /external/llvm/docs/
HowToReleaseLLVM.html 257 $ tar -cvf - llvm-<i>X.Y</i>rc1 | gzip &gt; llvm-<i>X.Y</i>rc1.src.tar.gz
258 $ tar -cvf - clang-<i>X.Y</i>rc1 | gzip &gt; clang-<i>X.Y</i>rc1.src.tar.gz
259 $ tar -cvf - dragonegg-<i>X.Y</i>rc1 | gzip &gt; dragonegg-<i>X.Y</i>rc1.src.tar.gz
260 $ tar -cvf - llvm-test-<i>X.Y</i>rc1 | gzip &gt; llvm-test-<i>X.Y</i>rc1.src.tar.gz
  /external/qemu/distrib/sdl-1.2.15/
Makefile.in 164 tar cvf - $(distdir) | gzip --best >$(distfile)
  /external/zlib/src/
deflate.c 265 #ifdef GZIP
267 wrap = 2; /* write gzip wrapper instead */
415 #ifdef GZIP
589 case 2: /* gzip wrapper */
591 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
689 #ifdef GZIP
762 #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
430 /* check function to use adler32() for zlib or crc32() for gzip */
622 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */
646 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
  /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 301 " -z: gzip output (requires -o)\n"
459 /* wait for gzip to finish, otherwise it might get killed when we exit */
  /prebuilts/sdk/tools/linux/
zipalign 
  /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/chromium/net/base/
sdch_filter.cc 194 // re-compress with gzip or other system, we can sniff to see if this

Completed in 1048 milliseconds

<<11121314151617