Home
last modified time | relevance | path

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

/aosp14/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, android::IDiagnostics* diag, in Inflate() function
269 std::unique_ptr<XmlResource> Inflate(const void* data, size_t len, std::string* out_error) { in Inflate() function
/aosp14/frameworks/base/libs/androidfw/tests/
H A DCursorWindow_test.cpp200 TEST(CursorWindowTest, Inflate) { in TEST() argument
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp2966 std::unique_ptr<ManifestExtractor::Element> ManifestExtractor::Element::Inflate( in Inflate() function in aapt::ManifestExtractor::Element