/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 300 &output, GzipOutputStream::GZIP, gzip_buffer_size); 308 &input, GzipInputStream::GZIP, gzip_buffer_size); 363 GzipOutputStream gzout(&output, GzipOutputStream::GZIP); 427 // ZLIB format should differ from GZIP format.
|
/external/qemu/ |
uboot_image.h | 132 #define IH_COMP_GZIP 1 /* gzip Compression Used */
|
/external/zlib/src/contrib/minizip/ |
mztools.c | 4 License: Same as ZLIB (www.gzip.org)
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 14 of input to skip before inflating (e.g. to skip a zlib or gzip header), and
|
/external/zlib/src/doc/ |
rfc1950.txt | 259 to 32K. This is the method used by gzip and PNG (see 377 [1] Deutsch, L.P.,"GZIP Compressed Data Format Specification", 439 EMail: <gzip@prep.ai.mit.edu> 444 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
|
algorithm.txt | 3 The deflation algorithm used by gzip (also zip and zlib) is a variation of 199 jloup@gzip.org madler@alumni.caltech.edu
|
/external/zlib/src/test/ |
minigzip.c | 1 /* minigzip.c -- simulate gzip using the zlib compression library 7 * minigzip is a minimal implementation of the gzip utility. This is 9 * full-featured gzip. No attempt is made to deal with file systems 11 * very limited. So use minigzip only for testing; use gzip for the
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
DropBoxTest.java | 341 // Use random fill (so it doesn't compress), subtract a little for gzip overhead 608 gzout.write("Gzip File Value".getBytes()); 694 assertEquals("Gzip File Value", e.getText(100)); 702 assertEquals("Gzip File Value",
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
MimeType.java | 49 "application/zip", "application/x-gzip", "application/x-bzip2",
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportListActivity.java | 115 intent.setType("application/x-gzip");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist.py | 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
|
/system/extras/ext4_utils/ |
ext4_utils.h | 189 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
|
make_ext4fs.c | 459 const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, 608 write_ext4_image(fd, gzip, sparse, crc);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
RamDisk.java | 47 * Reads a GZIP compressed disk image from the specified input stream and
|
/ndk/sources/host-tools/make-3.81/ |
Makefile.in | [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
URLConnectionTest.java | 2313 public byte[] gzip(byte[] bytes) throws IOException { method in class:URLConnectionTest [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_integration_service.cc | 88 // Add "gzip" to receive compressed data from the server. 90 return base::StringPrintf("%s-%s %s (%s) (gzip)",
|
/external/chromium_org/net/proxy/ |
proxy_script_fetcher_impl_unittest.cc | 413 // (like gzip, bzip, etc.), and apply any charset conversions to yield 420 // Test a response that is gzip-encoded -- should get inflated.
|
/external/chromium_org/third_party/lcov/ |
CHANGES | 15 - Added --html-gzip to create gzip-compressed HTML output (patch by
|
/external/zlib/src/contrib/untgz/ |
untgz.c | 2 * untgz.c -- Display contents and extract files from a gzip'd TAR file 5 * adaptation to Unix by Jean-loup Gailly <jloup@gzip.org>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fileinput.py | 381 import gzip namespace 382 return gzip.open(filename, mode)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 381 import gzip namespace 382 return gzip.open(filename, mode)
|
/build/tools/zipalign/ |
ZipFile.h | 94 * Add a file that is already compressed with gzip.
|
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_he.xtb | 134 <translation id="8910814431610153472">???????? ????? ????? ?? ?? ??? ????? ????? ?? ?? ??? ???? ??gzip ?? zlib.</translation>
|