Home
last modified time | relevance | path

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

/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.cpp1294 size_t strIdx = indices->itemAt(j); in collect_attr_strings() local
1295 if (strIdx >= NR) { in collect_attr_strings()
1298 idx = strIdx; in collect_attr_strings()
1304 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()
1305 idx = strIdx; in collect_attr_strings()
DResource.cpp464 int strIdx; in validateAttr() local
465 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) { in validateAttr()
473 pool = table.getTableStringBlock(strIdx); in validateAttr()
479 specFlags, strIdx, str != NULL ? String8(str).string() : "???"); in validateAttr()