Home
last modified time | relevance | path

Searched defs:Inflate (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/xml/
H A DXmlDom_test.cpp36 TEST(XmlDomTest, Inflate) { in TEST() argument
H A DXmlDom.cpp186 std::unique_ptr<XmlResource> Inflate(InputStream* in, IDiagnostics* diag, const Source& source) { in Inflate() function
267 std::unique_ptr<XmlResource> Inflate(const void* data, size_t len, std::string* out_error) { in Inflate() function
/aosp12/frameworks/base/libs/androidfw/tests/
H A DCursorWindow_test.cpp179 TEST(CursorWindowTest, Inflate) { in TEST() argument
/aosp12/art/runtime/
H A Dmonitor.cc1033 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate() function in art::Monitor
/aosp12/system/libziparchive/
H A Dzip_archive.cc1670 int32_t Inflate(const Reader& reader, const uint64_t compressed_length, in Inflate() function
H A Dzip_archive_test.cc935 TEST(ziparchive, Inflate) { in TEST() argument
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp2396 std::unique_ptr<ManifestExtractor::Element> ManifestExtractor::Element::Inflate( in Inflate() function in aapt::ManifestExtractor::Element
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc494 bool Inflate(size_t uncompressed_data_size) { in Inflate() function in art::ProfileCompilationInfo::SafeBuffer