Lines Matching refs:idx
315 private String classNameFromTypeIndex(int idx) {
316 return mStrings[mTypeIds[idx].descriptorIdx];
323 private String[] argArrayFromProtoIndex(int idx) {
324 ProtoIdItem protoId = mProtoIds[idx];
338 private String returnTypeFromProtoIndex(int idx) {
339 ProtoIdItem protoId = mProtoIds[idx];
369 int idx = 0;
372 classRefs[idx++] = sparseRefs[i];
375 assert idx == count;
500 int idx;
502 for (idx = 0; idx < inBuf.length; idx++) {
506 inBuf[idx] = val;
509 return new String(inBuf, 0, idx, "UTF-8");