/external/okhttp/okio/src/test/java/okio/ |
GzipSourceTest.java | 31 OkBuffer gzipped = new OkBuffer(); local 32 gzipped.write(gzipHeader); 33 gzipped.write(deflated); 34 gzipped.write(gzipTrailer); 35 assertGzipped(gzipped); 43 OkBuffer gzipped = new OkBuffer(); local 44 gzipped.write(gzipHeader); 45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian 46 gzipped.write(deflated); 47 gzipped.write(gzipTrailer) 52 OkBuffer gzipped = new OkBuffer(); local 62 OkBuffer gzipped = new OkBuffer(); local 72 OkBuffer gzipped = new OkBuffer(); local 86 OkBuffer gzipped = new OkBuffer(); local 109 OkBuffer gzipped = new OkBuffer(); local 124 OkBuffer gzipped = new OkBuffer(); local 139 OkBuffer gzipped = new OkBuffer(); local [all...] |
/external/zlib/src/contrib/iostream3/ |
zfstream.h | 20 * @brief Gzipped file stream buffer class. 22 * This class implements basic_filebuf for gzipped files. It doesn't yet support 60 * @brief Open gzipped file. 70 * @brief Attach to already open gzipped file. 80 * @brief Close gzipped file. 100 * These characters can be read without accessing the gzipped file. 106 * @brief Fill get area from gzipped file. 109 * This actually reads characters from gzipped file to stream 116 * @brief Write put area to gzipped file. 121 * gzipped file. With unbuffered output this is done on [all...] |
README | 7 It does this by deriving a specialized stream buffer for gzipped files, which is 23 - gzipped output file opened with default compression level instead of maximum level
|
zfstream.cc | 49 // Open gzipped file 77 // Attach to gzipped file 105 // Close gzipped file 114 // Attempt to sync and close gzipped file 181 // Fill get area from gzipped file 195 // Attempt to fill internal buffer from gzipped file 212 // Write put area to gzipped file 236 // If gzipped file won't accept all bytes written to it, fail 251 // If gzipped file won't accept this character, fail 297 // Write put area to gzipped file (i.e. ensures that put area is empty [all...] |
/bootable/recovery/applypatch/ |
imgdiff.h | 24 // support gzipped data with any of the optional fields, so for now it
|
imgdiff.c | 19 * and recovery.img -- that consist primarily of large chunks of gzipped 22 * large changes in the compressed bitstream; bsdiff patches of gzipped 29 * gzipped using the same encoder parameters. Patched chunks are 34 * To work well with this tool, the gzipped sections of the target 42 * of the file and any encoding parameters needed for the gzipped 46 * same "chunk" structure: that is, the same number of gzipped and normal 48 * consist of five chunks: a small normal header, a gzipped kernel, a 49 * small normal section, a gzipped ramdisk, and finally a small normal 52 * Caveats: we locate gzipped sections within the source and target [all...] |
/external/chromium_org/content/public/child/ |
request_peer.h | 55 // gzipped content). 62 // gzipped content).
|
/external/chromium_org/components/metrics/net/ |
net_metrics_log_uploader.cc | 33 // Tell the server that we're uploading gzipped protobufs.
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftgzip.h | 84 * compressed file, the library will try to open a gzipped stream from
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftgzip.h | 84 * compressed file, the library will try to open a gzipped stream from
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftgzip.h | 84 * compressed file, the library will try to open a gzipped stream from
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
IssueReporter.java | 96 // Only one bug report can be stored at a time and they are gzipped to 113 * @param input that will be gzipped and returne as a byte array
|
/external/owasp/sanitizer/tools/findbugs/doc/manual/ |
installing.html | 8 <a class="ulink" href="http://prdownloads.sourceforge.net/findbugs/findbugs-2.0.3.tar.gz?download" target="_top">gzipped tar format</a> and 12 Extracting a gzipped tar format distribution:
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
GZIPInputStreamTest.java | 55 byte[] gzipped = GZIPOutputStreamTest.gzip(data); 56 GZIPInputStream in = new GZIPInputStream(new ByteArrayInputStream(gzipped));
|
/external/freetype/include/ |
ftgzip.h | 84 * compressed file, the library will try to open a gzipped stream from
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClient.java | 203 * gzipped response. (Uses the "Accept-Encoding" HTTP header.) 212 * Gets the input stream from a response entity. If the entity is gzipped 296 * Creates a Http Entity holding the gzipped data.
|
/packages/services/Mms/src/com/android/mms/service/http/ |
NetworkAwareHttpClient.java | 202 * gzipped response. (Uses the "Accept-Encoding" HTTP header.) 211 * Gets the input stream from a response entity. If the entity is gzipped 305 * Creates a Http Entity holding the gzipped data.
|
/external/owasp/sanitizer/tools/findbugs/doc/ja/manual/ |
installing.html | 3 <title>第2章 FindBugs™ のインストール</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="FindBugs™ マニュアル"><link rel="up" href="index.html" title="FindBugs™ マニュアル"><link rel="prev" href="introduction.html" title="第1章 はじめに"><link rel="next" href="building.html" title="第3章 FindBugs™ のソールからのビルド"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">第2章 <span class="application">FindBugs</span>™ のインストール</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="introduction.html">戻る</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="building.html">次へ</a></td></tr></table><hr></div><div class="chapter" title="第2章 FindBugs™ のインストール"><div class="titlepage"><div><div><h2 class="title"><a name="installing"></a>第2章 <span class="application">FindBugs</span>™ のインストール</h2></div></div></div><div class="toc"><p><b>目次</b></p><dl><dt><span class="sect1"><a href="installing.html#d0e102">1. 配布物の展開</a></span></dt></dl></div><p>この章では、 <span class="application">FindBugs</span> のインストール方法を説明します。</p><div class="sect1" title="1. 配布物の展開"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e102"></a>1. 配布物の展開</h2></div></div></div><p><span class="application">FindBugs</span> をインストールする最も簡単な方法は、バイナリ配布物をダウンロードすることです。 バイナリ配布物は、 <a class="ulink" href="http://prdownloads.sourceforge.net/findbugs/findbugs-2.0.3.tar.gz?download" target="_top">gzipped tar 形式</a> および <a class="ulink" href="http://prdownloads.sourceforge.net/findbugs/findbugs-2.0.3.zip?download" target="_top">zip 形式</a> がそれぞれ入手可能です。バイナリ配布物をダウンロードしてきたら、それを任意のディレクトリーに展開します。</p><p>gzipped tar 形式配布物の展開方法例:</p><pre class="screen">
|
/external/bison/runtime-po/ |
nb.po | 6 # Send this file as an gzipped attachment to:
|
/external/chromium_org/components/metrics/ |
persisted_logs.h | 158 // Compressed log data - a serialized protobuf that's been gzipped.
|
/external/chromium_org/net/filter/ |
gzip_filter.h | 141 // content is indeed really gzipped result of sdch :-/.
|
/external/chromium_org/tools/perf/metrics/ |
network_unittest.py | 70 # A gzipped HTML response
|
/external/libpcap/ |
README | 50 and a gzipped version can be found at
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
Benchmark.java | 215 /** Returns a gzipped copy of {@code bytes}. */
|
/external/zlib/src/examples/ |
gzlog.h | 35 The gzlog object allows writing short messages to a gzipped log file,
|