Searched refs:curCount (Results 1 – 4 of 4) sorted by relevance
71 int curCount = getCount(key); in add() local72 mCounter.put(key, curCount + count); in add()
83 int curCount = get(key); // returns 0 if key not found in add() local84 put(key, curCount + count); in add()
786 jsize curCount = 0; in android_os_Process_getPids() local789 curCount = env->GetArrayLength(lastArray); in android_os_Process_getPids()807 if (curPos >= curCount) { in android_os_Process_getPids()808 jsize newCount = (curCount == 0) ? 10 : (curCount*2); in android_os_Process_getPids()817 memcpy(newData, curData, sizeof(jint)*curCount); in android_os_Process_getPids()821 curCount = newCount; in android_os_Process_getPids()835 while (curPos < curCount) { in android_os_Process_getPids()
1224 final int curCount = mSplitRefcounts.get(token); in processNextBroadcastLocked() local1226 if (curCount == 0) { in processNextBroadcastLocked()1231 mSplitRefcounts.put(token, curCount + 1); in processNextBroadcastLocked()1234 + " is " + (curCount + 1)); in processNextBroadcastLocked()