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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp332 ssize_t typeIdx = block.indexOfAttribute(NULL, "format"); local
333 if (typeIdx >= 0) {
334 String16 typeStr = String16(block.getAttributeStringValue(typeIdx, &len));
863 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
864 if (typeIdx < 0) {
868 type = String16(block.getAttributeStringValue(typeIdx, &len));
935 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
936 if (typeIdx < 0) {
940 type = String16(block.getAttributeStringValue(typeIdx, &len));
1067 ssize_t typeIdx local
1110 ssize_t typeIdx = block.indexOfAttribute(NULL, "type"); local
3427 int32_t typeIdx = Res_GETTYPE(ident); local
[all...]

Completed in 148 milliseconds