/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SimpleTimeLimiterTest.java | 97 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 109 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 127 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 141 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 153 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 179 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 205 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 230 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
|
D | UninterruptiblesTest.java | 105 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutExceeded() local 116 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutNotExceeded() local 127 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutExceeded() local 139 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutNotExceeded() local 152 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutExceeded() local 167 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutNotExceeded() local 179 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutExceeded() local 195 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutNotExceeded() local 209 Stopwatch stopwatch = Stopwatch.createStarted(); in testPutWithNoWait() local 238 Stopwatch stopwatch = Stopwatch.createStarted(); in testTakeWithNoWait() local [all …]
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | SimpleTimeLimiterTest.java | 97 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 109 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 127 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 141 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 153 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 179 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 205 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 230 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
|
D | UninterruptiblesTest.java | 104 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutExceeded() local 115 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutNotExceeded() local 126 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutExceeded() local 138 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutNotExceeded() local 151 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutExceeded() local 166 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutNotExceeded() local 178 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutExceeded() local 194 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutNotExceeded() local 208 Stopwatch stopwatch = Stopwatch.createStarted(); in testPutWithNoWait() local 237 Stopwatch stopwatch = Stopwatch.createStarted(); in testTakeWithNoWait() local [all …]
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 132 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 175 SleepingStopwatch stopwatch) { in create() 185 private final SleepingStopwatch stopwatch; field in RateLimiter 203 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
D | SmoothRateLimiter.java | 217 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 281 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 330 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
D | ServiceManager.java | 491 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 598 Stopwatch stopwatch = entry.getValue(); in startupTimes() local 652 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 134 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 205 SleepingStopwatch stopwatch) { in create() 215 private final SleepingStopwatch stopwatch; field in RateLimiter 233 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
D | SmoothRateLimiter.java | 217 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 281 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 330 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
D | ServiceManager.java | 536 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 643 Stopwatch stopwatch = entry.getValue(); in startupTimes() local 697 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | ConsoleOutput.java | 58 private final Stopwatch stopwatch; field in ConsoleOutput 61 ConsoleOutput(@Stdout PrintWriter stdout, int numberOfTrials, Stopwatch stopwatch) { in ConsoleOutput()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | Rescheduler.java | 37 private final Stopwatch stopwatch; field in Rescheduler 46 Stopwatch stopwatch) { in Rescheduler()
|
D | Http2Ping.java | 48 private final Stopwatch stopwatch; field in Http2Ping 81 public Http2Ping(long data, Stopwatch stopwatch) { in Http2Ping()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | StopwatchJavaTimeTest.java | 28 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchJavaTimeTest
|
D | StopwatchTest.java | 36 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest
|
/external/guava/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 30 long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
|
/external/guava/android/guava-tests/benchmark/com/google/common/base/ |
D | StopwatchBenchmark.java | 30 long stopwatch(int reps) { in stopwatch() method in StopwatchBenchmark
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | MacrobenchmarkWorker.java | 42 private final Stopwatch stopwatch; field in MacrobenchmarkWorker
|
/external/dagger2/java/dagger/producers/monitoring/ |
D | TimingProducerMonitor.java | 31 private final Stopwatch stopwatch; field in TimingProducerMonitor
|
D | TimingProductionComponentMonitor.java | 35 private final Stopwatch stopwatch; field in TimingProductionComponentMonitor
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | ThrottlerTest.kt | 35 private var stopwatch = Stopwatch() variable in okio.ThrottlerTest
|
/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/ |
D | GrpcCleanupRule.java | 52 private Stopwatch stopwatch = Stopwatch.createUnstarted(); field in GrpcCleanupRule
|
/external/guava/android/guava-tests/test/com/google/common/base/ |
D | StopwatchTest.java | 36 private final Stopwatch stopwatch = new Stopwatch(ticker); field in StopwatchTest
|
/external/antlr/runtime/JavaScript/third/ |
D | antcontrib.properties | 21 stopwatch=net.sf.antcontrib.perf.StopWatchTask key
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | FakeClockTest.java | 102 Stopwatch stopwatch = fakeClock.getStopwatchSupplier().get(); in testStopWatch() local
|