Searched refs:overflowCount (Results 1 – 3 of 3) sorted by relevance
86 val overflowCount = entities.size + bubblesInRange.size - capacity regex87 if (overflowCount > 0) {89 uncache(entities.take(overflowCount))90 entities = entities.drop(overflowCount).toMutableList()
129 int overflowCount = totalCount - maxEntryCount; in clearOverflowWatchHistory() local130 if (overflowCount <= 0) { in clearOverflowWatchHistory()133 if (!cursor.moveToPosition(overflowCount - 1)) { in clearOverflowWatchHistory()
339 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local340 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()369 ++overflowCount; in checkBuffering()377 ++overflowCount; in checkBuffering()389 *overflow = (overflowCount == numTracks); in checkBuffering()