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

12 3

  /external/protobuf/
configure.ac 35 [include classes for streaming compressed data in and out @<:@default=check@:>@])],
  /external/zlib/src/contrib/delphi/
ZLib.pas 59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
100 Compressed data comes from a separate source stream. TDecompressionStream
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 215 u32 compressed[2 * kNumPcs]; local
225 __asan::StackTrace::CompressStack(&stack0, compressed, compress_size);
228 __asan::StackTrace::UncompressStack(&stack1, compressed, compress_size);
242 u32 compressed[2 * kNumPcs]; local
251 __asan::StackTrace::CompressStack(&stack0, compressed, compress_size);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 72 * may be a compressed AMF encoding that is embedded using an Embed tag in ActionScript.
  /external/libvorbis/
libvorbis.spec 26 general-purpose compressed audio format for audio and music at fixed
  /external/zlib/src/contrib/pascal/
example.pas 82 procedure test_gzio(const fname: PChar; (* compressed file name *)
297 (* Feed in already compressed data and switch to no compression: *)
389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
430 d_stream.avail_in := Integer(comprLen-2); (* read all compressed data *)
zlibpas.pas 51 text: Integer; (* true if compressed data believed to be text *)
  /external/libxml2/include/libxml/
xmlIO.h 134 int compressed; /* -1=unknown, 0=not compressed, 1=compressed */ member in struct:_xmlParserInputBuffer
  /external/webkit/Tools/Scripts/
VCSUtils.pm     [all...]
  /external/chromium/net/spdy/
spdy_framer.cc 540 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
574 if (compressed) {
582 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
614 if (compressed) {
692 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
724 if (compressed) {
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 189 # hash(context, index) => realname for compressed traces
190 my %compressed;
386 $realname = $compressed{$context,$index};
389 $compressed{$context,$index} = $realname;
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 688 as a compressed two-dimensional textures. When specifying or querying
689 compressed images using one of the S3TC formats, the images are provided
695 those specific to three-dimensional images, are ignored when compressed
701 array textures in this extension. If compressed one-dimensional arrays
    [all...]
MESA_texture_signed_rgba.spec 44 ARB_texture_compression_rgtc introduces some compressed red and
  /external/v8/samples/
shell.cc 36 #error Using compressed startup data is not supported for this sample
process.cc 34 #error Using compressed startup data is not supported for this sample
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 9 streams to encapsulate Vorbis compressed audio packet data into file
03-codebook.tex 13 Huffman-equivalent representation for decoding compressed codewords as
16 decoded output corresponding to a given compressed codeword.
  /external/openssh/contrib/suse/
openssh.spec 85 - Glob manpages to catch compressed files
  /external/libxml2/
xmlIO.c 872 * input from FILE *, supports compressed input
1120 * I/O for compressed file accesses *
1127 * input from compressed file test
1140 * input from compressed file open
1212 * input from compressed file open
1262 * Read @len bytes to @buffer from the compressed I/O channel.
1282 * Write @len bytes from @buffer to the compressed I/O channel.
1300 * Close a compressed I/O channel
1315 * I/O for compressed file accesses *
1323 * input from compressed file tes
    [all...]
  /external/e2fsprogs/e2fsck/
pass1.c 82 fragmented:1, compressed:1, bbcheck:1; member in struct:process_block_struct
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /external/strace/
strace.spec 408 - man pages are compressed
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 1062 case <i0> : <! compressed special state numbers 0..n-1 !>
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]

Completed in 412 milliseconds

12 3