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

<<21222324252627282930>>

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 100 /* Flag whether block is compressed or uncompressed, bit is set if block is
117 * Inode number ops. Inodes consist of a compressed block number, and an
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 99 /* Flag whether block is compressed or uncompressed, bit is set if block is
116 * Inode number ops. Inodes consist of a compressed block number, and an
  /external/vboot_reference/tests/
vboot_region_tests.c 95 /* Second image is compressed */
155 TEST_STR_EQ(buffer, "decompressed", " compressed image");
  /external/vboot_reference/utility/
efidecompress.c 64 UINT8 *mSrcBase; // Starting address of compressed data
691 Source - The source buffer containing the compressed data.
734 Source - The source buffer containing the compressed data.
777 // If compressed file size is 0, return
859 Source - The source buffer containing the compressed data.
898 Source - The source buffer containing the compressed data.
943 Source - The source buffer containing the compressed data.
982 Source - The source buffer containing the compressed data.
  /external/zlib/src/examples/
gzappend.c 62 bit and the number of unused bits in the last byte of the compressed data.
67 the byte that contains it. Seeking forward, the last byte of the compressed
75 append is simply compressed using deflate, and written to the gzip file.
257 descriptor pointing to where to write the compressed data -- the deflate
314 bye("invalid compressed data--format violated in", name);
339 /* save the location of the end of the compressed data */
344 bye("invalid compressed data--crc mismatch in ", name);
347 bye("invalid compressed data--length mismatch in", name);
  /external/zlib/src/old/
visual-basic.txt 8 A: Make sure that the length of the compressed buffer is passed by
11 the compressed buffer and not zero.
  /external/zlib/src/
zlib.3 32 The decoder checks the consistency of the compressed data,
100 http://tools.ietf.org/html/rfc1951 (for the deflate compressed data format)
  /frameworks/base/cmds/bootanimation/
FORMAT.md 100 Note that the ZIP archive is not actually compressed! The PNG files are already as compressed
  /frameworks/base/graphics/java/android/graphics/
Picture.java 144 * raw or compressed pixels.
159 * Bitmap from which you can persist it as raw or compressed pixels.
  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 38 * <li>Bit rate: the compressed output bit rate in bits per second;
74 * <li>Bit rate: the compressed output bit rate in bits per second;
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 65 * ETC1 compressed version of the data.
74 * ETC1 compressed version of the data.
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceInfo.java 182 * | Encoded and Compressed dns name (variable) |
202 * @return compressed dns name
  /frameworks/native/include/android/
asset_manager.h 186 * compressed).
197 * compressed).
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_decoder.c 16 // containing the compressed data (in IVF format), passes it through the
26 // the raw compressed data.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
jffs2.h 155 jint32_t csize; /* (Compressed) data size */
160 jint32_t data_crc; /* CRC for the (compressed) data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
jffs2.h 156 jint32_t csize; /* (Compressed) data size */
161 jint32_t data_crc; /* CRC for the (compressed) data. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 40 self.assertEqual(f.getcompname(), 'not compressed')
41 self.assertEqual(f.getparams(), (2, 2, 48000, 14400, 'NONE', 'not compressed'))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 40 self.assertEqual(f.getcompname(), 'not compressed')
41 self.assertEqual(f.getparams(), (2, 2, 48000, 14400, 'NONE', 'not compressed'))
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 503 chunked, compressed bool
516 args = append([]interface{}{test.chunked, test.compressed}, args...)
517 t.Fatalf("on test chunked=%v, compressed=%v: "+format, args...)
536 if test.compressed {
544 if test.compressed {
551 if test.compressed {
573 if test.compressed {
585 if test.compressed == false && !bytes.Equal(bytes.Repeat([]byte{'x'}, 2500), rbuf) {
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 503 chunked, compressed bool
516 args = append([]interface{}{test.chunked, test.compressed}, args...)
517 t.Fatalf("on test chunked=%v, compressed=%v: "+format, args...)
536 if test.compressed {
544 if test.compressed {
551 if test.compressed {
573 if test.compressed {
585 if test.compressed == false && !bytes.Equal(bytes.Repeat([]byte{'x'}, 2500), rbuf) {
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/
asset_manager.h 150 * compressed).
161 * compressed).
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/
asset_manager.h 150 * compressed).
161 * compressed).
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/
asset_manager.h 150 * compressed).
161 * compressed).
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 150 * compressed).
161 * compressed).
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h 150 * compressed).
161 * compressed).

Completed in 1815 milliseconds

<<21222324252627282930>>