Searched refs:updateCount (Results 1 – 4 of 4) sorted by relevance
53 for (updateCount in 0 until 10) { in test() method58 updateCount = updateCount in test()68 updateCount: Int in test()73 for (i in 0 until updateCount) { in test()
470 assertThat(listener.updateCount).isEqualTo(1); in requestLocationUpdates_shouldNotRegisterDuplicateListeners()482 int updateCount; field in ShadowLocationManagerTest.TestLocationListener487 updateCount++; in onLocationChanged()
405 deUint32 updateCount = 0; in iterate() local434 updateCount++; in iterate()471 updateCount++; in iterate()505 updateCount++; in iterate()514 updateCount++; in iterate()543 if (updateCount != 1) in iterate()
8920 const int updateCount = static_cast<int>(levelUpdates->size()); in pruneSupersededUpdatesForLevel() local8921 const bool withinThreshold = updateCount < kUpdateCountThreshold && in pruneSupersededUpdatesForLevel()8923 if (updateCount == 1 || (reason == PruneReason::MemoryOptimization && withinThreshold)) in pruneSupersededUpdatesForLevel()