Searched refs:N2 (Results 1 – 4 of 4) sorted by relevance
621 final int N2 = other.mNum; in removeUids() local626 while (i1 < N1 && i2 < N2) { in removeUids()628 + " of " + N2); in removeUids()654 final int N2 = other.mNum; in removeUidsAndNames() local660 while (i1 < N1 && i2 < N2) { in removeUidsAndNames()662 + " of " + N2 + ": " + uids1[i1] + " " + names1[i1]); in removeUidsAndNames()716 final int N2 = other.mNum; in updateUidsLocked() local722 while (i1 < N1 || i2 < N2) { in updateUidsLocked()724 + " of " + N2); in updateUidsLocked()725 if (i1 >= N1 || (i2 < N2 && uids2[i2] < uids1[i1])) { in updateUidsLocked()[all …]
180 final int N2 = N*2; in toChars() local181 char[] text = existingArray == null || N2 > existingArray.length in toChars()182 ? new char[N2] : existingArray; in toChars()
572 final int N2 = mQuickQsViews.size(); in clearAnimationState() local573 for (int i = 0; i < N2; i++) { in clearAnimationState()
9145 for (int i2=0, N2=targetComponents.size(); i2<N2; i2++) { in dumpAssociationsLocked()14202 for (int i2=0, N2=targetComponents.size(); i2<N2; i2++) { in noteUidProcessState()