Searched refs:N1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | WorkSource.java | 624 int N1 = mNum; in removeUids() local 631 while (i1 < N1 && i2 < N2) { in removeUids() 632 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2 in removeUids() 635 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 in removeUids() 637 N1--; in removeUids() 639 if (i1 < N1) System.arraycopy(uids1, i1+1, uids1, i1, N1-i1); in removeUids() 642 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1"); in removeUids() 645 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i2"); in removeUids() 650 mNum = N1; in removeUids() 656 int N1 = mNum; in removeUidsAndNames() local [all …]
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_no_password | 49 =�N1iNT��{���Dt�F8313~�ШP�~���q��w?P`��Z��R�7��z�\=DW�T���$^>n�3=�R�r@)��'-��d�@��c…
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 4793 template <class T1, std::size_t N1, class U, std::size_t M> 4796 operator==(const short_alloc<T1, N1>& x, const short_alloc<U, M>& y) noexcept;
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 11027 for (int i1=0, N1=mAssociations.size(); i1<N1; i1++) { in dumpAssociationsLocked() 17290 for (int i1=0, N1=mAssociations.size(); i1<N1; i1++) { in noteUidProcessState()
|