HomeSort by relevance Sort by last modified time
    Searched refs:gzip (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/protobuf/src/google/protobuf/io/
gzip_stream_unittest.sh 35 # Test compatibility between command line gzip/gunzip binaries and
41 (gzip < ${TESTFILE} | ./zcgunzip | cmp - ${TESTFILE})
  /external/python/cpython2/Lib/test/
test_gzip.py 1 """Test script for the gzip module.
9 gzip = test_support.import_module('gzip') variable
18 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
19 /* See http://www.gzip.org/zlib/
35 with gzip.GzipFile(self.filename, 'w'+mode) as f:
38 with gzip.GzipFile(self.filename, 'r'+mode) as f:
49 with gzip.GzipFile(unicode_filename, "wb") as f:
51 with gzip.GzipFile(unicode_filename, "rb") as f:
55 gzip.GzipFile(fileobj=fobj, mode="rb") as f
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
62 f = gzip.GzipFile(self.filename, 'r')
71 f = gzip.GzipFile(self.filename, 'w')
81 with gzip.GzipFile(self.filename, 'ab') as f:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 2 """Test script for the gzip module.
10 gzip = test_support.import_module('gzip') variable
19 data2 = """/* zlibmodule.c -- gzip-compatible data compression */
20 /* See http://www.gzip.org/zlib/
36 with gzip.GzipFile(self.filename, 'wb') as f:
52 with gzip.GzipFile(self.filename, 'r') as f:
59 with gzip.GzipFile(self.filename, 'rU') as f:
69 f = gzip.GzipFile(self.filename, 'r')
78 f = gzip.GzipFile(self.filename, 'w'
    [all...]
  /external/skia/src/pdf/
SkDeflate.h 28 @param gzip iff true, output a gzip file. "The gzip format is
30 gzip adds a header with a magic number to the beginning of the
31 stream, alowing a client to identify a gzip file.
35 bool gzip = false);
  /prebuilts/go/darwin-x86/test/bench/go1/
gzip_test.go 5 // This benchmark tests gzip and gunzip performance.
11 gz "compress/gzip"
30 func gzip() { func
54 gzip()
  /prebuilts/go/linux-x86/test/bench/go1/
gzip_test.go 5 // This benchmark tests gzip and gunzip performance.
11 gz "compress/gzip"
30 func gzip() { func
54 gzip()
  /external/chromium-trace/catapult/systrace/profile_chrome/
util.py 5 import gzip
18 with gzip.open(output, 'wb') as out, open(host_file, 'rb') as input_file:
31 with gzip.open(output, 'wb') as out:
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPOutputStreamTest.java 36 byte[] data = gzip(("Hello World").getBytes("UTF-8"));
44 assertTrue(Arrays.equals(data, GZIPInputStreamTest.gunzip(gzip(data))));
47 public static byte[] gzip(byte[] bytes) throws IOException { method in class:GZIPOutputStreamTest
75 byte[] responseBytes = "Some data to gzip".getBytes();
  /external/curl/src/
mkhelp.pl 107 my @test = `gzip --version 2>&1`;
108 if($test[0] =~ /gzip/) {
109 open(GZIP, ">dumpit") ||
111 binmode GZIP;
113 print GZIP $_;
114 $gzip += length($_);
116 close(GZIP);
118 system("gzip --best --no-name dumpit");
120 open(GZIP, "<dumpit.gz") ||
122 binmode GZIP;
    [all...]
  /external/syslinux/sample/
Makefile 30 $(PNGTOPNM) $< | gzip -9 > $@
  /external/drrickorang/LoopbackApp/app/src/main/res/raw/
loopback_listener 58 bugreport | gzip > $filename
  /external/kmod/testsuite/
populate-modules.sh 83 # gzip these modules
85 gzip $ROOTFS/$m
  /external/selinux/scripts/
make-update 24 git archive --format=tar --prefix=$PKG-$VERS/ $PKG-$VERS | gzip > ../$DEST/$ARCHIVE
release 24 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
33 git archive --format=tar --prefix=selinux-$i-$VERS/ selinux-$i-$VERS | gzip > ../$DEST/$ARCHIVE
  /kernel/tests/net/test/
removed_feature_test.py 19 import gzip
29 with gzip.open('/proc/config.gz') as f:
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 162 GZIPOutputStream gzip = null; local
164 gzip = new GZIPOutputStream(baos);
177 gzip.write(sizeBytes);
178 gzip.write(line);
181 gzip.finish();
186 IoUtils.closeQuietly(gzip);
198 GZIPInputStream gzip = new GZIPInputStream(new ByteArrayInputStream(dictCompressed)); local
202 while ((got = gzip.read(tempData)) > 0) {
205 gzip.close();
  /external/ltp/testcases/network/
generate.sh 58 gzip -1 -c ascii.sm >> "bin.sm"
  /external/autotest/client/site_tests/logging_UdevCrash/
logging_UdevCrash.py 5 import gzip, logging, os, utils
30 f = gzip.open(filepath, 'r')
  /external/autotest/contrib/
dhcp_failed_machines.py 7 You can also run it directly on the gzip'd logs.
17 import gzip
47 return gzip.open(f, 'r')
  /external/e2fsprogs/tests/f_itable_collision/
script 12 gzip -d < $IMAGE > $TMPFILE
  /external/protobuf/
post_process_dist.sh 48 make dist-gzip

Completed in 604 milliseconds

1 2 3 4 5 6 7 8 91011