HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 376 - 400 of 1479) sorted by null

<<11121314151617181920>>

  /external/freetype/builds/amiga/
makefile.os4 235 # FreeType2 library gzip support for compressed PCF bitmap fonts
237 gzip.ppc.o: FT:src/gzip/ftgzip.c
238 $(CC) -c $(CFLAGS) -o $@ /FT/src/gzip/ftgzip.c
297 libft2_ppc.a: $(BASE) $(AFIT) $(GXV) $(OTV) $(PS) $(RASTER) sfnt.ppc.o ftcache.ppc.o $(FONTD) gzip.ppc.o lzw.ppc.o
298 $(AR) r $@ $(BASE) $(AFIT) $(GXV) $(OTV) $(PS) $(RASTER) sfnt.ppc.o ftcache.ppc.o $(FONTD) gzip.ppc.o lzw.ppc.o
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
GatherAPIDataOld.java 35 * -gzip
79 boolean gzip; field in class:GatherAPIDataOld
94 } else if (option.equals("-gzip")) {
124 } else if (opt.equals("-gzip")) {
125 this.gzip = true;
147 } else if (gzip) {
  /external/python/cpython2/Modules/zlib/
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
105 gz_headerp gzhead; /* gzip header information to write */
229 * This is applicable only for zip (not gzip or zlib).
  /external/syslinux/com32/lib/zlib/
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
102 gz_headerp gzhead; /* gzip header information to write */
226 * This is applicable only for zip (not gzip or zlib).
  /toolchain/binutils/binutils-2.27/zlib/
deflate.h 18 /* define NO_GZIP when compiling if you want to disable gzip header and
20 the crc code when it is not needed. For shared libraries, gzip encoding
23 # define GZIP
104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
105 gz_headerp gzhead; /* gzip header information to write */
229 * This is applicable only for zip (not gzip or zlib).
  /build/soong/
README.md 22 name: "gzip",
42 name: "gzip",
92 name: "gzip",
  /external/ImageMagick/PerlMagick/
Makefile.nt 54 # Requires tar, gzip, and zip. This produces PerlMagick.zip
55 # Get GNU tar and gzip from http://sourceware.cygnus.com/
58 # Make sure tar.exe, gzip.exe and zip.exe are in your system path
  /external/curl/
maketgz 177 gzip -dc $targz | bzip2 --best > $bzip2
186 gzip -dc $targz | xz -6e - > $xz
197 gzip -dc ../$targz | tar -xf -
  /external/elfutils/libdwfl/
gzip.c 1 /* Decompression support for libdwfl: zlib (gzip) and/or bzlib (bzip2).
226 gzip file headers except the slow gzFile interface. */
278 #else /* gzip only. */
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
HttpTransportSE.java 173 connection.setRequestProperty("Accept-Encoding", "gzip");
192 connection.setRequestProperty("Accept-Encoding", "gzip");
221 && hp.getValue().equalsIgnoreCase("gzip")) {
  /external/libcap-ng/libcap-ng-0.7/
Makefile.in 535 dist-gzip: distdir
536 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
560 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
569 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
578 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
590 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AcceptEncodingParser.java 55 * Accept-Encoding: compress, gzip
58 * Accept-Encoding: compress;q=0.5, gzip;q=1.0
59 * Accept-Encoding: gzip;q=1.0, identity; q=0.5, *;q=0
  /external/squashfs-tools/RELEASE-READMEs/
README-4.3 22 2. GZIP compressor now supports compression options, allowing different
69 1. gzip
102 best depends on the compressor. For gzip/xz best means highest compression
  /external/stressapptest/
Makefile.in 520 dist-gzip: distdir
521 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
541 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
550 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
559 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
569 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
TarUtil.java 130 * Utility function to gzip (.gz) a file. the .gz extension will be added to base file name.
136 public static File gzip(final File inputFile) throws IOException { method in class:TarUtil
145 // delete the tmp file if we failed to gzip.
  /build/make/tools/
mktarball.sh 49 gzip -c ${target_tar} > ${target_tarball}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
INDEX 11 test/minigzip.c minimal gzip-like functionality for build testing
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gzip.py 58 included in the gzip file header, which may includes the original
74 to the stream when compressing. All gzip compressed streams
101 # Buffer data read from gzip file. extrastart is offset in
139 return '<gzip ' + s[1:-1] + ' ' + hex(id(self)) + '>'
309 # this member, and read a new gzip header.
342 # Gzip files can be padded with zeroes and still have archives.
344 # non-zero byte. See http://www.gzip.org/#faq8
471 # Act like gzip; with -d, act like gunzip.
472 # The input file is not deleted, however, nor are any other gzip
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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
  /external/autotest/client/profilers/powertop/src/
Makefile 27 gzip -c $< > $@
  /external/curl/docs/
RESOURCES 26 RFC 1952 - GZIP File Format Specification
  /external/e2fsprogs/tests/r_expand_full/
script 8 #gzip -d < $EXP.gz > $EXP
  /external/honggfuzz/examples/apache-httpd/corpus_http1/
4af013d8be596801ee78fc0138d8315b.0000076a.honggfuzz.cov 9 Accept-Encoding: gzip, deflate, br
96fd6d83778c452c4f2af482c3834059.00019ae7.honggfuzz.cov 5 Accept-Encoding: gzip, deflate, ??
12 Accept-Encoding: gzip, deflate, ??
17 Accept-Encoding: gzip, deflate, ??
22 Accept-Encoding: gzip, deflate, ??
25 Accept-Encoding: gzip, deflate, ??
30 Accept-Encoding: gzip, deflate, ??
33 Accept-Encoding: gzip, deflate, ??
36 Accept-Encoding: gzip, deflate, ??
39 Accept-Encoding: gzip, deflate, ??
    [all...]
  /external/honggfuzz/examples/apache-httpd/corpus_http2/
4af013d8be596801ee78fc0138d8315b.0000076a.honggfuzz.cov 9 Accept-Encoding: gzip, deflate, br

Completed in 1118 milliseconds

<<11121314151617181920>>