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

/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java341 int strIdx = c.getColumnIndexOrThrow("str");
347 c.copyStringToBuffer(strIdx, buf);
355 c.copyStringToBuffer(strIdx, buf);
363 c.copyStringToBuffer(strIdx, buf);
364 compareTo = c.getString(strIdx);
/frameworks/base/tools/aapt/
H A DXMLNode.cpp1378 size_t strIdx = indices->itemAt(j);
1379 if (strIdx >= NR) {
1382 idx = strIdx;
1388 } else if (outResIds->itemAt(strIdx) == id) {
1389 idx = strIdx;
H A DResource.cpp468 int strIdx; local
469 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
477 pool = table.getTableStringBlock(strIdx);
482 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
483 specFlags, strIdx, str != NULL ? String8(str).string() : "???");

Completed in 183 milliseconds