Lines Matching refs:identIdx
349 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileAttribute() local
350 if (identIdx >= 0) { in compileAttribute()
351 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()
964 ssize_t identIdx = block.indexOfAttribute(NULL, "id"); in compileResourceFile() local
965 if (identIdx >= 0) { in compileResourceFile()
966 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()
970 String8(block.getAttributeStringValue(identIdx, &len)).c_str()); in compileResourceFile()
1233 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileResourceFile() local
1234 if (identIdx < 0) { in compileResourceFile()
1238 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1518 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileResourceFile() local
1519 if (identIdx >= 0) { in compileResourceFile()
1520 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()
1529 identIdx = block.indexOfAttribute(NULL, "product"); in compileResourceFile()
1530 if (identIdx >= 0) { in compileResourceFile()
1531 product = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()