Home | History | Annotate | Download | only in aapt

Lines Matching refs:idx

243     ssize_t idx = tree.indexOfAttribute(ns, attr);
244 if (idx < 0) {
248 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
255 const uint16_t* str = tree.getAttributeStringValue(idx, &len);
261 ssize_t idx = indexOfAttribute(tree, attrRes);
262 if (idx < 0) {
266 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
273 const uint16_t* str = tree.getAttributeStringValue(idx, &len);
280 ssize_t idx = indexOfAttribute(tree, attrRes);
281 if (idx < 0) {
285 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
298 ssize_t idx = indexOfAttribute(tree, attrRes);
299 if (idx < 0) {
303 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
319 ssize_t idx = indexOfAttribute(tree, attrRes);
320 if (idx < 0) {
324 if (tree.getAttributeValue(idx, &value) != NO_ERROR) {
327 const uint16_t* str = tree.getAttributeStringValue(idx, &len);
377 ssize_t idx = componentName.find(".");
379 if (idx == 0) {
381 } else if (idx < 0) {