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

/frameworks/rs/script_api/
H A DSpecification.cpp465 int typeIdx = findCType(cTypeStr); local
466 if (typeIdx == -1) {
470 return stringReplace(s, pattern, TYPES[typeIdx].rsDataType);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp364 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); local
365 if (typeIdx >= 0) {
366 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
949 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
950 if (typeIdx < 0) {
954 type = String16(block.getAttributeStringValue(typeIdx, &len));
1021 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
1022 if (typeIdx < 0) {
1026 type = String16(block.getAttributeStringValue(typeIdx, &len));
1161 ssize_t typeIdx local
1204 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
3872 int32_t typeIdx = Res_GETTYPE(ident); local
[all...]

Completed in 106 milliseconds