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.java371 int strIdx = c.getColumnIndexOrThrow("str"); in testCopyString() local
377 c.copyStringToBuffer(strIdx, buf); in testCopyString()
385 c.copyStringToBuffer(strIdx, buf); in testCopyString()
393 c.copyStringToBuffer(strIdx, buf); in testCopyString()
394 compareTo = c.getString(strIdx); in testCopyString()
/frameworks/base/tools/aapt/
DXMLNode.cpp1406 size_t strIdx = indices->itemAt(j); in collect_attr_strings() local
1407 if (strIdx >= NR) { in collect_attr_strings()
1410 idx = strIdx; in collect_attr_strings()
1416 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()
1417 idx = strIdx; in collect_attr_strings()
DResource.cpp490 int strIdx; in validateAttr() local
491 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) { in validateAttr()
499 pool = table.getTableStringBlock(strIdx); in validateAttr()
505 specFlags, strIdx, str != NULL ? String8(str).string() : "???"); in validateAttr()