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

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/security_Minijail0/src/
test-netns 13 # face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
test-userns-netns 13 # face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
  /external/elfutils/libelf/
chdr_xlate.h 12 header, not the compressed data following it. */
27 header, not the compressed data following it. */
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
CorruptedInputException.java 13 * Thrown when the compressed input data is corrupt.
25 super("Compressed data is corrupt");
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterTest.java 26 private byte[] compressed = new byte[32]; field in class:DeflaterTest
60 int lastDeflated = deflater.deflate(compressed, totalDeflated,
61 compressed.length - totalDeflated, flush);
63 inflater.setInput(compressed, totalDeflated, lastDeflated);
88 assertEquals(11, deflater.deflate(compressed, 0, compressed.length, Deflater.FULL_FLUSH));
95 assertEquals(9, deflater.deflate(compressed, 0, compressed.length, Deflater.FULL_FLUSH));
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1c.d 2 #source: compressed-1.s
6 #name: strip on compressed debug sections
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1c.d 2 #source: compressed-1.s
6 #name: strip on compressed debug sections
  /external/libvpx/libvpx/
usage_cx.dox 5 compressed data. The <code>deadline</code> parameter controls the amount
  /external/zlib/src/contrib/iostream/
test.cpp 10 // This text is getting compressed and sent to stdout.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
usage_cx.dox 5 compressed data. The <code>deadline</code> parameter controls the amount
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1c.s 6 .include "compressed-plt-1.s"
compressed-plt-1d.s 6 .include "compressed-plt-1.s"
  /external/curl/tests/data/
test220 6 compressed
47 HTTP GET gzip compressed content
50 http://%HOSTIP:%HTTPPORT/220 --compressed
test224 6 compressed
83 HTTP GET gzip compressed content with huge comment and extra field
86 http://%HOSTIP:%HTTPPORT/224 --compressed
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 21 * Compressed label [RFC 1035]
23 Compressed("compressed label", 0xC0),
  /external/tinycompress/
README 8 compressed APIs introduced in Linux 3.3
9 This library provides the APIs to open a ALSA compressed device and read/write
10 compressed data like MP3 etc to it.
  /external/freetype/include/
ftlzw.h 5 /* LZW-compressed stream support. */
43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
57 * mainly used to support the compressed `*.pcf.Z' fonts that come
81 * compressed file, the library will try to open a LZW stream from it
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftlzw.h 5 /* LZW-compressed stream support. */
43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
57 * mainly used to support the compressed `*.pcf.Z' fonts that come
81 * compressed file, the library will try to open a LZW stream from it
  /external/pdfium/third_party/freetype/include/freetype/
ftlzw.h 5 /* LZW-compressed stream support. */
43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
57 * mainly used to support the compressed `*.pcf.Z' fonts that come
81 * compressed file, the library will try to open a LZW stream from it
  /external/squashfs-tools/kernel/fs/squashfs/
fragment.c 2 * Squashfs - a compressed read only filesystem for Linux
25 * This file implements code to handle compressed fragments (tail-end packed
29 * location on disk and compressed size using a fragment lookup table.
31 * compressed into metadata blocks. A second index table is used to locate
48 * location of the fragment and its compressed size
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftlzw.h 5 /* LZW-compressed stream support. */
43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
57 * mainly used to support the compressed `*.pcf.Z' fonts that come
81 * compressed file, the library will try to open a LZW stream from it
  /external/deqp/doc/testspecs/GLES31/
functional.copy_image.txt 31 + Copies between different compressed formats
32 + Copies between compressed and non-compressed formats
35 + Compressed ASTC formats
36 + Compressed ETC formats
37 + Compressed ETC2 formats
44 + Other compressed formats than ASTC, ETC and ETC2
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 41 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
45 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
46 #define PPP_COMP 0xfd /* compressed packet */
107 __u32 vjs_compressed; /* outbound compressed packets */
111 __u32 vjs_compressedin; /* inbound compressed packets */
119 __u32 comp_bytes; /* compressed bytes */
120 __u32 comp_packets; /* compressed packets */
  /external/squashfs-tools/squashfs-tools/
info.c 2 * Create a squashfs filesystem. This is a highly compressed read only
96 printf("compressed block queue (deflate thread(s) -> main thread)\n");
104 printf("locked frag queue (compressed frags waiting while multi-block"
108 printf("compressed block queue (main & fragment deflate threads(s) ->"
115 printf("block write cache (compressed blocks waiting for the writer"
118 printf("fragment write cache (compressed fragments waiting for the"
122 printf("fragment cache (frags waiting to be compressed by fragment"
  /libcore/ojluni/src/main/java/java/util/zip/
Deflater.java 176 * Compressed data will be generated in ZLIB format.
185 * Compressed data will be generated in ZLIB format.
323 * Returns true if the end of the compressed data output stream has
325 * @return true if the end of the compressed data output stream has
335 * Compresses the input data and fills specified buffer with compressed
336 * data. Returns actual number of bytes of compressed data. A return value
345 * @param b the buffer for the compressed data
347 * @param len the maximum number of bytes of compressed data
348 * @return the actual number of bytes of compressed data written to the
356 * Compresses the input data and fills specified buffer with compressed
    [all...]

Completed in 1880 milliseconds

12 3 4 5 6 7 8 91011>>