HomeSort by relevance Sort by last modified time
    Searched defs:gzip (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPOutputStreamTest.java 32 byte[] data = gzip(("Hello World").getBytes("UTF-8"));
40 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
43 public static byte[] gzip(byte[] bytes) throws IOException { method in class:GZIPOutputStreamTest
  /system/extras/ext4_utils/
make_ext4fs_main.c 57 int gzip = 0; local
109 gzip = 1;
145 if (wipe && gzip) {
146 fprintf(stderr, "Cannot specifiy both wipe and gzip\n");
178 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
ext2simg.c 52 fprintf(stderr, " -z gzip output\n");
183 int gzip = 0; local
197 gzip = 1;
250 write_ext4_image(outfd, gzip, sparse, crc);
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 160 GZIPOutputStream gzip = new GZIPOutputStream(baos); local
173 gzip.write(sizeBytes);
174 gzip.write(line);
177 gzip.finish();
193 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); local
197 while ((got = gzip.read(tempData)) > 0) {
200 gzip.close();
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 5 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()
    [all...]
  /external/okhttp/src/test/java/libcore/net/http/
URLConnectionTest.java 1929 public byte[] gzip(byte[] bytes) throws IOException { method in class:URLConnectionTest
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 2271 public byte[] gzip(byte[] bytes) throws IOException { method in class:URLConnectionTest
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 1213 milliseconds