HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 26 - 50 of 1022) sorted by null

12 3 4 5 6 7 8 91011>>

  /build/tools/
dump-package-stats 34 Dumps a summary of the compressed and uncompressed sizes of various
45 These fields are presented as <uncompressed bytes>/<compressed bytes>:
127 compressed = $3;
129 dex_compressed += compressed;
132 total_compressed += compressed;
  /external/zlib/src/doc/
rfc1951.txt 12 DEFLATE Compressed Data Format Specification version 1.3
42 This specification defines a lossless compressed data format that
61 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
73 2. Compressed representation overview ............................. 4
77 3.2. Compressed block format ................................... 6
81 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11
82 3.2.5. Compressed blocks (length and distance codes) ...... 11
98 compressed data format that:
118 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
128 * Allow random access to compressed data
    [all...]
rfc1950.txt 14 ZLIB Compressed Data Format Specification version 3.3
44 This specification defines a lossless compressed data format. The
61 RFC 1950 ZLIB Compressed Data Format Specification May 1996
90 compressed data format that:
107 allow random access to compressed data.
118 RFC 1950 ZLIB Compressed Data Format Specification May 1996
133 The specification specifies a compressed data format that can be
175 RFC 1950 ZLIB Compressed Data Format Specification May 1996
232 RFC 1950 ZLIB Compressed Data Format Specification May 1996
243 |...compressed data...| ADLER32
    [all...]
  /external/kernel-headers/original/linux/
ppp_defs.h 71 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
75 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
76 #define PPP_COMP 0xfd /* compressed packet */
141 __u32 vjs_compressed; /* outbound compressed packets */
145 __u32 vjs_compressedin; /* inbound compressed packets */
153 __u32 comp_bytes; /* compressed bytes */
154 __u32 comp_packets; /* compressed packets */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp_defs.h 71 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
75 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
76 #define PPP_COMP 0xfd /* compressed packet */
137 __u32 vjs_compressed; /* outbound compressed packets */
141 __u32 vjs_compressedin; /* inbound compressed packets */
149 __u32 comp_bytes; /* compressed bytes */
150 __u32 comp_packets; /* compressed packets */
cramfs_fs.h 8 #define CRAMFS_SIGNATURE "Compressed ROMFS"
38 compressed form (starting with an array of block pointers;
60 __u8 signature[16]; /* "Compressed ROMFS" */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp_defs.h 71 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
75 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
76 #define PPP_COMP 0xfd /* compressed packet */
137 __u32 vjs_compressed; /* outbound compressed packets */
141 __u32 vjs_compressedin; /* inbound compressed packets */
149 __u32 comp_bytes; /* compressed bytes */
150 __u32 comp_packets; /* compressed packets */
cramfs_fs.h 8 #define CRAMFS_SIGNATURE "Compressed ROMFS"
38 compressed form (starting with an array of block pointers;
60 __u8 signature[16]; /* "Compressed ROMFS" */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp_defs.h 71 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
75 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
76 #define PPP_COMP 0xfd /* compressed packet */
137 __u32 vjs_compressed; /* outbound compressed packets */
141 __u32 vjs_compressedin; /* inbound compressed packets */
149 __u32 comp_bytes; /* compressed bytes */
150 __u32 comp_packets; /* compressed packets */
cramfs_fs.h 8 #define CRAMFS_SIGNATURE "Compressed ROMFS"
38 compressed form (starting with an array of block pointers;
60 __u8 signature[16]; /* "Compressed ROMFS" */
  /external/libppp/src/
proto.h 36 #define PROTO_VJCOMP 0x002d /* VJ Compressed */
41 #define PROTO_ICOMPD 0x00fb /* Individual link compressed */
42 #define PROTO_COMPD 0x00fd /* Compressed datagram */
slcompress.h 43 * Compressed packet format:
49 * the compressed packet. The next two octets are the TCP checksum
74 * this type of packet syncs the sender & receiver); and compressed
91 /* Bits in first octet of compressed packet */
141 int sls_compressed; /* outbound compressed packets */
145 int sls_compressedin; /* inbound compressed packets */
  /external/libvorbis/doc/vorbisfile/
ov_raw_total.html 20 <p>Returns the total (compressed) bytes of the physical bitstream or a specified logical bitstream.
47 total length in compressed bytes of content if i=-1.</li>
48 <li><tt>n</tt> length in compressed bytes of logical bitstream if i=0 to n.</li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java 37 byte[] compressed = glMsg.getFb().getContents(0).toByteArray();
40 int size = CLZF.lzf_decompress(compressed, compressed.length,
  /external/tcpdump/
slcompress.h 26 * Compressed packet format:
32 * the compressed packet. The next two octets are the TCP checksum
57 * this type of packet syncs the sender & receiver); and compressed
74 /* Bits in first octet of compressed packet */
  /frameworks/base/docs/html/
app.yaml 12 # docs files in the app have been compressed
  /packages/inputmethods/PinyinIME/
Android.mk 22 # Make sure our dictionary file is not compressed, so we can read it with
  /external/bzip2/
bzgrep.1 5 bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression
25 on bzip2-compressed files. All options specified are passed directly to
  /frameworks/native/include/utils/
ZipUtils.h 46 * one always-compressed entry, but we currently want to treat Zip
55 * the file seeked to the start of the compressed data.
  /external/ppp/pppd/include/net/
ppp_defs.h 81 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
84 #define PPP_COMP 0xfd /* compressed packet */
148 unsigned int vjs_compressed; /* outbound compressed packets */
152 unsigned int vjs_compressedin; /* inbound compressed packets */
165 unsigned int comp_bytes; /* compressed bytes */
166 unsigned int comp_packets; /* compressed packets */
slcompress.h 32 * Compressed packet format:
38 * the compressed packet. The next two octets are the TCP checksum
63 * this type of packet syncs the sender & receiver); and compressed
80 /* Bits in first octet of compressed packet */
126 int sls_compressed; /* outbound compressed packets */
130 int sls_compressedin; /* inbound compressed packets */
  /libcore/luni/src/main/java/java/util/zip/
DeflaterOutputStream.java 55 * is the {@code OutputStream} where to write the compressed data
67 * OutputStream} to which the compressed data shall be written to. The
73 * is the OutputStream where to write the compressed data to.
84 * is the {@code OutputStream} where to write the compressed data
146 * Writes any unwritten compressed data to the underlying stream, the closes
207 * compressed at the highest level.
InflaterOutputStream.java 27 * compressed data in the "deflate" format, and uncompressed data is
42 * for uncompressed data, and compressed data will be written to this stream.
53 * for uncompressed data, and compressed data will be written to this stream.
65 * for uncompressed data, and compressed data will be written to this stream.
118 * compressed input. The corresponding uncompressed data will be written to the underlying
132 * compressed input. The corresponding uncompressed data will be written to the underlying
  /frameworks/base/include/androidfw/
Asset.h 102 * asset is compressed).
146 * Create the asset from a named, compressed file on disk (e.g. ".gz").
162 * Create from compressed data. "fd" should be seeked to the start of
163 * the compressed data. This could be inside a gzip file or part of a
168 * This may not verify the validity of the compressed data until first
184 * Create the asset from a memory-mapped file segment with compressed
269 * An asset based on compressed data in a file.
305 off64_t mStart; // offset to start of compressed data
306 off64_t mCompressedLen; // length of the compressed data
313 class StreamingZipInflater* mZipInflater; // for streaming large compressed asset
    [all...]
  /external/chromium/net/spdy/
spdy_framer.h 184 // |compressed| specifies whether the frame should be compressed.
190 bool compressed,
197 // |compressed| specifies whether the frame should be compressed.
201 bool compressed,
230 bool compressed,
249 // To create a compressed frame, enable DATA_FLAG_COMPRESSED.
266 // On success, returns a new SpdyFrame with the payload compressed.
283 // Returns true if a frame could be compressed
    [all...]

Completed in 4125 milliseconds

12 3 4 5 6 7 8 91011>>