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.cpp1131 ssize_t ResXMLParser::indexOfAttribute(const char* ns, const char* attr) const function in class:android::ResXMLParser
1135 return indexOfAttribute(ns ? nsStr.string() : NULL, ns ? nsStr.size() : 0,
1139 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, function in class:android::ResXMLParser
1153 STRING_POOL_NOISY(ALOGI("indexOfAttribute UTF8 %s (%d) / %s (%d)", ns8.string(), nsLen,
1179 STRING_POOL_NOISY(ALOGI("indexOfAttribute UTF16 %s (%d) / %s (%d)",

Completed in 65 milliseconds