Home
last modified time | relevance | path

Searched refs:strIdx (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DManifestValidator.cpp73 ssize_t strIdx = mTable.resolveReference(&value, 0x10000000u); in getAttributeValue() local
74 if (strIdx < 0) { in getAttributeValue()
77 pool = mTable.getTableStringBlock(strIdx); in getAttributeValue()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseGeneralTest.java341 int strIdx = c.getColumnIndexOrThrow("str"); in testCopyString() local
347 c.copyStringToBuffer(strIdx, buf); in testCopyString()
355 c.copyStringToBuffer(strIdx, buf); in testCopyString()
363 c.copyStringToBuffer(strIdx, buf); in testCopyString()
364 compareTo = c.getString(strIdx); in testCopyString()
/frameworks/base/tools/aapt/
DXMLNode.cpp1391 size_t strIdx = indices->itemAt(j); in collect_attr_strings() local
1392 if (strIdx >= NR) { in collect_attr_strings()
1395 idx = strIdx; in collect_attr_strings()
1401 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()
1402 idx = strIdx; in collect_attr_strings()
DResource.cpp489 int strIdx; in validateAttr() local
490 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) { in validateAttr()
498 pool = table.getTableStringBlock(strIdx); in validateAttr()
504 specFlags, strIdx, str != NULL ? String8(str).string() : "???"); in validateAttr()