Searched refs:identIdx (Results 1 – 1 of 1) sorted by relevance
334 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileAttribute() local335 if (identIdx >= 0) { in compileAttribute()336 attr.ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileAttribute()944 ssize_t identIdx = block.indexOfAttribute(NULL, "id"); in compileResourceFile() local945 if (identIdx >= 0) { in compileResourceFile()946 const char16_t* identStr = block.getAttributeStringValue(identIdx, &len); in compileResourceFile()950 String8(block.getAttributeStringValue(identIdx, &len)).string()); in compileResourceFile()1205 ssize_t identIdx = block.indexOfAttribute(NULL, "name"); in compileResourceFile() local1206 if (identIdx < 0) { in compileResourceFile()1210 ident = String16(block.getAttributeStringValue(identIdx, &len)); in compileResourceFile()[all …]