/external/elfutils/tests/ |
D | run-elfgetzdata.sh | 24 1: .text, NOT compressed 25 2: .zdebug_aranges, GNU compressed, size: 60 26 3: .zdebug_info, GNU compressed, size: aa 27 4: .debug_abbrev, NOT compressed 28 5: .zdebug_line, GNU compressed, size: 8d 29 6: .shstrtab, NOT compressed 30 7: .symtab, NOT compressed 31 8: .strtab, NOT compressed 35 1: .text, NOT compressed 36 2: .zdebug_aranges, GNU compressed, size: 60 [all …]
|
/external/brotli/java/org/brotli/dec/ |
D | SynthTest.java | 49 private void checkSynth(byte[] compressed, boolean expectSuccess, in checkSynth() argument 53 byte[] actual = decompress(compressed); in checkSynth() 69 byte[] compressed = { in testBaseDictWord() 83 compressed, in testBaseDictWord() 91 byte[] compressed = { in testBaseDictWordFinishBlockOnRingbufferWrap() 107 compressed, in testBaseDictWordFinishBlockOnRingbufferWrap() 115 byte[] compressed = { in testBaseDictWordTooLong() 130 compressed, in testBaseDictWordTooLong() 138 byte[] compressed = { in testBlockCountMessage() 184 compressed, in testBlockCountMessage() [all …]
|
/external/brotli/csharp/org/brotli/dec/ |
D | SynthTest.cs | 35 private void CheckSynth(byte[] compressed, bool expectSuccess, string expectedOutput) in CheckSynth() argument 40 byte[] actual = Decompress(compressed); in CheckSynth() 60 …byte[] compressed = new byte[] { unchecked((byte)unchecked((int)(0x1b))), unchecked((byte)unchecke… in TestBaseDictWord() 65 CheckSynth(compressed, true, string.Empty + "time"); in TestBaseDictWord() 78 …byte[] compressed = new byte[] { unchecked((byte)unchecked((int)(0x1b))), unchecked((byte)unchecke… in TestBaseDictWordFinishBlockOnRingbufferWrap() 87 CheckSynth(compressed, true, string.Empty + "aaaaaaaaaaaaaaaaaaaaaaaaaaaatime"); in TestBaseDictWordFinishBlockOnRingbufferWrap() 98 …byte[] compressed = new byte[] { unchecked((byte)unchecked((int)(0x1b))), unchecked((byte)unchecke… in TestBaseDictWordTooLong() 103 CheckSynth(compressed, false, string.Empty); in TestBaseDictWordTooLong() 117 …byte[] compressed = new byte[] { unchecked((byte)unchecked((int)(0x1b))), unchecked((byte)unchecke… in TestBlockCountMessage() 124 CheckSynth(compressed, true, string.Empty + "aabbaaaaabab"); in TestBlockCountMessage() [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/ |
D | BlockLZ4CompressorOutputStreamTest.java | 196 byte[] compressed = compress(i); in rewritingOfFinalBlockWithoutTrailingLZ77Literals() 199 Assert.assertArrayEquals("input length is " + i, expected, compressed); in rewritingOfFinalBlockWithoutTrailingLZ77Literals() 210 byte[] compressed = compress(i); in rewritingOfFinalBlockWithoutTrailingLZ77Literals() 218 Assert.assertArrayEquals("input length is " + i, expected, compressed); in rewritingOfFinalBlockWithoutTrailingLZ77Literals() 226 byte[] compressed = compress(i); in rewritingOfFinalBlockWithoutTrailingLZ77Literals() 233 Assert.assertArrayEquals("input length is " + i, expected, compressed); in rewritingOfFinalBlockWithoutTrailingLZ77Literals() 244 byte[] compressed = compress(16, i); in rewritingOfFinalBlockWithTrailingLZ77Literals() 254 Assert.assertArrayEquals("trailer length is " + i, expected, compressed); in rewritingOfFinalBlockWithTrailingLZ77Literals() 264 byte[] compressed = compress(16, i); in rewritingOfFinalBlockWithTrailingLZ77Literals() 274 Assert.assertArrayEquals("trailer length is " + i, expected, compressed); in rewritingOfFinalBlockWithTrailingLZ77Literals() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 38 nvc0_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) in nvc0_mt_choose_storage_type() argument 51 if (compressed) in nvc0_mt_choose_storage_type() 59 if (compressed) in nvc0_mt_choose_storage_type() 67 if (compressed) in nvc0_mt_choose_storage_type() 73 if (compressed) in nvc0_mt_choose_storage_type() 80 if (compressed) in nvc0_mt_choose_storage_type() 88 if (compressed) in nvc0_mt_choose_storage_type() 94 if (compressed) { in nvc0_mt_choose_storage_type() 108 if (compressed && ms) { in nvc0_mt_choose_storage_type() 253 bool compressed = drm->version >= 0x01000101; in nvc0_miptree_create() local [all …]
|
/external/autotest/client/site_tests/platform_DebugDaemonDumpDebugLogs/ |
D | platform_DebugDaemonDumpDebugLogs.py | 17 def runDump(self, compressed): argument 18 filename = 'compressed_dump.tgz' if compressed else 'uncompressed_dump.tar' 22 self.iface.DumpDebugLogs(compressed, fh, signature="bh") 28 mode = 'r:gz' if compressed else 'r:' 32 "compressed" if compressed else "uncompressed")
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles32-copy-image.txt | 5749 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_r11_eac.texture2d_to_texture2d 5750 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_r11_eac.texture2d_to_cubemap 5751 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_r11_eac.cubemap_to_texture2d 5752 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_r11_eac.cubemap_to_cubemap 5753 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_signed_r11_eac.texture2d_to_t… 5754 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_signed_r11_eac.texture2d_to_c… 5755 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_signed_r11_eac.cubemap_to_tex… 5756 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.r11_eac_signed_r11_eac.cubemap_to_cub… 5757 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.signed_r11_eac_r11_eac.texture2d_to_t… 5758 KHR-GLES32.functional.copy_image.compressed.viewclass_eac_r11.signed_r11_eac_r11_eac.texture2d_to_c… [all …]
|
/external/lz4/examples/ |
D | blockStreaming_doubleBuffer.md | 22 First of all, allocate "Double Buffer" for input and LZ4 compressed data buffer for output. 75 …t compress the line without dependencies and generates compressed block {Out#1} to LZ4 compressed … 93 - Read first compressed block. 95 - Read second compressed block. 97 - Read third compressed block. 100 Continue these procedure to the end of the compressed file.
|
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/ |
D | DeflateCompressorTest.java | 47 public byte[] compressed; field in DeflateCompressorTest.Content 141 content[strategy].compressed = compressedContentOut.toByteArray(); 143 uncompressWithJavaInflater(compressor.isNowrap(), content[strategy].compressed); 153 Arrays.equals(content[outer].compressed, content[inner].compressed)); 170 content[level].compressed = compressedContentOut.toByteArray(); 172 uncompressWithJavaInflater(compressor.isNowrap(), content[level].compressed); 182 Arrays.equals(content[outer].compressed, content[inner].compressed));
|
/external/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 4 Squashfs is a compressed read-only filesystem for Linux. 45 compressed inode is on average 8 bytes in length (the exact length varies on 93 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each 94 compressed block is prefixed by a two byte length, the top bit is set if the 96 or if the compressed block was larger than the uncompressed block. 99 boundaries, therefore inodes overlap compressed blocks. Inodes are identified 100 by a 48-bit number which encodes the location of the compressed metadata block 116 Like inodes, directories are packed into compressed metadata blocks, stored 124 compressed metadata block, and therefore, can share the start block. 146 Regular files consist of a sequence of contiguous compressed blocks, and/or a [all …]
|
/external/puffin/src/ |
D | puffin_unittest.cc | 117 void TestPuffDeflate(const Buffer& compressed, in TestPuffDeflate() argument 121 auto comp_size = compressed.size(); in TestPuffDeflate() 124 PuffDeflate(compressed.data(), comp_size, out_puff->data(), puff_size)); in TestPuffDeflate() 131 void FailPuffDeflate(const Buffer& compressed, Buffer* out_puff) { in FailPuffDeflate() argument 132 out_puff->resize(compressed.size() * 2 + 10); in FailPuffDeflate() 133 auto comp_size = compressed.size(); in FailPuffDeflate() 136 PuffDeflate(compressed.data(), comp_size, out_puff->data(), puff_size)); in FailPuffDeflate() 178 const Buffer compressed, in CheckSample() argument 181 TestPuffDeflate(compressed, puffed, &puff); in CheckSample() 182 TestHuffDeflate(puffed, compressed, &huff); in CheckSample()
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 77 vli_type compressed; member 92 vli_type compressed; member 243 s->block.compressed += b->in_pos - s->in_start; in dec_block() 250 if (s->block.compressed > s->block_header.compressed in dec_block() 265 if (s->block_header.compressed != VLI_UNKNOWN in dec_block() 266 && s->block_header.compressed in dec_block() 267 != s->block.compressed) in dec_block() 276 + s->block.compressed; in dec_block() 502 s->block_header.compressed = s->vli; in dec_block_header() 504 s->block_header.compressed = VLI_UNKNOWN; in dec_block_header() [all …]
|
D | xz_dec_lzma2.c | 238 uint32_t compressed; member 852 if (s->temp.size > 0 || s->lzma2.compressed == 0) { in lzma2_lzma() 854 if (tmp > s->lzma2.compressed - s->temp.size) in lzma2_lzma() 855 tmp = s->lzma2.compressed - s->temp.size; in lzma2_lzma() 861 if (s->temp.size + tmp == s->lzma2.compressed) { in lzma2_lzma() 880 s->lzma2.compressed -= s->rc.in_pos; in lzma2_lzma() 898 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED) in lzma2_lzma() 899 s->rc.in_limit = b->in_pos + s->lzma2.compressed; in lzma2_lzma() 907 if (in_avail > s->lzma2.compressed) in lzma2_lzma() 910 s->lzma2.compressed -= in_avail; in lzma2_lzma() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 29 byte [] compressed = UnicodeCompressor.compress(s); in simpleTest() 30 String res = UnicodeDecompressor.decompress(compressed); in simpleTest() 34 + compressed.length + " bytes ===> " in simpleTest() 38 printBytes(compressed, compressed.length); in simpleTest() 99 byte[] compressed = new byte[compressedSize]; in myMultipassTest() 131 System.arraycopy(byteBuffer, 0, compressed, in myMultipassTest() 156 unicharsWritten = myDecompressor.decompress(compressed, in myMultipassTest()
|
/external/brotli/java/org/brotli/wrapper/dec/ |
D | DecoderTest.java | 62 byte[] compressed; in run() 64 compressed = BundleHelper.readEntry(bundle, entryName); in run() 68 if (compressed == null) { in run() 72 byte[] decompressed = Decoder.decompress(compressed); in run()
|
D | BrotliInputStreamTest.java | 62 byte[] compressed; in run() 64 compressed = BundleHelper.readEntry(bundle, entryName); in run() 68 if (compressed == null) { in run() 72 InputStream src = new ByteArrayInputStream(compressed); in run()
|
D | BrotliDecoderChannelTest.java | 64 byte[] compressed; in run() 66 compressed = BundleHelper.readEntry(bundle, entryName); in run() 70 if (compressed == null) { in run() 74 ReadableByteChannel src = Channels.newChannel(new ByteArrayInputStream(compressed)); in run()
|
/external/curl/tests/data/ |
D | test221 | 6 compressed 22 # I removed the first three bytes of the gzip compressed contents 47 HTTP GET gzip compressed content with broken gzip header 50 http://%HOSTIP:%HTTPPORT/221 --compressed
|
/external/brotli/tests/ |
D | roundtrip_test.sh | 25 compressed=${TMP_DIR}/${file##*/}.br 27 $BROTLI -fq $quality $file -o $compressed 28 $BROTLI $compressed -fdo $uncompressed
|
/external/curl/docs/cmdline-opts/ |
D | compressed.d | 1 Long: compressed 2 Help: Request compressed response 5 Request a compressed response using one of the algorithms curl supports, and
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-2.1 | 29 Zisofs compressed size 153.50 MB 30 Cloop (isofs) compressed size 1.74 MB 31 Squashfs2.1 compressed size 612 KB (0.60 MB) 45 Zisofs compressed size 589.81 MB 46 Cloop (isofs) compressed size 471.19 MB 47 Squashfs2.0 compressed size 448.58 MB 48 Squashfs2.1 compressed size 448.58 MB
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/ |
D | control | 2 PURPOSE = "Measure performance of compressed swap." 5 - compressed swap is not configured. 13 Run some basic performance benchmarks on compressed swap.
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | block.c | 89 int bytes, compressed, b = 0, k = 0, page = 0, avail; in squashfs_read_data() local 102 compressed = SQUASHFS_COMPRESSED_BLOCK(length); in squashfs_read_data() 108 index, compressed ? "" : "un", length, srclength); in squashfs_read_data() 134 compressed = SQUASHFS_COMPRESSED(length); in squashfs_read_data() 140 compressed ? "" : "un", length); in squashfs_read_data() 155 if (compressed) { in squashfs_read_data()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 32 byte [] compressed = UnicodeCompressor.compress(s); in simpleTest() 33 String res = UnicodeDecompressor.decompress(compressed); in simpleTest() 37 + compressed.length + " bytes ===> " in simpleTest() 41 printBytes(compressed, compressed.length); in simpleTest() 102 byte[] compressed = new byte[compressedSize]; in myMultipassTest() 134 System.arraycopy(byteBuffer, 0, compressed, in myMultipassTest() 159 unicharsWritten = myDecompressor.decompress(compressed, in myMultipassTest()
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | ResponseParameters.php | 39 private $compressed = null; variable in Grpc\\Testing\\ResponseParameters 111 return $this->compressed; 127 $this->compressed = $var;
|