Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp311 std::optional<StringPiece> FindAttribute(const XmlPullParser* parser, StringPiece name) { in FindAttribute() function
315 std::optional<android::StringPiece> FindAttribute(const XmlPullParser* parser, in FindAttribute() function
337 XmlPullParser::const_iterator XmlPullParser::FindAttribute(android::StringPiece namespace_uri, in FindAttribute() function in aapt::xml::XmlPullParser
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
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Ddatabase.cc227 const Attribute* Database::FindAttribute(Handle handle) { in FindAttribute() function in bt::att::Database
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/
H A DXmlParser.cpp92 Result<Res_value> FindAttribute(const ResXMLParser& parser, const std::string& label, in FindAttribute() function
/aosp_15_r20/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
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp144 XMLElement* SimService::SimFileSystem::FindAttribute(XMLElement *parent, in FindAttribute() function in cuttlefish::SimService::SimFileSystem
/aosp_15_r20/external/tinyxml2/
H A Dtinyxml2.cpp1629 const XMLAttribute* XMLElement::FindAttribute( const char* name ) const in FindAttribute() function in tinyxml2::XMLElement