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.cpp1294 size_t strIdx = indices->itemAt(j);
1295 if (strIdx >= NR) {
1298 idx = strIdx;
1304 } else if (outResIds->itemAt(strIdx) == id) {
1305 idx = strIdx;
H A DResource.cpp463 int strIdx; local
464 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
472 pool = table.getTableStringBlock(strIdx);
477 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr,
478 specFlags, strIdx, str != NULL ? String8(str).string() : "???");

Completed in 1357 milliseconds