Home
last modified time | relevance | path

Searched refs:decompressed (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/tests/
DPDFDeflateWStreamTest.cpp132 std::unique_ptr<SkStreamAsset> decompressed(stream_inflate(r, compressed.get())); in DEF_TEST() local
134 if (!decompressed) { in DEF_TEST()
138 if (decompressed->getLength() != size) { in DEF_TEST()
140 " %u != %u", i, (unsigned)(decompressed->getLength()), in DEF_TEST()
154 (uint32_t)(decompressed->getLength())); in DEF_TEST()
157 SkDEBUGCODE(size_t rb =)decompressed->read(&c, sizeof(uint8_t)); in DEF_TEST()
/external/brotli/go/cbrotli/
Dcbrotli_test.go154 decompressed := make([]byte, 1000)
156 n, err := reader.Read(decompressed)
157 if n != len(decompressed) || err != nil {
158 t.Errorf("Expected <%v, nil>, but <%v, %v>", len(decompressed), n, err)
161 if !bytes.Equal(decompressed, input) {
166 err, decompressed, input)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java103 char[] decompressed = new char[decompressedSize]; in myMultipassTest() local
158 System.arraycopy(unicharBuffer, 0, decompressed, in myMultipassTest()
182 if (logDiffs(chars, len, decompressed, totalCharsWritten)) { in myMultipassTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DExhaustiveTest.java104 char[] decompressed = new char[decompressedSize]; in myMultipassTest() local
159 System.arraycopy(unicharBuffer, 0, decompressed, in myMultipassTest()
183 if (logDiffs(chars, len, decompressed, totalCharsWritten)) { in myMultipassTest()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.053 The "-info" option forces Unsquashfs to print each file as it is decompressed.
57 decompressed to the directory "squashfs-root" in the current working directory.
DREADME-2.0132 filesystem to be decompressed. This is in contrast to data-based compression
/external/xz-embedded/linux/lib/xz/
DKconfig53 a character special file. It calculates CRC32 of the decompressed
/external/bzip2/
Dbzip2.txt50 the filename for the decompressed file from that of the
75 pressed and decompressed like this. The resulting outputs
79 decompressed correctly only by bzip2 version 0.9.0 or
100 CRCs to make sure that the decompressed version of a file
154 and testing. Files are decompressed and tested
157 decompressed in 2300k of memory, albeit at about
DREADME93 decompressed to reproduce the original, is obviously of paramount
98 decompressed data is the same as the original.
121 compressed file can be decompressed to reproduce the original.
Dbzgrep.127 If no file is specified, then the standard input is decompressed
Dbzip2.1.preformatted53 the filename for the decompressed file from that of the
78 pressed and decompressed like this. The resulting outputs
82 decompressed correctly only by _b_z_i_p_2 version 0.9.0 or
103 CRCs to make sure that the decompressed version of a file
157 and testing. Files are decompressed and tested
160 decompressed in 2300k of memory, albeit at about
/external/syslinux/core/
Dinit.inc49 push __pm_code_len + 16 ; Space for decompressed size
/external/squashfs-tools/kernel/Documentation/filesystems/
Dsquashfs.txt119 decompressed block (<block, offset>).
139 decompressed to do a lookup irrespective of the length of the directory.
212 The cache is not used for file datablocks, these are decompressed and cached in
/external/zlib/src/contrib/ada/
Dreadme.txt20 - Fix extraction to buffer with exact known decompressed size. Error reported by
/external/lz4/examples/
DblockStreaming_lineByLine.md119 - Output decompressed plain text line to the file.
/external/xz-embedded/
DREADME113 If the .xz file being decompressed uses an integrity check type that
115 file cannot be decompressed. For multi-call mode, this can be modified
/external/lz4/visual/
DREADME.md15 4. Go to decompressed directory then to `visual` then `VS2010` and open `lz4.sln`
/external/zlib/src/contrib/puff/
DREADME39 decompressed data at dest. puff() is the only external symbol in puff.c The
/external/lzma/DOC/
D7zC.txt167 - Memory for decompressed solid block
/external/python/cpython2/Doc/library/
Dgzip.rst21 Note that additional file formats which can be decompressed by the
Dzlib.rst182 *bufsize* is the initial size of the buffer used to hold decompressed data. If
268 supplied then the whole input is decompressed, and :attr:`unconsumed_tail` is an
Dbinascii.rst86 decompressed data, unless data input data ends in an orphaned repeat indicator,
/external/xz-embedded/linux/Documentation/
Dxz.txt33 .xz files from userspace. The decompressed output is thrown away.
/external/libjpeg-turbo/
DChangeLog.md245 specially-crafted JPEG image was being decompressed. In prior versions of
302 files, and to internally convert the decompressed CMYK pixels back to RGB after
447 to be compressed to YCCK JPEGs and YCCK or CMYK JPEGs to be decompressed to
469 successfully decompressed by libjpeg-turbo without additional work on the part
674 10. JPEG files using the RGB colorspace can now be decompressed into grayscale
707 decompression, the unused byte of the decompressed pixels was not being set to
942 3. Grayscale bitmaps can now be compressed from/decompressed to using the
/external/lz4/programs/
Dlz4.1.md112 The decompressed data is discarded.

12