HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 176 - 200 of 2537) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/ojluni/src/main/java/java/util/zip/
DeflaterInputStream.java 49 /** Input buffer for reading compressed data. */
142 * Reads a single byte of compressed data from the input stream.
143 * This method will block until some input can be read and compressed.
145 * @return a single byte of compressed data, or -1 if the end of the
151 // Read a single byte of compressed data
159 * Reads compressed data into a byte array.
160 * This method will block until some input can be read and compressed.
164 * @param len maximum number of compressed bytes to read into {@code b}
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageProcessorListener.java 41 * Called when compressed image is complete and is ready for further processing
44 * @param payload Byte array that contains the compressed image data
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objdump.exp 159 # Test objdump -s on a file that contains a compressed .debug section
162 unsupported "objdump compressed debug"
163 } elseif { ![binutils_assemble $srcdir/$subdir/dw2-compressed.S tmpdir/dw2-compressed.o] } then {
164 fail "objdump compressed debug"
167 set compressed_testfile [remote_download host tmpdir/dw2-compressed.o]
169 set compressed_testfile tmpdir/dw2-compressed.o
186 # Test objdump -W on a file that contains some compressed .debug sections
  /build/tools/ijar/
zip.cc 185 // cursor to the first byte after the compressed data.
189 int SkipFile(const bool compressed);
192 int ProcessFile(const bool compressed);
288 // Write ZIP file header in the output. Since the compressed size is not
290 // to "compressed size" in the file header that should be passed to
294 // Fill in the "compressed size" and "uncompressed size" fields in a local
308 size_t compressed, uncompressed; local
310 if (!ProcessCentralDirEntry(central_dir_current_, &compressed, &uncompressed,
326 if (ProcessLocalFileEntry(compressed, uncompressed) < 0) {
379 // If the zip is compressed, compressed and uncompressed size members ar
    [all...]
  /external/freetype/src/gzip/
zlib.h 59 the consistency of the compressed data, so the library should never
222 compressed output when it wants, for example when the output buffer is full
236 restart from this point if previous compressed data has been damaged or if
365 or more output produced), Z_STREAM_END if the end of the compressed data has
430 the compression ratio but not the correctness of the compressed output even
441 without producing any compressed output. This function must be called
447 to be encountered later in the data to be compressed, with the most commonly
449 dictionary is most useful when the data to be compressed is short and can be
450 predicted with good accuracy; the data can then be compressed better than
504 is compressed with the old level (and may be flushed); the new level wil
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
zlib.h 59 the consistency of the compressed data, so the library should never
222 compressed output when it wants, for example when the output buffer is full
236 restart from this point if previous compressed data has been damaged or if
365 or more output produced), Z_STREAM_END if the end of the compressed data has
430 the compression ratio but not the correctness of the compressed output even
441 without producing any compressed output. This function must be called
447 to be encountered later in the data to be compressed, with the most commonly
449 dictionary is most useful when the data to be compressed is short and can be
450 predicted with good accuracy; the data can then be compressed better than
504 is compressed with the old level (and may be flushed); the new level wil
    [all...]
  /external/zlib/src/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...]
  /art/test/137-cfi/
run 22 # Test with minimal compressed debugging information.
  /device/asus/fugu/libaudio/
HDMIAudioOutput.h 41 void setChannelStatusToCompressed(bool compressed);
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/
gzip_importer.html 16 * @fileoverview GzipImporter inflates gzip compressed data and passes it along
39 * @param {eventData} Possibly gzip compressed data as a string or an
41 * @return {boolean} Whether obj looks like gzip compressed data.
101 // Skip remaining fields before compressed data.
  /external/conscrypt/src/main/java/org/conscrypt/
SSLRecordProtocol.java 35 * Maximum length of allowed compressed data fragment as specified by TLS
  /external/curl/tests/data/
test1122 6 compressed
test1124 6 compressed
test1125 6 compressed
  /external/elfutils/libelf/
elf_compress_gnu.c 96 already compressed or not. Just try and see what happens... */
97 // int compressed = (sh_flags & SHF_COMPRESSED);
134 /* The section is now compressed, we could keep the uncompressed
144 /* In theory the user could have constucted a compressed section
  /external/elfutils/tests/
elfputzdata.c 88 printf ("Already compressed %zd %s\n", idx, name);
158 printf ("Unexpected data size for compressed section %zd\n",
172 printf ("section %zd compressed to bigger size\n",
209 printf ("Unexpected data size for compressed section %zd\n",
  /external/libvncserver/webclients/novnc/include/
vnc.js 29 // "firebug-lite-compressed.js'><\/script>";
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
XZ.java 18 * This can be useful to detect XZ compressed data.
  /external/lzma/xz-embedded/
xz_stream.h 40 * compressed size of the file to less than 256 MiB and may also weaken
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.c 106 p->compressed = (compression_control == BRW_COMPRESSION_COMPRESSED);
159 p->compressed_stack[p->current - p->stack] = p->compressed;
167 p->compressed = p->compressed_stack[p->current - p->stack];
186 p->compressed = false;
  /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/skia/src/pdf/
SkDeflate.h 42 /** Write the end of the compressed stream. All subsequent calls to
  /external/skia/src/utils/
SkTextureCompressor.h 52 // Returns the size of the compressed data given the width, height, and
57 // Returns an SkData holding a blob of compressed data that corresponds
58 // to the pixmap. If the pixmap colorType cannot be compressed using the
65 // be large enough to hold the compressed data according to the format.
  /external/squashfs-tools/squashfs-tools/
progressbar.h 4 * Create a squashfs filesystem. This is a highly compressed read only
pseudo.h 4 * Create a squashfs filesystem. This is a highly compressed read only

Completed in 1783 milliseconds

1 2 3 4 5 6 78 91011>>