Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/
Dmem.rs38 pub struct Decompress { struct
39 inner: Inflate,
353 impl Decompress { impl
358 pub fn new(zlib_header: bool) -> Decompress { in new()
375 pub fn new_with_window_bits(zlib_header: bool, window_bits: u8) -> Decompress { in new_with_window_bits()
395 pub fn new_gzip(window_bits: u8) -> Decompress { in new_gzip()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_decompress.cpp93 ssize_t StreamDecompressor::Decompress(void* buffer, size_t buffer_size, size_t, in Decompress() function in android::snapshot::StreamDecompressor
281 ssize_t Decompress(void* buffer, size_t buffer_size, size_t decompressed_size, in Decompress() function in android::snapshot::Lz4Decompressor
339 ssize_t Decompress(void* buffer, size_t buffer_size, size_t decompressed_size, in Decompress() function in android::snapshot::ZstdDecompressor
360 bool Decompress(void* output_buffer, const size_t output_size) { in Decompress() function in android::snapshot::ZstdDecompressor
/aosp_15_r20/system/logging/logd/
H A DCompressionEngine.cpp61 bool ZlibCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZlibCompressionEngine
97 bool ZstdCompressionEngine::Decompress(SerializedData& in, SerializedData& out) { in Decompress() function in ZstdCompressionEngine
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/
H A DDecompress.h62 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
H A DDecompress.h62 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
H A DDecompress.h68 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
H A DDecompress.h61 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DDecompress.h111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DDecompress.h111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DDecompress.h117 EFI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DDecompress.h111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_tokenizer.cc27 util::Status ProtoTraceTokenizer::Decompress(TraceBlobView input, in Decompress() function in perfetto::trace_processor::ProtoTraceTokenizer
/aosp_15_r20/external/angle/src/image_util/
H A DAstcDecompressor_unittest.cpp22 TEST(AstcDecompressor, Decompress) in TEST() argument
/aosp_15_r20/external/sandboxed-api/contrib/brotli/utils/
H A Dutils_brotli_dec.cc68 absl::StatusOr<BrotliDecoderResult> BrotliDecoder::Decompress( in Decompress() function in BrotliDecoder
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/ada/
Dbuffer_demo.adb68 Decompress : declare identifier
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DDecodeTest.cs16 private byte[] Decompress(byte[] data, bool byByte) in Decompress() method in Org.Brotli.Dec.DecodeTest
H A DSynthTest.cs16 private byte[] Decompress(byte[] data) in Decompress() method in Org.Brotli.Dec.SynthTest
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressor_unittest.cpp38 TEST(AstcCpuDecompressor, Decompress) { in TEST() argument
/aosp_15_r20/external/sandboxed-api/contrib/c-blosc/utils/
H A Dutils_blosc.cc74 absl::Status Decompress(CbloscApi& api, std::ifstream& in_stream, in Decompress() function
/aosp_15_r20/external/sandboxed-api/contrib/woff2/
H A Dwoff2_sapi_test.cc113 TEST_F(Woff2SapiSandboxTest, Decompress) { in TEST_F() argument
/aosp_15_r20/external/libtextclassifier/native/utils/zlib/
H A Dzlib.cc50 bool ZlibDecompressor::Decompress(const uint8* buffer, const int buffer_size, in Decompress() function in libtextclassifier3::ZlibDecompressor
/aosp_15_r20/art/runtime/mirror/
H A Dobject_reference.h105 static MirrorType* Decompress(uint32_t ref) { in Decompress() function
/aosp_15_r20/external/sandboxed-api/contrib/brotli/test/
H A Dbrotli_test.cc137 TEST_P(BrotliMultiFile, Decompress) { in TEST_P() argument
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryXzTest.cpp53 TEST_F(MemoryXzTest, Decompress) { in TEST_F() argument
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dzlib_compressor_unittest.cc82 std::string Decompress(const std::string& data) { in Decompress() function

123