Searched refs:replaceIndex (Results 1 – 2 of 2) sorted by relevance
702 int replaceIndex = 0; in removeIf() local708 if (replaceIndex != i) { in removeIf()709 mArray[replaceIndex] = mArray[i]; in removeIf()710 mHashes[replaceIndex] = mHashes[i]; in removeIf()712 replaceIndex++; in removeIf()
3793 int replaceIndex = -1;3798 replaceIndex = i;3802 if (replaceIndex == -1) {3808 policy.mAdminList.set(replaceIndex, newAdmin);