Searched refs:eidx (Results 1 – 2 of 2) sorted by relevance
145 ssize_t eidx = pos >= 0 ? mEntryArray.itemAt(pos) : -1; in add() local146 if (eidx < 0) { in add()147 eidx = mEntries.add(entry(value)); in add()148 if (eidx < 0) { in add()150 return eidx; in add()155 entry& ent = mEntries.editItemAt(eidx); in add()169 entry& ent = mEntries.editItemAt(eidx); in add()195 pos = mEntryArray.add(eidx); in add()199 entry& ent = mEntries.editItemAt(eidx); in add()205 String8(value).string(), SSIZE(pos), SSIZE(eidx), SSIZE(vidx)); in add()
16024 int eidx = fullCodePath.lastIndexOf("/");16025 String subStr1 = fullCodePath.substring(0, eidx);16027 return subStr1.substring(sidx+1, eidx);