Searched refs:attrIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptXml.cpp26 static String8 getStringAttributeAtIndex(const ResXMLTree& tree, ssize_t attrIndex, argument
29 if (tree.getAttributeValue(attrIndex, &value) < 0) {
44 const uint16_t* str = tree.getAttributeStringValue(attrIndex, &len);
48 static int32_t getIntegerAttributeAtIndex(const ResXMLTree& tree, ssize_t attrIndex, argument
51 if (tree.getAttributeValue(attrIndex, &value) < 0) {
H A DResource.cpp2875 ssize_t attrIndex = tree.indexOfAttribute(nsAttr.ns, nsAttr.attr); local
2876 if (attrIndex < 0) {
2883 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL,
2889 ssize_t attrIndex = tree.indexOfAttribute(RESOURCES_ANDROID_NAMESPACE, "onClick"); local
2890 if (attrIndex >= 0) {
2893 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL,
H A DResourceTable.cpp4474 size_t attrIndex = attrsToRemove[i].value; local
4475 const XMLNode::attribute_entry& ae = node->getAttributes()[attrIndex];
4484 node->removeAttribute(attrIndex);
/frameworks/native/opengl/libagl/
H A Degl.cpp1208 int attrIndex; local
1209 attrIndex = binarySearch<config_pair_t>(
1213 if (attrIndex>=0) {
1214 *value = gConfigs[index].array[attrIndex].value;
1218 attrIndex = binarySearch<config_pair_t>(
1222 if (attrIndex>=0) {
1223 *value = config_base_attribute_list[attrIndex].value;

Completed in 389 milliseconds