HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 126 - 150 of 931) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
meye.h 56 /* get a jpeg compressed snapshot */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 56 /* get a jpeg compressed snapshot */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 56 /* get a jpeg compressed snapshot */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileReader.java 28 * The message size is dominated by the size of the compressed framebuffer.
  /external/chromium/net/base/
sdch_filter_unittest.cc 36 // This will ensure that gzip compressed data can be fed to the chain in one
46 // Note SDCH compressed data will include a reference to the SDCH dictionary.
82 // Build compressed data that refers to our dictionary.
83 std::string compressed(server_hash);
84 compressed.append("\0", 1);
85 compressed.append(vcdiff_compressed_data_);
86 return compressed;
419 std::string compressed(NewSdchCompressedData(dictionary));
432 EXPECT_TRUE(FilterTestData(compressed, feed_block_size, output_block_size,
442 EXPECT_TRUE(FilterTestData(compressed, feed_block_size, output_block_size
    [all...]
  /external/bzip2/
bzmore.1 5 bzmore, bzless \- file perusal filter for crt viewing of bzip2 compressed text
23 is a filter which allows examination of compressed or plain text files
26 works on files compressed with
  /external/liblzf/
lzf.h 64 * even different runs, thus might result in different compressed strings
81 * Decompress data compressed with some version of the lzf_compress
90 * If an error in the compressed data is detected, a zero is returned and
  /external/zlib/examples/
gzlog.h 36 1 MB has been accumulated. At that time, the stored data is compressed, and
60 dictionary, "foo.add" for data being added or compressed, "foo.lock" for the
73 will be compressed. The log file will be a valid gzip file upon successful
gzjoin.c 38 decompress all of the input data in order to find the bits in the compressed
42 checking the gzip header and decompressing the compressed data. They are
47 compressed data in order to connect the streams. The output gzip file
271 /* Copy the compressed data from name, zeroing the last block bit of the last
285 unsigned char *start; /* start of compressed data in buffer */
308 /* inflate and copy compressed data, clear last-block bit if requested */
333 bail("invalid compressed data in ", in->name);
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipFileTest.java 94 out.setComment("This is a lovely compressed archive!");
117 * Read compressed data from two different entries at the same time,
130 /* use file-1 and file-2 because the compressed data is large */
  /ndk/build/tools/
dev-platform-compress.sh 19 # Compressed expanded platform files into development/ndk/platforms/
29 into the compressed/minimal structure used in development/ndk/platforms.
51 DSTDIR=/tmp/ndk-$USER/platforms-compressed
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java 156 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled);
157 if (compressed != null) mEntry.put(Photo.PHOTO, compressed);
  /external/zlib/old/
zlib.html 95 the consistency of the compressed data, so the library should never
139 compressed buffer.<p>
152 12 bytes. Upon exit, destLen is the actual size of the compressed buffer.
168 Upon exit, destLen is the actual size of the compressed buffer. <p>
226 Reads the given number of uncompressed bytes from the compressed file.
236 Writes the given number of uncompressed bytes into the compressed file.
243 Converts, formats, and writes the args to the compressed file under
250 Writes the given null-terminated string to the compressed file, excluding
258 Reads bytes from the compressed file until len-1 characters are read, or
268 Writes c, converted to an unsigned char, into the compressed file
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 212 uint32_t compressed[2 * kNumPcs]; local
222 __asan::AsanStackTrace::CompressStack(&stack0, compressed, compress_size);
224 __asan::AsanStackTrace::UncompressStack(&stack1, compressed, compress_size);
238 uint32_t compressed[2 * kNumPcs]; local
247 __asan::AsanStackTrace::CompressStack(&stack0, compressed, compress_size);
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 94 * Gets the compressed size of this {@code ZipEntry}.
96 * @return the compressed size, or -1 if the compressed size has not been
194 * Sets the compressed size for this {@code ZipEntry}.
197 * the compressed size (in bytes).
Deflater.java 178 * output. In a ZIP archive every entry (compressed file) comes with such a
199 * @return number of bytes of compressed data written to {@code buf}.
209 * @return the number of bytes of compressed data written to {@code buf}.
220 * @return the number of compressed bytes written to {@code buf}. If this
298 * successfully compressed and consumed by {@link #deflate deflate}.
339 * {@link #finish} must be called to ensure the compressed data is output.
  /external/zlib/doc/
rfc1952.txt 42 This specification defines a lossless compressed data format that is
92 compressed data format that:
123 * Provide random access to compressed data;
237 A gzip file consists of a series of "members" (compressed data
275 |...compressed blocks...| (more-->)
331 immediately before the compressed data. The CRC16 consists
354 is the original name of the file being compressed, with any
356 compressed is on a file system with case insensitive names,
358 data was compressed from a source other than a named file;
372 file being compressed. The time is in Unix format, i.e.
    [all...]
  /external/zlib/
FAQ 28 Make sure that before the call of compress(), the length of the compressed
29 buffer is equal to the available size of the compressed buffer and not
135 use the same compressed data format internally, but have different headers
136 and trailers around the compressed data.
195 exchange compressed data between them?
207 No. The PKWare DCL uses a completely different compressed data format than
211 28. Can I access data randomly in a compressed stream?
280 invalid compressed data.
308 37. Will zlib read the (insert any ancient or arcane format here) compressed
326 the raw deflate compressed data format. While the HTTP 1.1 RFC 261
    [all...]
zlib.h 59 The compressed data format used by default by the in-memory functions is
76 the consistency of the compressed data, so the library should never crash
113 int text; /* true if compressed data believed to be text */
270 never be zero before the call. The application can consume the compressed
309 restart from this point if previous compressed data has been damaged or if
490 or more output produced), Z_STREAM_END if the end of the compressed data has
550 compressed data instead of a zlib wrapper. The gzip header will have no
572 correctness of the compressed output even if it is not set appropriately.
589 without producing any compressed output. When using the zlib format, this
600 to be encountered later in the data to be compressed, with the most commonl
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipEntryTest.java 114 assertTrue("Incorrect compressed size returned", zentry
228 assertEquals("Set compressed size failed",
231 assertEquals("Set compressed size failed",
234 assertEquals("Set compressed size failed",
237 assertEquals("Set compressed size failed",
410 assertEquals("ZipEntry Created With Incorrect Compressed Size.", 4, zentry2
  /external/zlib/contrib/ada/
zlib.ads 107 -- compressed data has been damaged or if random access is desired. Using
144 -- would be provided for compressed data.
147 -- When Header is None, no header would be set for compressed data.
155 -- input compressed stream.
158 -- input compressed stream.
245 -- compressed/decompressed data.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 59 The compressed data format used by default by the in-memory functions is
76 the consistency of the compressed data, so the library should never
113 int text; /* true if compressed data believed to be text */
270 compressed output when it wants, for example when the output buffer is full
288 restart from this point if previous compressed data has been damaged or if
454 or more output produced), Z_STREAM_END if the end of the compressed data has
513 compressed data instead of a zlib wrapper. The gzip header will have no
535 compressed output even if it is not set appropriately. Z_FIXED prevents the
550 without producing any compressed output. This function must be called
556 to be encountered later in the data to be compressed, with the most commonl
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 59 The compressed data format used by default by the in-memory functions is
76 the consistency of the compressed data, so the library should never
113 int text; /* true if compressed data believed to be text */
270 compressed output when it wants, for example when the output buffer is full
288 restart from this point if previous compressed data has been damaged or if
454 or more output produced), Z_STREAM_END if the end of the compressed data has
513 compressed data instead of a zlib wrapper. The gzip header will have no
535 compressed output even if it is not set appropriately. Z_FIXED prevents the
550 without producing any compressed output. This function must be called
556 to be encountered later in the data to be compressed, with the most commonl
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 59 The compressed data format used by default by the in-memory functions is
76 the consistency of the compressed data, so the library should never
113 int text; /* true if compressed data believed to be text */
270 compressed output when it wants, for example when the output buffer is full
288 restart from this point if previous compressed data has been damaged or if
454 or more output produced), Z_STREAM_END if the end of the compressed data has
513 compressed data instead of a zlib wrapper. The gzip header will have no
535 compressed output even if it is not set appropriately. Z_FIXED prevents the
550 without producing any compressed output. This function must be called
556 to be encountered later in the data to be compressed, with the most commonl
    [all...]
  /build/tools/zipalign/
ZipEntry.h 56 * Returns "true" if the data is compressed.
69 * Return the compressed length. For uncompressed data, this returns
75 * Return the absolute file offset of the start of the compressed or

Completed in 328 milliseconds

1 2 3 4 56 7 8 91011>>