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

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

Completed in 88 milliseconds