OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compressed
(Results
101 - 125
of
931
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/net/base/
gzip_filter_unittest.cc
159
// Use filter to decode
compressed
data, and compare the decoding result with
162
// Encoded_source and encoded_source_len are
compressed
data and its size.
214
// Unsafe function to use filter to decode
compressed
data.
215
// Parameters: Source and source_len are
compressed
data and its size.
261
// Decode the
compressed
data with filter
278
// Decode the
compressed
data with filter
/frameworks/native/libs/utils/
ZipUtils.cpp
36
* Utility function that expands zip/gzip "deflate"
compressed
data
144
* Utility function that expands zip/gzip "deflate"
compressed
data
260
* This is a pretty reasonable thing to expect for locally-
compressed
262
* on (the man page talks about
compressed
data written to tape). We
266
* On exit, "fp" is pointing at the start of the
compressed
data.
335
/* seek back to start of
compressed
data */
/external/kernel-headers/original/linux/
zlib.h
65
The
compressed
data format used by default by the in-memory functions is
78
the consistency of the
compressed
data, so the library should never
237
compressed
output when it wants, for example when the output buffer is full
251
restart from this point if previous
compressed
data has been damaged or if
416
or more output produced), Z_STREAM_END if the end of the
compressed
data has
483
the compression ratio but not the correctness of the
compressed
output even
499
without producing any
compressed
output. This function must be called
505
to be encountered later in the data to be
compressed
, with the most commonly
507
dictionary is most useful when the data to be
compressed
is short and can be
508
predicted with good accuracy; the data can then be
compressed
better tha
[
all
...]
/external/bzip2/
manual.html
188
<dt><span class="sect2"><a href="#embed">3.4.8. Handling embedded
compressed
data streams</a></span></dt>
206
<dt><span class="sect1"><a href="#limits">4.1. Limitations of the
compressed
file format</a></span></dt>
225
handling
compressed
data in the
304
replaced by a
compressed
version of itself, with the name
306
compressed
file has the same modification date, permissions, and,
322
compressed
output to a terminal, as this would be entirely
330
filename for the decompressed file from that of the
compressed
361
compressed
files. The result is the concatenation of the
363
(<code class="computeroutput">-t</code>) of concatenated
compressed
367
Multiple files may be
compressed
and decompressed like this. Th
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
syslogs_library.cc
114
// Load
compressed
logs.
130
LOG(ERROR) << "Cannot read
compressed
logs file from " <<
/external/compiler-rt/lib/asan/
asan_stack.h
53
uint32_t *
compressed
, size_t size);
55
uint32_t *
compressed
, size_t size);
/external/libgsm/man/
gsm.3
78
play() { /* read
compressed
data from standard input, write to soundfd */
90
record() { /* read from soundfd, write
compressed
to standard output */
gsm_print.3
25
The
compressed
form involves 76 variables with different numbers
/external/libvpx/examples/
simple_decoder.txt
6
containing the
compressed
data (in IVF format), passes it through the
16
the raw
compressed
data.
/external/tcpdump/
ppp.h
33
#define PPP_VJC 0x002d /* Van Jacobson
Compressed
TCP/IP */
40
#define PPP_COMP 0x00fd /*
Compressed
Datagram */
/external/zlib/contrib/ada/
buffer_demo.adb
18
--
compressed
text into a buffer of the same size as the original text.
59
("
Compressed
size : "
/external/zlib/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
/frameworks/native/opengl/include/ETC1/
etc1.h
42
// pOut is an ETC1
compressed
version of the data.
48
// pIn is an ETC1
compressed
version of the data.
/libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java
38
* writing, this buffer's max size is 64KiB
compressed
bytes. We'll write a
48
assertTrue("This test needs >64 KiB of
compressed
data to exercise Inflater",
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
ftp.h
83
#define MODE_C 3 /*
compressed
*/
85
char *modenames[] = {"0", "Stream", "Block", "
Compressed
" };
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h
83
#define MODE_C 3 /*
compressed
*/
85
char *modenames[] = {"0", "Stream", "Block", "
Compressed
" };
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
ftp.h
83
#define MODE_C 3 /*
compressed
*/
85
char *modenames[] = {"0", "Stream", "Block", "
Compressed
" };
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h
44
// pOut is an ETC1
compressed
version of the data.
50
// pIn is an ETC1
compressed
version of the data.
/build/tools/zipalign/
README.txt
24
Compressed
data isn't very useful until it's uncompressed, so there's no
/external/chromium/net/websockets/
websocket_frame_handler.h
54
//
compressed
or decompressed.
/external/giflib/
gif_lib_private.h
50
GifByteType Buf[256]; /*
Compressed
input is buffered here. */
/external/skia/include/pdf/
SkPDFStream.h
59
kCompressed_State, //!< The stream's already been
compressed
.
/frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.h
31
* @return true if successfully
compressed
the stream.
/frameworks/base/docs/html/tools/help/
etc1tool.jd
8
images to the ETC1 compression standard and decode ETC1
compressed
images back to PNG.</p>
/libcore/luni/src/main/java/java/util/jar/
Pack200.java
155
* the file that will not be
compressed
.
195
* JAR file to be
compressed
.
197
* stream of
compressed
data.
210
* stream of
compressed
data.
Completed in 714 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>