Home
last modified time | relevance | path

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

123

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor_unittest.cpp24 std::vector<uint8_t>* decompressed = decompressor->DecompressedForTest(); in TEST() local
25 *decompressed = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST()
26 *(decompressor->DecompressedNextForTest()) = decompressed->size(); in TEST()
36 EXPECT_EQ(i, decompressed->operator[](i)); in TEST()
41 std::vector<uint8_t>* decompressed = decompressor->DecompressedForTest(); in TEST() local
42 *decompressed = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST()
43 *(decompressor->DecompressedNextForTest()) = decompressed->size(); in TEST()
56 EXPECT_EQ(i, decompressed->operator[](i)); in TEST()
61 std::vector<uint8_t>* decompressed = decompressor->DecompressedForTest(); in TEST() local
62 *decompressed = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST()
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Ddecode_compressed_op_test.py51 decompressed = parsing_ops.decode_compressed(
53 self.assertEqual([2], decompressed.get_shape().as_list())
55 result = decompressed.eval(
65 decompressed = parsing_ops.decode_compressed(
67 decode = parsing_ops.decode_raw(decompressed, out_type=dtypes.int16)
/external/skia/tests/
DPDFDeflateWStreamTest.cpp133 std::unique_ptr<SkStreamAsset> decompressed(stream_inflate(r, compressed.get())); in DEF_TEST() local
135 if (!decompressed) { in DEF_TEST()
139 if (decompressed->getLength() != size) { in DEF_TEST()
141 " %u != %u", i, (unsigned)(decompressed->getLength()), in DEF_TEST()
155 (uint32_t)(decompressed->getLength())); in DEF_TEST()
158 SkDEBUGCODE(size_t rb =)decompressed->read(&c, sizeof(uint8_t)); in DEF_TEST()
/external/skqp/tests/
DPDFDeflateWStreamTest.cpp133 std::unique_ptr<SkStreamAsset> decompressed(stream_inflate(r, compressed.get())); in DEF_TEST() local
135 if (!decompressed) { in DEF_TEST()
139 if (decompressed->getLength() != size) { in DEF_TEST()
141 " %u != %u", i, (unsigned)(decompressed->getLength()), in DEF_TEST()
155 (uint32_t)(decompressed->getLength())); in DEF_TEST()
158 SkDEBUGCODE(size_t rb =)decompressed->read(&c, sizeof(uint8_t)); in DEF_TEST()
/external/brotli/go/cbrotli/
Dcbrotli_test.go159 decompressed := make([]byte, 1000)
161 n, err := reader.Read(decompressed)
162 if n != len(decompressed) || err != nil {
163 t.Errorf("Expected <%v, nil>, but <%v, %v>", len(decompressed), n, err)
166 if !bytes.Equal(decompressed, input) {
171 err, decompressed, input)
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/
DBZip2TestCase.java50 final File decompressed = new File(dir, "decompressed.txt"); in testBzipCreation() local
56 final FileOutputStream os = new FileOutputStream(decompressed); in testBzipCreation()
62 assertEquals(input.length(),decompressed.length()); in testBzipCreation()
/external/brotli/java/org/brotli/wrapper/dec/
DDecoderTest.java72 byte[] decompressed = Decoder.decompress(compressed); in run()
74 long crc = BundleHelper.fingerprintStream(new ByteArrayInputStream(decompressed)); in run()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java106 char[] decompressed = new char[decompressedSize]; in myMultipassTest() local
161 System.arraycopy(unicharBuffer, 0, decompressed, in myMultipassTest()
185 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.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DExhaustiveTest.java109 char[] decompressed = new char[decompressedSize]; in myMultipassTest() local
164 System.arraycopy(unicharBuffer, 0, decompressed, in myMultipassTest()
188 if (logDiffs(chars, len, decompressed, totalCharsWritten)) { in myMultipassTest()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeCompressed.pbtxt29 each element containing the decompressed data from the corresponding
/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/python/cpython3/Doc/library/
Dbz2.rst188 bytes of decompressed data. If this limit is reached and further
194 If all of the input data was decompressed and returned (either
223 decompressed data before requiring new uncompressed input.
Dlzma.rst154 decompressed using :const:`FORMAT_AUTO` (see :class:`LZMADecompressor`).
230 the stream being decompressed. This argument is required if *format* is
249 bytes of decompressed data. If this limit is reached and further
255 If all of the input data was decompressed and returned (either
286 decompressed data before requiring new uncompressed input.
/external/xz-embedded/linux/lib/xz/
DKconfig53 a character special file. It calculates CRC32 of the decompressed
/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/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.falcon13 copied or decompressed (if applicable) to their destinations. If FIT image is
37 before individual components are extracted (and optionally decompressed) into
/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/grpc-grpc/src/objective-c/GRPCClient/private/
DNSData+GRPC.m32 // could not be decompressed for any reason. This is an issue with the data
/external/lz4/visual/
DREADME.md15 4. Go to decompressed directory then to `visual` then `VS2010` and open `lz4.sln`

123