Searched refs:gzip (Results 26 - 50 of 66) sorted by relevance

123

/external/zlib/
H A DAndroid.mk97 LOCAL_MODULE:= gzip
/external/chromium_org/third_party/libxml/src/
H A Dlibxml2.spec64 gzip -9 ChangeLog
71 gzip -9 doc/libxml2-api.xml
/external/google-tv-pairing-protocol/cpp/
H A DMakefile.am163 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
166 deb: dist-gzip packages/deb.sh packages/deb/*
/external/qemu/distrib/ext4_utils/src/
H A Dext4_utils.h155 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
H A Dmake_ext4fs.c480 const char *_mountpoint, fs_config_func_t fs_config_func, int gzip,
630 write_ext4_image(fd, gzip, sparse, crc);
479 make_ext4fs_internal(int fd, const char *_directory, const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, struct selabel_handle *sehnd, int verbose) argument
/external/chromium_org/tools/python/google/httpd_config/
H A Dhttpd2_mac.conf192 AddEncoding x-gzip .gz .tgz
H A Dhttpd.conf597 AddEncoding x-gzip .gz .tgz
603 #AddType application/x-gzip .gz .tgz
H A Dhttpd2.conf243 AddEncoding x-gzip .gz .tgz
/external/llvm/utils/release/
H A Dtest-release.sh62 echo " -use-gzip Use gzip instead of xz."
124 -use-gzip | --use-gzip )
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash235 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
H A Ddownload-and-build-splash2.in35 gzip -cd < "$downloads/splash2-modified.patch.gz" | patch -p1 -s
/external/chromium_org/chrome/installer/linux/debian/
H A Dbuild.sh29 gzip -9 -c "${DEB_CHANGELOG}" > "${GZLOG}"
/external/chromium_org/sdch/open-vcdiff/
H A DMakefile.am241 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec
244 deb: dist-gzip packages/deb.sh packages/deb/*
/external/smack/src/org/jivesoftware/smack/util/
H A DBase64.java35 /** Specify that data should be gzip-compressed. */
450 * GZIP: gzip-compresses object before encoding it.
475 int gzip = (options & GZIP);
485 if( gzip == GZIP )
489 } // end if: gzip
540 * GZIP: gzip-compresses object before encoding it.
582 * GZIP: gzip-compresses object before encoding it.
604 int gzip = ( options & GZIP );
607 if( gzip == GZIP )
857 * detecting gzip
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
63 done: Integer; (* true when done reading gzip header *)
/external/llvm/utils/buildit/
H A Dbuild_llvm284 gzip -f $MDIR/*
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DHttpOverSpdyTest.java227 server.enqueue(new MockResponse().addHeader("Content-Encoding: gzip")
228 .setBody(gzip("ABCABCABC".getBytes(Util.UTF_8))));
456 public byte[] gzip(byte[] bytes) throws IOException { method in class:HttpOverSpdyTest
H A DURLConnectionTest.java1185 server.enqueue(new MockResponse().setBody(gzip("ABCABCABC".getBytes("UTF-8")))
1186 .addHeader("Content-Encoding: gzip"));
1195 assertContains(request.getHeaders(), "Accept-Encoding: gzip");
1199 byte[] bodyBytes = gzip("ABCDEFGHIJKLMNOPQRSTUVWXYZ".getBytes("UTF-8"));
1202 .addHeader("Content-Encoding: gzip"));
1206 connection.addRequestProperty("Accept-Encoding", "gzip");
1212 assertContains(request.getHeaders(), "Accept-Encoding: gzip");
1244 * Test a bug where gzip input streams weren't exhausting the input stream,
1260 responseOne.addHeader("Content-Encoding: gzip");
1261 transferKind.setBody(responseOne, gzip("on
3016 public byte[] gzip(byte[] bytes) throws IOException { method in class:URLConnectionTest
[all...]
H A DHttpResponseCacheTest.java939 response.setBody(gzip("ABCABCABC".getBytes("UTF-8"))).addHeader("Content-Encoding: gzip"));
955 .setBody(gzip("ABCABCABC".getBytes("UTF-8")))
956 .addHeader("Content-Encoding: gzip")
961 .addHeader("Content-Encoding: gzip"));
2103 public byte[] gzip(byte[] bytes) throws IOException { method in class:HttpResponseCacheTest
/external/bzip2/
H A DMakefile201 gzip -v $(DISTNAME).tar
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
H A Dparse.py370 from gzip import GzipFile
/external/mesa3d/src/gallium/tools/trace/
H A Dparse.py370 from gzip import GzipFile
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py12 import gzip namespace
13 gzip_open = gzip.open
/external/e2fsprogs/resize/
H A DMakefile.in142 gzip -9 > e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz)
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py5 A caching http interface that supports ETags and gzip
34 import gzip namespace
347 if encoding in ['gzip', 'deflate']:
348 if encoding == 'gzip':
349 content = gzip.GzipFile(fileobj=StringIO.StringIO(new_content)).read()
1019 headers['accept-encoding'] = 'gzip, deflate'

Completed in 2446 milliseconds

123