/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SimpleTimeLimiterTest.java | 98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 128 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 142 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 154 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 180 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 206 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 231 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
|
D | UninterruptiblesTest.java | 106 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutExceeded() local 117 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitTimeoutNotExceeded() local 128 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutExceeded() local 140 Stopwatch stopwatch = Stopwatch.createStarted(); in testConditionAwaitInterruptedTimeoutNotExceeded() local 153 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutExceeded() local 168 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockTimeoutNotExceeded() local 180 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutExceeded() local 196 Stopwatch stopwatch = Stopwatch.createStarted(); in testTryLockInterruptedTimeoutNotExceeded() local 210 Stopwatch stopwatch = Stopwatch.createStarted(); in testPutWithNoWait() local 239 Stopwatch stopwatch = Stopwatch.createStarted(); in testTakeWithNoWait() local [all …]
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | SimpleTimeLimiterTest.java | 98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 128 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 142 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 154 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 180 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 206 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 231 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/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 131 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 174 SleepingStopwatch stopwatch) { in create() 184 private final SleepingStopwatch stopwatch; field in RateLimiter 202 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
D | SmoothRateLimiter.java | 216 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 280 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 329 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
D | ServiceManager.java | 491 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 652 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | RateLimiter.java | 133 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 204 SleepingStopwatch stopwatch) { in create() 214 private final SleepingStopwatch stopwatch; field in RateLimiter 232 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
D | SmoothRateLimiter.java | 216 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 280 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 329 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
D | ServiceManager.java | 521 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 682 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/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/Reactive-Extensions/RxCpp/Ix/CPP/unittest/ |
D | testbench.cpp | 422 struct stopwatch struct 443 stopwatch sw; in test_perf() argument
|
/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/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/okio/okio/src/jvmTest/kotlin/okio/ |
D | ThrottlerTest.kt | 35 private var stopwatch = Stopwatch() variable in okio.ThrottlerTest
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | StopwatchTest.java | 38 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
|