Home
last modified time | relevance | path

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

12

/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/zlib/src/contrib/ada/
Dbuffer_demo.adb68 Decompress : declare identifier
104 end Decompress;
/external/libtextclassifier/utils/zlib/
Dzlib.cc57 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()
Dzlib.h37 bool Decompress(const uint8* buffer, const int buffer_size,
/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/perfetto/src/perfetto_cmd/
Dpacket_writer_unittest.cc57 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/
Dzlib.rst237 .. 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()
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/syzkaller/vendor/google.golang.org/grpc/encoding/
Dencoding.go44 Decompress(r io.Reader) (io.Reader, error) methodSpec
/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/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/puffin/src/
Dpuffin_unittest.cc163 void Decompress(const Buffer& puffed, in Decompress() function in puffin::PuffinTest
183 Decompress(puffed, original, &uncompress); in CheckSample()
/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.h431 struct decompress_state Decompress; /**< For texture decompression */ member
/external/syzkaller/vendor/google.golang.org/grpc/
Drpc_util.go599 dcReader, err := compressor.Decompress(bytes.NewReader(d))
/external/bzip2/
Dbzip2.txt267 Compress Decompress Decompress Corpus

12