Home
last modified time | relevance | path

Searched refs:Decompress (Results 1 – 25 of 36) sorted by relevance

12

/external/libtextclassifier/
Dzlib-utils_test.cc65 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()
Dzlib-utils.cc47 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()
Dzlib-utils.h35 bool Decompress(const CompressedBuffer* compressed_buffer, std::string* out);
/external/zlib/src/contrib/vstudio/
Dreadme.txt19 - 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/
DDecodeTest.cs16 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()
DSynthTest.cs16 private byte[] Decompress(byte[] data) in Decompress() method in Org.Brotli.Dec.SynthTest
40 byte[] actual = Decompress(compressed); in CheckSynth()
DBrotliInputStream.cs178 Org.Brotli.Dec.Decode.Decompress(state); in Read()
/external/lz4/examples/
DblockStreaming_doubleBuffer.md94 - 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.
DdictionaryRandomAccess.md63 - Decompress it and write what data we need from it to the file.
65 - Decompress it and write that page to the file.
DblockStreaming_lineByLine.md118 - Decompress it to the ringbuffer.
/external/zlib/src/contrib/ada/
Dbuffer_demo.adb68 Decompress : declare identifier
104 end Decompress;
/external/python/cpython3/Doc/library/
Dzlib.rst234 .. 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()
Dbz2.rst181 Decompress *data* (a :term:`bytes-like object`), returning
243 Decompress *data*.
Dlzma.rst242 Decompress *data* (a :term:`bytes-like object`), returning
301 Decompress *data* (a :class:`bytes` object), returning the uncompressed data
/external/python/cpython2/Doc/library/
Dzlib.rst231 .. 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/puffin/src/
Dpuffin_unittest.cc171 void Decompress(const Buffer& puffed, in Decompress() function in puffin::PuffinTest
191 Decompress(puffed, original, &uncompress); in CheckSample()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeCompressed.pbtxt23 summary: "Decompress strings."
/external/vboot_reference/utility/
Defidecompress.c717 Decompress ( in Decompress() function
915 return Decompress ( in EfiDecompress()
999 return Decompress ( in TianoDecompress()
/external/syslinux/core/
Dinit.inc31 ; Decompress PM code to its target location
/external/python/cpython2/Lib/plat-irix5/
Djpeg.py61 imgdata = decomp.Decompress(1, jpegdata)
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py61 imgdata = decomp.Decompress(1, jpegdata)
/external/lz4/visual/
DREADME.md14 3. Decompress ZIP archive.
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h430 struct decompress_state Decompress; /**< For texture decompression */ member
/external/lz4/programs/
Dlz4.1.md106 Decompress.
/external/bzip2/
Dbzip2.txt267 Compress Decompress Decompress Corpus

12