Searched refs:accumulated (Results 1 – 7 of 7) sorted by relevance
201 float accumulated = timeSpent.toMillis() * ((float) maxQuota / (float) window.toMillis()); in getCeilQuotaAcquired() local202 return accumulated > (int) accumulated in getCeilQuotaAcquired()203 ? (int) Math.ceil(accumulated) in getCeilQuotaAcquired()204 : (int) accumulated + 1; in getCeilQuotaAcquired()
363 float accumulated = in getAvailableQuota() local368 quota.getRemainingQuota() + accumulated, getConfiguredMaxRollingQuota(quotaBucket)); in getAvailableQuota()
96 // These are accumulated over a longer time span, and are aged so that
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...