Home
last modified time | relevance | path

Searched defs:FindAttribute (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DXmlParser.cpp94 Result<Res_value> FindAttribute(const ResXMLParser& parser, const std::string& label, in FindAttribute() function
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.h306 inline XmlPullParser::const_iterator XmlPullParser::FindAttribute( in FindAttribute() function
H A DXmlDom.cpp420 Attribute* Element::FindAttribute(StringPiece ns, StringPiece name) { in FindAttribute() function in aapt::xml::Element
424 const Attribute* Element::FindAttribute(StringPiece ns, StringPiece name) const { in FindAttribute() function in aapt::xml::Element
H A DXmlPullParser.cpp309 std::optional<StringPiece> FindAttribute(const XmlPullParser* parser, StringPiece name) { in FindAttribute() function
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp104 static xml::Attribute* FindAttribute(xml::Element *el, uint32_t resd_id) { in FindAttribute() function
116 static xml::Attribute* FindAttribute(xml::Element *el, const std::string &package, in FindAttribute() function