Searched refs:replaceIndex (Results 1 – 2 of 2) sorted by relevance
701 int replaceIndex = 0; in removeIf() local707 if (replaceIndex != i) { in removeIf()708 mArray[replaceIndex] = mArray[i]; in removeIf()709 mHashes[replaceIndex] = mHashes[i]; in removeIf()711 replaceIndex++; in removeIf()
3841 int replaceIndex = -1;3846 replaceIndex = i;3850 if (replaceIndex == -1) {3856 policy.mAdminList.set(replaceIndex, newAdmin);