/external/libtextclassifier/ |
D | zlib-utils_test.cc | 65 EXPECT_TRUE(decompressor->Decompress( in TEST() 69 EXPECT_TRUE(decompressor->Decompress( in TEST() 73 EXPECT_TRUE(decompressor->Decompress(compressed_model->datetime_model() in TEST() 81 EXPECT_TRUE(decompressor->Decompress(compressed_model->datetime_model() in TEST()
|
D | zlib-utils.cc | 47 bool ZlibDecompressor::Decompress(const CompressedBuffer* compressed_buffer, in Decompress() function in libtextclassifier2::ZlibDecompressor 161 if (!zlib_decompressor->Decompress( in DecompressBuffer() 239 !decompressor->Decompress(compressed_pattern, &decompressed_pattern)) { in UncompressMakeRegexPattern()
|
D | zlib-utils.h | 35 bool Decompress(const CompressedBuffer* compressed_buffer, std::string* out);
|
/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/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/python/cpython3/Doc/library/ |
D | zlib.rst | 234 .. attribute:: Decompress.unused_data 242 .. attribute:: Decompress.unconsumed_tail 251 .. attribute:: Decompress.eof 262 .. method:: Decompress.decompress(data, max_length=0) 264 Decompress *data*, returning a bytes object containing the uncompressed data 281 .. method:: Decompress.flush([length]) 291 .. 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/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/puffin/src/ |
D | puffin_unittest.cc | 171 void Decompress(const Buffer& puffed, in Decompress() function in puffin::PuffinTest 191 Decompress(puffed, original, &uncompress); in CheckSample()
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 717 Decompress ( in Decompress() function 915 return Decompress ( in EfiDecompress() 999 return Decompress ( in TianoDecompress()
|
/external/syslinux/core/ |
D | init.inc | 31 ; Decompress PM code to its target location
|
/external/python/cpython2/Lib/plat-irix5/ |
D | jpeg.py | 61 imgdata = decomp.Decompress(1, jpegdata)
|
/external/python/cpython2/Lib/plat-irix6/ |
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 | 430 struct decompress_state Decompress; /**< For texture decompression */ member
|
/external/lz4/programs/ |
D | lz4.1.md | 106 Decompress.
|
/external/bzip2/ |
D | bzip2.txt | 267 Compress Decompress Decompress Corpus
|