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

/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;
/frameworks/base/tools/aapt/
H A DResource.cpp2466 ssize_t attrIndex = tree.indexOfAttribute(nsAttr.ns, nsAttr.attr); local
2467 if (attrIndex < 0) {
2474 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL,
2480 ssize_t attrIndex = tree.indexOfAttribute(RESOURCES_ANDROID_NAMESPACE, "onClick"); local
2481 if (attrIndex >= 0) {
2484 String8(tree.getAttributeStringValue(attrIndex, &len)), NULL,

Completed in 585 milliseconds