/external/skia/tests/ |
D | PDFDeflateWStreamTest.cpp | 132 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/ |
D | cbrotli_test.go | 154 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/ |
D | ExhaustiveTest.java | 103 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/ |
D | ExhaustiveTest.java | 104 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/ |
D | README-3.0 | 53 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.
|
D | README-2.0 | 132 filesystem to be decompressed. This is in contrast to data-based compression
|
/external/xz-embedded/linux/lib/xz/ |
D | Kconfig | 53 a character special file. It calculates CRC32 of the decompressed
|
/external/bzip2/ |
D | bzip2.txt | 50 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
|
D | README | 93 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.
|
D | bzgrep.1 | 27 If no file is specified, then the standard input is decompressed
|
D | bzip2.1.preformatted | 53 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/ |
D | init.inc | 49 push __pm_code_len + 16 ; Space for decompressed size
|
/external/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 119 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/ |
D | readme.txt | 20 - Fix extraction to buffer with exact known decompressed size. Error reported by
|
/external/lz4/examples/ |
D | blockStreaming_lineByLine.md | 119 - Output decompressed plain text line to the file.
|
/external/xz-embedded/ |
D | README | 113 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/ |
D | README.md | 15 4. Go to decompressed directory then to `visual` then `VS2010` and open `lz4.sln`
|
/external/zlib/src/contrib/puff/ |
D | README | 39 decompressed data at dest. puff() is the only external symbol in puff.c The
|
/external/lzma/DOC/ |
D | 7zC.txt | 167 - Memory for decompressed solid block
|
/external/python/cpython2/Doc/library/ |
D | gzip.rst | 21 Note that additional file formats which can be decompressed by the
|
D | zlib.rst | 182 *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
|
D | binascii.rst | 86 decompressed data, unless data input data ends in an orphaned repeat indicator,
|
/external/xz-embedded/linux/Documentation/ |
D | xz.txt | 33 .xz files from userspace. The decompressed output is thrown away.
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 245 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/ |
D | lz4.1.md | 112 The decompressed data is discarded.
|