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

/frameworks/base/tools/aapt2/
H A DResourceTableResolver.cpp47 Maybe<Entry> result = findAttribute(name);
54 Maybe<IResolver::Entry> ResourceTableResolver::findAttribute(const ResourceName& name) { function in class:aapt::ResourceTableResolver
H A DXmlPullParser.h127 const_iterator findAttribute(StringPiece16 namespaceUri, StringPiece16 name) const;
190 inline XmlPullParser::const_iterator XmlPullParser::findAttribute(StringPiece16 namespaceUri, function in class:aapt::XmlPullParser
H A DXmlDom.cpp359 Attribute* Element::findAttribute(const StringPiece16& ns, const StringPiece16& name) { function in class:aapt::xml::Element
390 Attribute* attrName = el->findAttribute(reqAttr->namespaceUri, reqAttr->name);
/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/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java301 final XMLParser.AttributeContext className = findAttribute(data, "class");
455 private static XMLParser.AttributeContext findAttribute(XMLParser.ElementContext element, method in class:LayoutFileParser

Completed in 91 milliseconds