/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ |
D | mem.rs | 38 pub struct Decompress { struct 39 inner: Inflate, 360 impl Decompress { impl 365 pub fn new(zlib_header: bool) -> Decompress { in new() 382 pub fn new_with_window_bits(zlib_header: bool, window_bits: u8) -> Decompress { in new_with_window_bits() 402 pub fn new_gzip(window_bits: u8) -> Decompress { in new_gzip()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ |
D | mem.rs | 38 pub struct Decompress { struct 39 inner: Inflate, 360 impl Decompress { impl 365 pub fn new(zlib_header: bool) -> Decompress { in new() 382 pub fn new_with_window_bits(zlib_header: bool, window_bits: u8) -> Decompress { in new_with_window_bits() 402 pub fn new_gzip(window_bits: u8) -> Decompress { in new_gzip()
|
/external/rust/android-crates-io/crates/flate2/src/ |
D | mem.rs | 38 pub struct Decompress { struct 39 inner: Inflate, 360 impl Decompress { implementation 365 pub fn new(zlib_header: bool) -> Decompress { in new() 382 pub fn new_with_window_bits(zlib_header: bool, window_bits: u8) -> Decompress { in new_with_window_bits() 402 pub fn new_gzip(window_bits: u8) -> Decompress { in new_gzip()
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/ |
D | Decompress.h | 61 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/ |
D | Decompress.h | 68 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/ |
D | Decompress.h | 62 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/ |
D | Decompress.h | 62 EFI_PEI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/ |
D | Decompress.h | 111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/ |
D | Decompress.h | 111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/ |
D | Decompress.h | 111 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/ |
D | Decompress.h | 117 EFI_DECOMPRESS_DECOMPRESS Decompress; member
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | proto_trace_tokenizer.cc | 27 base::Status ProtoTraceTokenizer::Decompress(TraceBlobView input, in Decompress() function in perfetto::trace_processor::ProtoTraceTokenizer
|
/external/angle/src/image_util/ |
D | AstcDecompressor_unittest.cpp | 22 TEST(AstcDecompressor, Decompress) in TEST() argument
|
/external/sandboxed-api/contrib/brotli/utils/ |
D | utils_brotli_dec.cc | 68 absl::StatusOr<BrotliDecoderResult> BrotliDecoder::Decompress( in Decompress() function in BrotliDecoder
|
/external/brotli/csharp/org/brotli/dec/ |
D | DecodeTest.cs | 16 private byte[] Decompress(byte[] data, bool byByte) in Decompress() method in Org.Brotli.Dec.DecodeTest
|
D | SynthTest.cs | 16 private byte[] Decompress(byte[] data) in Decompress() method in Org.Brotli.Dec.SynthTest
|
D | Decode.cs | 661 internal static void Decompress(Org.Brotli.Dec.State state) in Decompress() method in Org.Brotli.Dec.Decode
|
/external/sandboxed-api/contrib/c-blosc/utils/ |
D | utils_blosc.cc | 74 absl::Status Decompress(CbloscApi& api, std::ifstream& in_stream, in Decompress() function
|
/external/sandboxed-api/contrib/woff2/ |
D | woff2_sapi_test.cc | 113 TEST_F(Woff2SapiSandboxTest, Decompress) { in TEST_F() argument
|
/external/libtextclassifier/native/utils/zlib/ |
D | zlib.cc | 50 bool ZlibDecompressor::Decompress(const uint8* buffer, const int buffer_size, in Decompress() function in libtextclassifier3::ZlibDecompressor
|
/external/sandboxed-api/contrib/brotli/test/ |
D | brotli_test.cc | 137 TEST_P(BrotliMultiFile, Decompress) { in TEST_P() argument
|
/external/perfetto/src/tracing/service/ |
D | zlib_compressor_unittest.cc | 82 std::string Decompress(const std::string& data) { in Decompress() function
|
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/ |
D | compressed_pointer.h | 263 PA_ALWAYS_INLINE static T* Decompress(UnderlyingType ptr) { in Decompress() function
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/ |
D | compressed_pointer.h | 263 PA_ALWAYS_INLINE static T* Decompress(UnderlyingType ptr) { in Decompress() function
|
/external/perfetto/src/trace_processor/util/ |
D | zip_reader.cc | 341 base::Status ZipFile::Decompress(std::vector<uint8_t>* out_data) const { in Decompress() function in perfetto::trace_processor::util::ZipFile
|