Home
last modified time | relevance | path

Searched defs:Decompress (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/flate2/src/
Dmem.rs39 pub struct Decompress { struct
40 inner: Inflate,
362 impl Decompress { impl
367 pub fn new(zlib_header: bool) -> Decompress { in new()
389 pub fn new_with_window_bits(zlib_header: bool, window_bits: u8) -> Decompress { in new_with_window_bits()
414 pub fn new_gzip(window_bits: u8) -> Decompress { in new_gzip()
Dzio.rs58 impl Ops for Decompress { implementation
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_tokenizer.cc26 util::Status ProtoTraceTokenizer::Decompress(TraceBlobView input, in Decompress() function in perfetto::trace_processor::ProtoTraceTokenizer
/external/perfetto/src/trace_processor/importers/gzip/
Dgzip_utils.cc80 GzipDecompressor::Result GzipDecompressor::Decompress(uint8_t* out, in Decompress() function in perfetto::trace_processor::GzipDecompressor
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dbuffer_demo.adb68 Decompress : declare identifier
/external/brotli/csharp/org/brotli/dec/
DDecodeTest.cs16 private byte[] Decompress(byte[] data, bool byByte) in Decompress() method in Org.Brotli.Dec.DecodeTest
DSynthTest.cs16 private byte[] Decompress(byte[] data) in Decompress() method in Org.Brotli.Dec.SynthTest
DDecode.cs661 internal static void Decompress(Org.Brotli.Dec.State state) in Decompress() method in Org.Brotli.Dec.Decode
/external/libtextclassifier/native/utils/zlib/
Dzlib.cc50 bool ZlibDecompressor::Decompress(const uint8* buffer, const int buffer_size, in Decompress() function in libtextclassifier3::ZlibDecompressor
/external/perfetto/src/perfetto_cmd/
Dpacket_writer_unittest.cc67 std::string Decompress(const std::string& data) { in Decompress() function
/external/vboot_reference/utility/
Defidecompress.c717 Decompress ( in Decompress() function
/external/puffin/src/
Dpuffin_unittest.cc163 void Decompress(const Buffer& puffed, in Decompress() function in puffin::PuffinTest
/external/mesa3d/src/mesa/drivers/common/
Dmeta.h370 struct decompress_state Decompress; /**< For texture decompression */ member
/external/boringssl/src/ssl/test/runner/
Dcommon.go341 Decompress func(out, in []byte) bool member