/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/ |
D | mem.rs | 38 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 D | cow_decompress.cpp | 93 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 D | CompressionEngine.cpp | 61 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 D | Decompress.h | 62 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
H A D | Decompress.h | 62 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/ |
H A D | Decompress.h | 68 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
H A D | Decompress.h | 61 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
H A D | Decompress.h | 111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
H A D | Decompress.h | 111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
H A D | Decompress.h | 117 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
H A D | Decompress.h | 111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | proto_trace_tokenizer.cc | 27 util::Status ProtoTraceTokenizer::Decompress(TraceBlobView input, in Decompress() function in perfetto::trace_processor::ProtoTraceTokenizer
|
/aosp_15_r20/external/angle/src/image_util/ |
H A D | AstcDecompressor_unittest.cpp | 22 TEST(AstcDecompressor, Decompress) in TEST() argument
|
/aosp_15_r20/external/sandboxed-api/contrib/brotli/utils/ |
H A D | utils_brotli_dec.cc | 68 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/ |
D | buffer_demo.adb | 68 Decompress : declare identifier
|
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/ |
H A D | DecodeTest.cs | 16 private byte[] Decompress(byte[] data, bool byByte) in Decompress() method in Org.Brotli.Dec.DecodeTest
|
H A D | SynthTest.cs | 16 private byte[] Decompress(byte[] data) in Decompress() method in Org.Brotli.Dec.SynthTest
|
/aosp_15_r20/hardware/google/gfxstream/host/compressedTextureFormats/ |
D | AstcCpuDecompressor_unittest.cpp | 38 TEST(AstcCpuDecompressor, Decompress) { in TEST() argument
|
/aosp_15_r20/external/sandboxed-api/contrib/c-blosc/utils/ |
H A D | utils_blosc.cc | 74 absl::Status Decompress(CbloscApi& api, std::ifstream& in_stream, in Decompress() function
|
/aosp_15_r20/external/sandboxed-api/contrib/woff2/ |
H A D | woff2_sapi_test.cc | 113 TEST_F(Woff2SapiSandboxTest, Decompress) { in TEST_F() argument
|
/aosp_15_r20/external/libtextclassifier/native/utils/zlib/ |
H A D | zlib.cc | 50 bool ZlibDecompressor::Decompress(const uint8* buffer, const int buffer_size, in Decompress() function in libtextclassifier3::ZlibDecompressor
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | object_reference.h | 105 static MirrorType* Decompress(uint32_t ref) { in Decompress() function
|
/aosp_15_r20/external/sandboxed-api/contrib/brotli/test/ |
H A D | brotli_test.cc | 137 TEST_P(BrotliMultiFile, Decompress) { in TEST_P() argument
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | MemoryXzTest.cpp | 53 TEST_F(MemoryXzTest, Decompress) { in TEST_F() argument
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | zlib_compressor_unittest.cc | 82 std::string Decompress(const std::string& data) { in Decompress() function
|