Searched defs:indexOfAttribute (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp230 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes) function
244 ssize_t idx = tree.indexOfAttribute(ns, attr);
262 ssize_t idx = indexOfAttribute(tree, attrRes);
281 ssize_t idx = indexOfAttribute(tree, attrRes);
299 ssize_t idx = indexOfAttribute(tree, attrRes);
320 ssize_t idx = indexOfAttribute(tree, attrRes);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1040 ssize_t ResXMLParser::indexOfAttribute(const char* ns, const char* attr) const function in class:android::ResXMLParser
1044 return indexOfAttribute(ns ? nsStr.string() : NULL, ns ? nsStr.size() : 0,
1048 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, function in class:android::ResXMLParser

Completed in 56 milliseconds