/external/zlib/src/contrib/vstudio/ |
D | readme.txt | 19 - Decompress current zlib, including all contrib/* files 28 - Decompress current zlib, including all contrib/* files 33 - Decompress current zlib, including all contrib/* files 38 - Decompress current zlib, including all contrib/* files 43 - Decompress current zlib, including all contrib/* files
|
/external/brotli/csharp/org/brotli/dec/ |
D | DecodeTest.cs | 16 private byte[] Decompress(byte[] data, bool byByte) in Decompress() method in Org.Brotli.Dec.DecodeTest 87 byte[] actual = Decompress(compressedBytes, false); in CheckDecodeResource() 89 byte[] actualByByte = Decompress(compressedBytes, true); in CheckDecodeResource()
|
D | SynthTest.cs | 16 private byte[] Decompress(byte[] data) in Decompress() method in Org.Brotli.Dec.SynthTest 40 byte[] actual = Decompress(compressed); in CheckSynth()
|
D | BrotliInputStream.cs | 178 Org.Brotli.Dec.Decode.Decompress(state); in Read()
|
/external/zlib/src/contrib/ada/ |
D | buffer_demo.adb | 68 Decompress : declare identifier 104 end Decompress;
|
/external/libtextclassifier/utils/zlib/ |
D | zlib.cc | 57 bool ZlibDecompressor::Decompress(const uint8* buffer, const int buffer_size, in Decompress() function in libtextclassifier3::ZlibDecompressor 76 return Decompress(compressed_buffer->buffer()->Data(), in MaybeDecompress() 86 return Decompress(compressed_buffer->buffer.data(), in MaybeDecompress()
|
D | zlib.h | 37 bool Decompress(const uint8* buffer, const int buffer_size,
|
/external/lz4/examples/ |
D | blockStreaming_doubleBuffer.md | 94 - Decompress it to the first page and write that page to the file. 96 - Decompress it to the second page and write that page to the file. 98 - Decompress it to the *first* page and write that page to the file.
|
D | dictionaryRandomAccess.md | 63 - Decompress it and write what data we need from it to the file. 65 - Decompress it and write that page to the file.
|
D | blockStreaming_lineByLine.md | 118 - Decompress it to the ringbuffer.
|
/external/perfetto/src/perfetto_cmd/ |
D | packet_writer_unittest.cc | 57 std::string Decompress(const std::string& data) { in Decompress() function 140 EXPECT_TRUE(subtrace.ParseFromString(Decompress(data))); in TEST() 215 EXPECT_TRUE(subtrace.ParseFromString(Decompress(data))); in TEST() 272 EXPECT_TRUE(subtrace.ParseFromString(Decompress(data))); in TEST()
|
/external/python/cpython3/Doc/library/ |
D | zlib.rst | 237 .. attribute:: Decompress.unused_data 245 .. attribute:: Decompress.unconsumed_tail 254 .. attribute:: Decompress.eof 265 .. method:: Decompress.decompress(data, max_length=0) 267 Decompress *data*, returning a bytes object containing the uncompressed data 284 .. method:: Decompress.flush([length]) 294 .. method:: Decompress.copy()
|
D | bz2.rst | 181 Decompress *data* (a :term:`bytes-like object`), returning 243 Decompress *data*.
|
D | lzma.rst | 242 Decompress *data* (a :term:`bytes-like object`), returning 301 Decompress *data* (a :class:`bytes` object), returning the uncompressed data
|
/external/syzkaller/vendor/google.golang.org/grpc/encoding/ |
D | encoding.go | 44 Decompress(r io.Reader) (io.Reader, error) methodSpec
|
/external/python/cpython2/Doc/library/ |
D | zlib.rst | 231 .. attribute:: Decompress.unused_data 246 .. attribute:: Decompress.unconsumed_tail 255 .. method:: Decompress.decompress(string[, max_length]) 257 Decompress *string*, returning a string containing the uncompressed data 272 .. method:: Decompress.flush([length]) 282 .. method:: Decompress.copy()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeCompressed.pbtxt | 23 summary: "Decompress strings."
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 717 Decompress ( in Decompress() function 915 return Decompress ( in EfiDecompress() 999 return Decompress ( in TianoDecompress()
|
/external/puffin/src/ |
D | puffin_unittest.cc | 163 void Decompress(const Buffer& puffed, in Decompress() function in puffin::PuffinTest 183 Decompress(puffed, original, &uncompress); in CheckSample()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | jpeg.py | 61 imgdata = decomp.Decompress(1, jpegdata)
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 61 imgdata = decomp.Decompress(1, jpegdata)
|
/external/lz4/visual/ |
D | README.md | 14 3. Decompress ZIP archive.
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 431 struct decompress_state Decompress; /**< For texture decompression */ member
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | rpc_util.go | 599 dcReader, err := compressor.Decompress(bytes.NewReader(d))
|
/external/bzip2/ |
D | bzip2.txt | 267 Compress Decompress Decompress Corpus
|