Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 25 of 129) sorted by relevance

123456

/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DDeflateCompressorTest.java48 public byte[] uncompressed; field in DeflateCompressorTest.Content
89 byte[] uncompressed = in testCompress()
91 Assert.assertArrayEquals(CONTENT, uncompressed); in testCompress()
142 content[strategy].uncompressed =
144 Assert.assertArrayEquals(CONTENT, content[strategy].uncompressed);
171 content[level].uncompressed =
173 Assert.assertArrayEquals(CONTENT, content[level].uncompressed);
194 byte[] uncompressed =
196 Assert.assertArrayEquals(CONTENT, uncompressed);
205 byte[] uncompressed =
[all …]
/external/brotli/tests/
Dcompatibility_test.sh14 uncompressed=${TMP_DIR}/${expected##*/}.uncompressed
15 echo $uncompressed
16 $BRO -f -d -i $file -o $uncompressed
17 diff -q $uncompressed $expected
19 cat $file | $BRO -d > $uncompressed
20 diff -q $uncompressed $expected
21 rm -f $uncompressed
Droundtrip_test.sh24 uncompressed=${TMP_DIR}/${file##*/}.unbro
26 $BRO -f -d -i $compressed -o $uncompressed
27 diff -q $file $uncompressed
29 cat $file | $BRO -q $quality | $BRO -d >$uncompressed
30 diff -q $file $uncompressed
DMakefile15 rm -f testdata/*.{bro,unbro,uncompressed}
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexRecord.java14 final long uncompressed; field in IndexRecord
16 IndexRecord(long unpadded, long uncompressed) { in IndexRecord() argument
18 this.uncompressed = uncompressed; in IndexRecord()
DIndexDecoder.java29 private final long[] uncompressed; field in IndexDecoder
84 uncompressed = new long[(int)count]; in IndexDecoder()
102 uncompressed[record] = uncompressedSum + uncompressedSize; in IndexDecoder()
188 if (uncompressed[i] <= target) in locateBlock()
213 info.uncompressedOffset = uncompressed[pos - 1];
217 info.uncompressedSize = uncompressed[pos] - info.uncompressedOffset;
/external/elfutils/tests/
Drun-readelf-zx.sh25 Hex dump of section [2] '.zdebug_aranges', 50 bytes (96 uncompressed) at offset 0x260:
37 Hex dump of section [2] '.debug_aranges', 62 bytes (96 uncompressed) at offset 0x260:
49 Hex dump of section [2] '.zdebug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
59 Hex dump of section [2] '.debug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
Drun-zstrptr.sh60 Strings in section 32 (uncompressed):
132 Strings in section 30 (uncompressed):
/external/xz-embedded/linux/lib/xz/
Dxz_dec_stream.c22 vli_type uncompressed; member
83 vli_type uncompressed; member
95 vli_type uncompressed; member
244 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
251 || s->block.uncompressed in dec_block()
252 > s->block_header.uncompressed) in dec_block()
270 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
271 && s->block_header.uncompressed in dec_block()
272 != s->block.uncompressed) in dec_block()
287 s->block.hash.uncompressed += s->block.uncompressed; in dec_block()
[all …]
Dxz_dec_lzma2.c232 uint32_t uncompressed; member
984 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1017 s->lzma2.uncompressed in xz_dec_lzma2_run()
1023 s->lzma2.uncompressed in xz_dec_lzma2_run()
1072 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1076 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1078 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
/external/brotli/go/cbrotli/
Dcbrotli_test.go18 uncompressed, err := Decode(compressedData)
22 if !bytes.Equal(uncompressed, wantOriginalData) {
23 if len(wantOriginalData) != len(uncompressed) {
28 len(wantOriginalData), len(uncompressed))
31 if wantOriginalData[i] != uncompressed[i] {
36 i, wantOriginalData[i], i, uncompressed[i])
/external/zlib/src/contrib/puff/
DREADME44 If destlen is not enough space for the uncompressed data, then inflate will
47 the size of the uncompressed data ahead of time.
49 If needed, puff() can determine the size of the uncompressed data with no
52 the uncompressed data. So if the size of the uncompressed data is not known,
62 *destlen is updated to the size of the uncompressed data. See the comments
/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c222 goto uncompressed; in vj_compress_tcp()
264 goto uncompressed; in vj_compress_tcp()
282 goto uncompressed; in vj_compress_tcp()
292 goto uncompressed; in vj_compress_tcp()
301 goto uncompressed; in vj_compress_tcp()
331 goto uncompressed; in vj_compress_tcp()
405 uncompressed: in vj_compress_tcp()
/external/toybox/toys/pending/
Dxzcat.c1388 uint32_t uncompressed; member
2125 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
2158 s->lzma2.uncompressed in xz_dec_lzma2_run()
2164 s->lzma2.uncompressed in xz_dec_lzma2_run()
2208 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
2212 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
2214 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
2348 vli_type uncompressed; member
2401 vli_type uncompressed; member
2413 vli_type uncompressed; member
[all …]
/external/lz4/tests/
Dfasttest.c55 int test_decompress(const char *uncompressed, const char *compressed) in test_decompress() argument
88 { int const r = memcmp(uncompressed + unOffset, output, unBytes); in test_decompress()
/external/bzip2/
Dbzdiff.129 and an uncompressed
31 If two files are specified, then they are uncompressed if necessary and fed to
/external/syslinux/core/lzo/
Dleave.ash33 /* check uncompressed size */
47 subl OUTP,%edi /* write back the uncompressed size */
/external/brotli/
D.gitignore15 *.txt.uncompressed
/external/xz-embedded/linux/Documentation/
Dxz.txt50 uncompressed size of the file, which is needed by the boot code.
64 which will verify the integrity of the uncompressed data anyway.
68 disable it) for the actual uncompressed data.
85 be at least as big as the uncompressed data itself.
/external/curl/docs/cmdline-opts/
Dcompressed.d6 save the uncompressed document. If this option is used and the server sends
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py148 entry.uncompressed = True
341 self.uncompressed = False # if True, always embed entry raw
403 if not self.uncompressed:
405 if self.uncompressed or len(compressedData) >= self.origLength:
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/
Dtest4f4 # for my tests, this was a copy of an uncompressed kernel image
Dtest1f3 # for my tests, this was a copy of an uncompressed kernel image
/external/lz4/doc/
Dlz4_Frame_format.md169 If this flag is set, the uncompressed size of data included within the frame
182 Size here refers to the original (uncompressed) data size.
204 This is the original (uncompressed) size.
234 The highest bit is “1” if data in the block is uncompressed.
243 In such case, such a data block shall be passed in uncompressed format.
373 1.0 : changed “block size” specification, adding a compressed/uncompressed flag
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties25 vm.jdk-64-uncompressed.home=jdk-64
26 vm.jdk-64-uncompressed.args=-d64 -XX:-UseCompressedOops

123456