/external/chromium_org/third_party/sqlite/src/ |
publish_osx.sh | 33 gzip $NAME
|
publish.sh | 33 gzip sqlite3-$VERS.bin 50 gzip tclsqlite-$VERS.so 56 gzip sqlite-$VERS.so
|
/external/libvpx/libvpx/nestegg/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign 1.11 no-dist-gzip dist-bzip2 subdir-objects
|
/external/zlib/ |
NOTICE | 20 jloup@gzip.org madler@alumni.caltech.edu
|
/external/zlib/src/ |
README | 7 rfc1952 (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org madler@alumni.caltech.edu
|
zlib.3 | 27 .IR gzip (1) 102 http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) 125 Send questions and/or comments to zlib@gzip.org, 129 Copyright (C) 1995-2013 Jean-loup Gailly (jloup@gzip.org)
|
/external/zlib/src/examples/ |
gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 37 object works by appending stored (uncompressed) data to the gzip file until 41 valid gzip file that can decompressed to recover what was written. 75 will be compressed. The log file will be a valid gzip file upon successful
|
/external/zlib/src/qnx/ |
package.qpg | 50 <QPM:VendorURL>www.gzip.org/zlib</QPM:VendorURL> 54 <QPM:AuthorURL>www.gzip.org/zlib</QPM:AuthorURL> 56 <QPM:AuthorEmail>zlib@gzip.org</QPM:AuthorEmail> 61 <QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL>
|
/external/zlib/src/win32/ |
README-WIN32.txt | 7 and rfc1952.txt (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled 14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page 94 jloup@gzip.org madler@alumni.caltech.edu
|
/system/extras/ext4_utils/ |
ext2simg.c | 52 fprintf(stderr, " -z gzip output\n"); 182 int gzip = 0; local 196 gzip = 1; 249 write_ext4_image(outfd, gzip, sparse, crc);
|
/external/smack/src/org/jivesoftware/smack/util/ |
Base64.java | 35 /** Specify that data should be gzip-compressed. */
36 public final static int GZIP = 2;
430 * The object is not GZip-compressed before being encoded.
450 * GZIP: gzip-compresses object before encoding it.
455 * Example: <code>encodeObject( myObj, Base64.GZIP )</code> or
457 * Example: <code>encodeObject( myObj, Base64.GZIP | Base64.DONT_BREAK_LINES )</code>
462 * @see Base64#GZIP
475 int gzip = (options & GZIP);
local 604 int gzip = ( options & GZIP ); local [all...] |
/external/chromium_org/third_party/lcov/man/ |
genhtml.1 | 48 .RB [ \-\-html\-gzip ] 67 ends with ".gz", it is assumed to be GZIP\-compressed and the gunzip tool 385 .B \-\-html\-gzip 388 Compress all generated html files with gzip and add a .htaccess file specifying 389 gzip\-encoding in the root output directory. 392 webserver with .htaccess support and a browser with support for gzip
|
/frameworks/base/libs/androidfw/ |
ZipUtils.cpp | 18 // Misc zip/gzip utility functions. 37 * Utility function that expands zip/gzip "deflate" compressed data 146 * Utility function that expands zip/gzip "deflate" compressed data 258 * Look at the contents of a gzip archive. We want to know where the 265 * don't currently deal with that here. If "gzip -l" whines, we're going 286 return false; // not gzip
|
/external/freetype/include/freetype/ |
ftmoderr.h | 149 FT_MODERRDEF( Gzip, 0x700, "Gzip module" )
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Compress.java | 54 + "Compresses a file using gzip compression"; 82 + "Uncompresses a file compressed with gzip compression";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mimetypes.py | 21 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip")) 22 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mimetypes.py | 21 eq(self.db.guess_type("foo.tgz"), ("application/x-tar", "gzip")) 22 eq(self.db.guess_type("foo.tar.gz"), ("application/x-tar", "gzip"))
|
/build/tools/ |
mktarball.sh | 47 gzip -c ${target_tar} > ${target_tarball}
|
/external/chromium/net/data/ftp/ |
dir-listing-vms-2.expected | 74 gzip
|
/external/chromium_org/net/data/ftp/ |
dir-listing-vms-2.expected | 74 gzip
|
/external/chromium_org/net/url_request/ |
url_request_job_unittest.cc | 30 "Content-Encoding: gzip\n"
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/message/ |
GZIPCompressedMessage.java | 40 * compress a message using Gzip.
|
/external/llvm/test/Transforms/ADCE/ |
2002-07-17-PHIAssertion.ll | 1 ; This testcase was extracted from the gzip SPEC benchmark
|
/external/zlib/src/contrib/iostream3/ |
README | 5 outf << "These go into the gzip file " << 123 << endl;
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.h | 42 /* redirect output to a file, optionally gzipping; returns gzip pid */
|