/external/bzip2/ |
bzip2.1 | 49 command-line flags. Each file is replaced by a compressed version of 51 Each compressed file 72 write compressed output to a terminal, as this would be entirely 84 from that of the compressed file as follows: 111 concatenation of two or more compressed files. The result is the 115 compressed files is also supported. 118 giving the \-c flag. Multiple files may be compressed and 122 containing multiple compressed file representations. Such a stream 146 Compression is always performed, even if the compressed 159 original. This guards against corruption of the compressed data, an [all...] |
bzip2.1.preformatted | 30 mand?line flags. Each file is replaced by a compressed 32 Each compressed file has the same modification date, per 46 will decline to write compressed output to a terminal, as 54 compressed file as follows: 71 catenation of two or more compressed files. The result is 73 Integrity testing (?t) of concatenated compressed files is 81 ple compressed file representations. Such a stream can be 94 Compression is always performed, even if the compressed 105 tion of the compressed data, and against undetected bugs 116 2 to indicate a corrupt compressed file, 3 for an interna [all...] |
bzip2.txt | 27 mand-line flags. Each file is replaced by a compressed 29 Each compressed file has the same modification date, per- 43 will decline to write compressed output to a terminal, as 51 compressed file as follows: 68 catenation of two or more compressed files. The result is 70 Integrity testing (-t) of concatenated compressed files is 78 ple compressed file representations. Such a stream can be 91 Compression is always performed, even if the compressed 102 tion of the compressed data, and against undetected bugs 113 2 to indicate a corrupt compressed file, 3 for an interna [all...] |
/external/chromium/net/spdy/ |
spdy_test_util.cc | 167 header_info.compressed, &headers); 171 header_info.compressed, &headers); 178 header_info.compressed, &headers); 269 bool compressed, 278 compressed, 290 bool compressed, 305 compressed, // Compressed 318 // Constructs a standard SPDY GET SYN packet, optionally compressed 324 bool compressed, [all...] |
/external/chromium/net/url_request/ |
url_request_job_tracker_unittest.cc | 32 // The above string "Hello\n", gzip compressed. 43 } else if (url.spec() == "test:compressed") { 122 return request_->url().spec() == "test:compressed" 220 AssertJobTrackerCallbacks("test:compressed"); 225 AssertJobTrackerCallbacks("test:compressed");
|
/external/llvm/include/llvm/ADT/ |
IntEqClasses.h | 33 /// When compressed, EC[i] is the equivalence class of i. 36 /// NumClasses - The number of equivalence classes when compressed, or 0 when 75 /// This requires a compressed map.
|
/external/e2fsprogs/misc/ |
chattr.1.in | 29 append only (a), compressed (c), no dump (d), extent format (e), immutable (i), 37 indexed directory (I), compression raw access (X), and compressed dirty 61 A file with the `c' attribute set is automatically compressed on the disk 76 indicate that a compressed file has a compression error. It may not be 143 indicate that a raw contents of a compressed file can be accessed 150 indicate a compressed file is dirty. It may not be set or reset using
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
AttachPhotoActivity.java | 183 // Create a scaled, compressed bitmap to add to the entity-delta list. 187 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); 188 if (compressed == null) { 189 Log.w(TAG, "could not create scaled and compressed Bitmap"); 193 // Add compressed bitmap to entity-delta... this allows us to save to 204 values.put(Photo.PHOTO, compressed);
|
/external/libpng/ |
ANNOUNCE | 11 libpng-1.2.46.tar.xz (LZMA-compressed, recommended) 18 libpng-1.2.46-no-config.tar.xz (LZMA-compressed, recommended)
|
/external/libvpx/vpx/ |
vpx_encoder.h | 88 /*!\brief Compressed Frame Flags 90 * This type represents a bitfield containing information about a compressed 112 VPX_CODEC_CX_FRAME_PKT, /**< Compressed video frame */ 131 void *buf; /**< compressed data buffer */ 132 size_t sz; /**< length of compressed data */ 138 } frame; /**< data for compressed frame packet */ 698 /*!\brief Set compressed data output buffer 700 * Sets the buffer that the codec should output the compressed data 705 * the accumulated compressed data to disk or to the network to reset 708 * `pad_before` bytes will be skipped before writing the compressed [all...] |
/external/zlib/examples/ |
gzlog.c | 18 valid state. The last data to be appended or compressed is saved in an 23 compressed portion, which is preloaded for the compression of the subsequent 36 foo.repairs -- log file for log file recovery operations (not compressed) 40 - compressed data ending initially with empty stored block 62 compressed data, and contains both the crc and length of just the compressed 68 to be compressed is missing due to some external force, a gzip file with 69 just the previous compressed data will be reconstructed. In this case, all 70 of the data that was to be compressed is lost (approximately one megabyte). 123 - Compressed data crc and length. This is the crc and length of the dat [all...] |
fitblk.c | 1 /* fitblk.c: example of fitting compressed output to a specified size 14 /* Approach to just fitting a requested compressed size: 23 the compressed data that fit in the requested plus excess sized 30 result of the second step, but only the compressed data up to the 31 requested size minus an amount to allow the compressed stream to 33 final compressed stream whose length is less than or equal to the 39 before filling the requested output size, then that compressed
|
zran.c | 7 for random access of a compressed file. A file containing a zlib or gzip 8 stream is provided on the command line. The compressed stream is decoded in 10 in the uncompressed output. The compressed file is left open, and can then 27 necessary the first few bits of the compressed data is read from the file. 34 requests for random access reads from the compressed data would try to use 131 /* Make one entire pass through the compressed stream and build an index, with 160 also validates the integrity of the compressed data using the check 166 /* get some compressed data from input file */ 203 of the compressed data after that block has been consumed, 377 fprintf(stderr, "zran: compressed data error in %s\n", argv[1]) [all...] |
/bootable/recovery/minzip/ |
SysUtil.h | 34 * to support .gz/.zip compressed data.)
|
/development/tools/emulator/system/camera/ |
JpegCompressor.cpp | 55 ALOGV("%s: Compressed JPEG: %d[%dx%d] -> %d bytes",
|
/external/ppp/pppd/include/net/ |
vjcompress.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 */
|
/external/qemu/android/utils/ |
jpeg-compress.c | 30 /* Buffer where to save compressed output. */ 36 /* Size of the header to put in front of the compressed data. */ 66 * compressed data. So, here we should reallocate the output buffer, rather than 73 /* Save already compressed data size. */
|
/external/tcpdump/ |
ipproto.c | 53 { IPPROTO_IPCOMP, "Compressed IP" },
|
print-vjc.c | 52 * It also indicates that, for compressed SLIP: 68 * compressed SLIP, although it doesn't handle UNCOMPRESSED_TCP 77 * Without a BSD/OS VJC-compressed PPP trace, or knowledge of what the 100 printf("(vjc type=compressed TCP) ");
|
/external/valgrind/main/memcheck/tests/ |
pdb-realloc.c | 1 // This test-case exposes a bug that was present in the compressed V bit
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.h | 67 // consume a logical (compressed) access unit of size "size",
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1Util.java | 27 * Utility methods for using ETC1 compressed textures. 114 * A utility class encapsulating a compressed ETC1 texture. 136 * Get the compressed data of the texture. 147 * Create a new ETC1Texture from an input stream containing a PKM formatted compressed texture. 148 * @param input an input stream containing a PKM formatted compressed texture.
|
/development/ndk/platforms/android-3/include/ |
zlib.h | 56 The compressed data format used by default by the in-memory functions is 73 the consistency of the compressed data, so the library should never 110 int text; /* true if compressed data believed to be text */ 267 compressed output when it wants, for example when the output buffer is full 285 restart from this point if previous compressed data has been damaged or if 447 or more output produced), Z_STREAM_END if the end of the compressed data has 506 compressed data instead of a zlib wrapper. The gzip header will have no 528 compressed output even if it is not set appropriately. Z_FIXED prevents the 543 without producing any compressed output. This function must be called 549 to be encountered later in the data to be compressed, with the most commonl [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
zlib.h | 56 The compressed data format used by default by the in-memory functions is 73 the consistency of the compressed data, so the library should never 110 int text; /* true if compressed data believed to be text */ 267 compressed output when it wants, for example when the output buffer is full 285 restart from this point if previous compressed data has been damaged or if 447 or more output produced), Z_STREAM_END if the end of the compressed data has 506 compressed data instead of a zlib wrapper. The gzip header will have no 528 compressed output even if it is not set appropriately. Z_FIXED prevents the 543 without producing any compressed output. This function must be called 549 to be encountered later in the data to be compressed, with the most commonl [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
zlib.h | 56 The compressed data format used by default by the in-memory functions is 73 the consistency of the compressed data, so the library should never 110 int text; /* true if compressed data believed to be text */ 267 compressed output when it wants, for example when the output buffer is full 285 restart from this point if previous compressed data has been damaged or if 447 or more output produced), Z_STREAM_END if the end of the compressed data has 506 compressed data instead of a zlib wrapper. The gzip header will have no 528 compressed output even if it is not set appropriately. Z_FIXED prevents the 543 without producing any compressed output. This function must be called 549 to be encountered later in the data to be compressed, with the most commonl [all...] |