Searched refs:mCount (Results 1 – 11 of 11) 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 …]
39 mCount(0), in WiiMoteFactoryCreator()45 for( ; mCount < OIS_cWiiMote_MAX_WIIS; ++mCount ) in WiiMoteFactoryCreator()48 if( wii.ConnectToDevice(mCount) == false ) in WiiMoteFactoryCreator()53 for(int i = 0; i < mCount; ++i) in WiiMoteFactoryCreator()85 return mCount; in totalDevices()
87 int mCount; variable
71 mCount(0), in LIRCFactoryCreator()86 mCount = 0; in LIRCFactoryCreator()106 mCount = 0; in discoverRemotes()141 mCount = atoi(res.c_str()); in discoverRemotes()150 for( int i = 0; i < mCount; ++i ) in discoverRemotes()307 return mCount; in totalDevices()
88 int mCount; variable
22 le_uint16 mCount = SWAPW(markCount); in getMarkClass() local24 if (coverageIndex < mCount) { in getMarkClass()
73 private long mCount = 0; field in RezipApk.CountingOutputStream82 return mCount; in getCount()87 mCount += len; in write()92 mCount++; in write()
1332 int mCount = 0; in getDateTimeSkeleton() local1388 ++mCount; in getDateTimeSkeleton()1447 if ( mCount != 0 ) { in getDateTimeSkeleton()
1320 int mCount = 0; in getDateTimeSkeleton() local1376 ++mCount; in getDateTimeSkeleton()1435 if ( mCount != 0 ) { in getDateTimeSkeleton()
804 int32_t mCount = 0; in getDateTimeSkeleton() local861 ++mCount; in getDateTimeSkeleton()922 if ( mCount != 0 ) { in getDateTimeSkeleton()