Searched refs:mCount (Results 1 – 7 of 7) sorted by relevance
35 private int mCount; field in FixedSizeArray45 mCount = 0; in FixedSizeArray()55 mCount = 0; in FixedSizeArray()67 assert mCount < mContents.length : "Array exhausted!"; in add()68 if (mCount < mContents.length) { in add()69 mContents[mCount] = object; in add()71 mCount++; in add()93 assert index < mCount;95 if (index < mCount) {96 for (int x = index; x < mCount; x++) {[all …]
45 private int mCount = 0; field in IdleCache69 HttpLog.v("IdleCache size " + mCount + " host " + host); in cacheConnection()72 if (mCount < IDLE_CACHE_MAX) { in cacheConnection()80 mCount++; in cacheConnection()97 if (mCount > 0) { in getConnection()105 mCount--; in getConnection()115 for (int i = 0; mCount > 0 && i < IDLE_CACHE_MAX; i++) { in clear()121 mCount--; in clear()127 if (mCount > 0) { in clearIdle()135 mCount--; in clearIdle()[all …]
22 le_uint16 mCount = SWAPW(markCount); in getMarkClass() local24 if (coverageIndex < mCount) { in getMarkClass()
1234 int mCount = 0; in getDateTimeSkeleton() local1290 ++mCount; in getDateTimeSkeleton()1349 if ( mCount != 0 ) { in getDateTimeSkeleton()
774 int32_t mCount = 0; in getDateTimeSkeleton() local831 ++mCount; in getDateTimeSkeleton()892 if ( mCount != 0 ) { in getDateTimeSkeleton()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...