Searched refs:replaceIndex (Results 1 – 2 of 2) sorted by relevance
700 int replaceIndex = 0; in removeIf() local706 if (replaceIndex != i) { in removeIf()707 mArray[replaceIndex] = mArray[i]; in removeIf()708 mHashes[replaceIndex] = mHashes[i]; in removeIf()710 replaceIndex++; in removeIf()
3440 int replaceIndex = -1;3445 replaceIndex = i;3449 if (replaceIndex == -1) {3455 policy.mAdminList.set(replaceIndex, newAdmin);