/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
zconf.h | 144 * created by gzip. (Files created by minigzip can still be extracted by 145 * gzip.)
|
/system/core/crash_reporter/ |
udev_collector.cc | 37 const char kGzipPath[] = "/bin/gzip"; 122 // Compress the output using gzip.
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
GatherAPIData.java | 33 * -gzip 78 boolean gzip; field in class:GatherAPIData 93 } else if (option.equals("-gzip")) { 131 } else if (opt.equals("-gzip")) { 132 this.gzip = true; 154 } else if (gzip) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
SimpleXMLRPCServer.py | 443 # a re to match a gzip Accept-Encoding 526 q = self.accept_encodings().get("gzip", 0) 530 self.send_header("Content-Encoding", "gzip") 538 #support gzip encoding of request 542 if encoding == "gzip": 548 self.send_response(400, "error decoding gzip content")
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
SimpleXMLRPCServer.py | 443 # a re to match a gzip Accept-Encoding 526 q = self.accept_encodings().get("gzip", 0) 530 self.send_header("Content-Encoding", "gzip") 538 #support gzip encoding of request 542 if encoding == "gzip": 548 self.send_response(400, "error decoding gzip content")
|
/prebuilts/go/darwin-x86/src/net/http/ |
response_test.go | 10 "compress/gzip" 537 buf.WriteString("Content-Encoding: gzip\r\n") 538 wr = gzip.NewWriter(wr) 552 err := wr.(*gzip.Writer).Close() 574 gzReader, err := gzip.NewReader(resp.Body) 575 checkErr(err, "gzip.NewReader")
|
transport_test.go | 12 "compress/gzip" 631 {"", "gzip", false}, 634 // Requests with accept-encoding == gzip should be passed through 635 {"gzip", "gzip", true}, 648 if accept == "gzip" { 649 rw.Header().Set("Content-Encoding", "gzip") 650 gz := gzip.NewWriter(rw) 669 var r *gzip.Reader 670 r, err = gzip.NewReader(res.Body [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
response_test.go | 10 "compress/gzip" 537 buf.WriteString("Content-Encoding: gzip\r\n") 538 wr = gzip.NewWriter(wr) 552 err := wr.(*gzip.Writer).Close() 574 gzReader, err := gzip.NewReader(resp.Body) 575 checkErr(err, "gzip.NewReader")
|
transport_test.go | 12 "compress/gzip" 631 {"", "gzip", false}, 634 // Requests with accept-encoding == gzip should be passed through 635 {"gzip", "gzip", true}, 648 if accept == "gzip" { 649 rw.Header().Set("Content-Encoding", "gzip") 650 gz := gzip.NewWriter(rw) 669 var r *gzip.Reader 670 r, err = gzip.NewReader(res.Body [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 443 # a re to match a gzip Accept-Encoding 526 q = self.accept_encodings().get("gzip", 0) 530 self.send_header("Content-Encoding", "gzip") 538 #support gzip encoding of request 542 if encoding == "gzip": 548 self.send_response(400, "error decoding gzip content")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleXMLRPCServer.py | 443 # a re to match a gzip Accept-Encoding 526 q = self.accept_encodings().get("gzip", 0) 530 self.send_header("Content-Encoding", "gzip") 538 #support gzip encoding of request 542 if encoding == "gzip": 548 self.send_response(400, "error decoding gzip content")
|
/ndk/sources/host-tools/make-3.81/ |
Makefile.DOS | 130 GZIP = --best 345 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz 353 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir) 357 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
URLConnectionTest.java | [all...] |
/external/bison/build-aux/ |
gendocs.sh | 266 gzip -f -9 $PACKAGE.dvi 281 gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz" 311 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" 336 gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" 360 gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz"
|
/external/opencv3/3rdparty/zlib/ |
ChangeLog | 179 - Fix bug in gzgets() for a concatenated empty gzip stream 181 - Change gzread() and related to ignore junk after gzip streams 184 - Simplify gzseek() now that raw after gzip is ignored 501 - Add pigz.c (parallel implementation of gzip) to examples/ 573 - Set extra flags in gzip header in gzopen() like deflate() does [all...] |
/external/zlib/src/ |
ChangeLog | 179 - Fix bug in gzgets() for a concatenated empty gzip stream 181 - Change gzread() and related to ignore junk after gzip streams 184 - Simplify gzseek() now that raw after gzip is ignored 501 - Add pigz.c (parallel implementation of gzip) to examples/ 573 - Set extra flags in gzip header in gzopen() like deflate() does [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/ |
profile.go | 11 "compress/gzip" 118 // may be a gzip-compressed encoded protobuf or one of many legacy 128 gz, err := gzip.NewReader(bytes.NewBuffer(orig)) 214 // Write writes the profile as a gzip-compressed marshaled protobuf. 218 zw := gzip.NewWriter(w)
|
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/ |
profile.go | 11 "compress/gzip" 118 // may be a gzip-compressed encoded protobuf or one of many legacy 128 gz, err := gzip.NewReader(bytes.NewBuffer(orig)) 214 // Write writes the profile as a gzip-compressed marshaled protobuf. 218 zw := gzip.NewWriter(w)
|
/external/freetype/src/gzip/ |
ftgzip.c | 45 #error "gzip code does not support PIC yet" 187 /* gzip flag byte */ 553 /* finalize gzip file descriptor */
|
/external/jetty/src/java/org/eclipse/jetty/http/gzip/ |
AbstractCompressedStream.java | 19 package org.eclipse.jetty.http.gzip; 346 * @see org.eclipse.jetty.http.gzip.CompressedStream#getOutputStream() 354 * @see org.eclipse.jetty.http.gzip.CompressedStream#isClosed()
|