Searched refs:N2 (Results 1 – 4 of 4) sorted by relevance
564 final int N2 = other.mNum; in removeUids() local569 while (i1 < N1 && i2 < N2) { in removeUids()571 + " of " + N2); in removeUids()597 final int N2 = other.mNum; in removeUidsAndNames() local603 while (i1 < N1 && i2 < N2) { in removeUidsAndNames()605 + " of " + N2 + ": " + uids1[i1] + " " + names1[i1]); in removeUidsAndNames()659 final int N2 = other.mNum; in updateUidsLocked() local665 while (i1 < N1 || i2 < N2) { in updateUidsLocked()667 + " of " + N2); in updateUidsLocked()668 if (i1 >= N1 || (i2 < N2 && uids2[i2] < uids1[i1])) { in updateUidsLocked()[all …]
161 final int N2 = N*2; in toChars() local162 char[] text = existingArray == null || N2 > existingArray.length in toChars()163 ? new char[N2] : existingArray; in toChars()
402 final int N2 = mQuickQsViews.size(); in clearAnimationState() local403 for (int i = 0; i < N2; i++) { in clearAnimationState()
10328 for (int i2=0, N2=targetComponents.size(); i2<N2; i2++) { in dumpAssociationsLocked()16203 for (int i2=0, N2=targetComponents.size(); i2<N2; i2++) { in noteUidProcessState()