Searched refs:N1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | WorkSource.java | 562 int N1 = mNum; in removeUids() local 569 while (i1 < N1 && i2 < N2) { in removeUids() 570 if (DEBUG) Log.d(TAG, "Step: target @ " + i1 + " of " + N1 + ", other @ " + i2 in removeUids() 573 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 in removeUids() 575 N1--; in removeUids() 577 if (i1 < N1) System.arraycopy(uids1, i1+1, uids1, i1, N1-i1); in removeUids() 580 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i1"); in removeUids() 583 if (DEBUG) Log.d(TAG, "i1=" + i1 + " i2=" + i2 + " N1=" + N1 + ": skip i2"); in removeUids() 588 mNum = N1; in removeUids() 594 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 | 10325 for (int i1=0, N1=mAssociations.size(); i1<N1; i1++) { in dumpAssociationsLocked() 16200 for (int i1=0, N1=mAssociations.size(); i1<N1; i1++) { in noteUidProcessState()
|