Searched defs:findAttribute (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp179 bool ASessionDescription::findAttribute( function in class:android::ASessionDescription
217 CHECK(findAttribute(index, key, desc));
220 if (!findAttribute(index, key, params)) {
234 if (!findAttribute(index, key, &value)) {
258 if (!findAttribute(0, "a=range", &value)) {
/frameworks/base/tools/aapt2/xml/
H A DXmlPullParser.cpp288 Maybe<StringPiece16> findAttribute(const XmlPullParser* parser, const StringPiece16& name) { function in namespace:aapt::xml
289 auto iter = parser->findAttribute(u"", name);
297 auto iter = parser->findAttribute(u"", name);
H A DXmlPullParser.h144 const_iterator findAttribute(StringPiece16 namespaceUri, StringPiece16 name) const;
182 Maybe<StringPiece16> findAttribute(const XmlPullParser* parser, const StringPiece16& name);
273 inline XmlPullParser::const_iterator XmlPullParser::findAttribute(StringPiece16 namespaceUri, function in class:aapt::xml::XmlPullParser
H A DXmlDom.cpp350 Attribute* Element::findAttribute(const StringPiece16& ns, const StringPiece16& name) { function in class:aapt::xml::Element
381 Attribute* attr = el->findAttribute(attrNs, attrName);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java317 final XMLParser.AttributeContext className = findAttribute(data, "class");
474 private static XMLParser.AttributeContext findAttribute(XMLParser.ElementContext element, method in class:LayoutFileParser

Completed in 371 milliseconds