Home
last modified time | relevance | path

Searched refs:readMicros (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DRateLimiter.java229 doSetRate(permitsPerSecond, stopwatch.readMicros()); in setRate()
287 return reserveAndGetWaitLength(permits, stopwatch.readMicros()); in reserve()
354 long nowMicros = stopwatch.readMicros(); in tryAcquire()
408 abstract long readMicros(); in readMicros() method in RateLimiter.SleepingStopwatch
417 long readMicros() { in createFromSystemTimer() method
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DPackageSanityTests.java31 long readMicros() {
DRateLimiterTest.java444 public long readMicros() { in readMicros() method in RateLimiterTest.FakeStopwatch