Home
last modified time | relevance | path

Searched refs:typeIdx (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.cpp353 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); in compileAttribute() local
354 if (typeIdx >= 0) { in compileAttribute()
355 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len)); in compileAttribute()
938 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
939 if (typeIdx < 0) { in compileResourceFile()
943 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1010 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
1011 if (typeIdx < 0) { in compileResourceFile()
1015 type = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1150 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); in compileResourceFile() local
[all …]
/frameworks/rs/api/
DSpecification.cpp461 int typeIdx = findCType(cTypeStr); in expandRSTypeInString() local
462 if (typeIdx == -1) { in expandRSTypeInString()
466 return stringReplace(s, pattern, TYPES[typeIdx].rsDataType); in expandRSTypeInString()