Searched
full:gzip (Results
251 -
275 of
952) sorted by null
<<11121314151617181920>>
/external/pdfium/third_party/zlib_v128/ |
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/zlib/src/ |
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/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/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/jetty/src/resources/org/eclipse/jetty/http/ |
mime.properties | 36 gz = application/gzip 37 gzip = application/gzip
|
/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/netperf/ |
Makefile.in | 472 dist-gzip: distdir 473 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 496 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 504 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 516 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 528 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
|
README-4.2 | 43 gzip (no options) (default)
|
/build/tools/ |
mktarball.sh | 49 gzip -c ${target_tar} > ${target_tarball}
|
/device/generic/qemu/ |
qemu_base.mk | 38 gzip \
|
/external/autotest/client/profilers/powertop/src/ |
Makefile | 27 gzip -c $< > $@
|
/external/autotest/client/tests/kernbench/ |
kernbench.py | 58 utils.system("gzip -9 '%s'" % logfile, ignore_status=True)
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
profiler.py | 65 compress: If True, the result will be compressed either with gzip or zip
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
setup.py | 52 Handles both 'deflate' and 'gzip' types of compression.
|
/external/curl/docs/ |
RESOURCES | 26 RFC 1952 - gzip compression format
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/ |
ContentTypeDetector.java | 34 /** File type GZIP compressed Data */
|
/external/liblzf/ |
Makefile.in | 57 tar cvf - liblzf-$(VERSION) | gzip -9 >liblzf-$(VERSION).tar.gz
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
ApacheHttpClient.java | 69 if (contentEncoding != null && contentEncoding.getValue().equals("gzip")) {
|
UrlConnection.java | 65 if ("gzip".equals(urlConnection.getHeaderField("Content-Encoding"))) {
|
/external/protobuf/ |
post_process_dist.sh | 49 make dist-gzip
|
/external/protobuf/src/google/protobuf/testing/ |
zcgunzip.cc | 38 // Reads gzip stream on standard input and writes decompressed data to standard
|
/external/squashfs-tools/squashfs-tools/ |
compressor.c | 30 ZLIB_COMPRESSION, "gzip"
|
Completed in 1377 milliseconds
<<11121314151617181920>>