/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A 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 …]
|
H A D | SimpleTimeLimiterTest.java | 98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 124 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 134 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 142 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 165 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 188 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 210 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
H A 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 …]
|
H A D | SimpleTimeLimiterTest.java | 98 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithEnoughTime() local 110 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_goodMethodWithNotEnoughTime() local 124 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithEnoughTime() local 134 Stopwatch stopwatch = Stopwatch.createStarted(); in testNewProxy_badMethodWithNotEnoughTime() local 142 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallWithTimeout_goodCallableWithEnoughTime() local 165 Stopwatch stopwatch = Stopwatch.createStarted(); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime() local 188 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunWithTimeout_goodRunnableWithEnoughTime() local 210 Stopwatch stopwatch = Stopwatch.createStarted(); in testRunUninterruptiblyWithTimeout_goodRunnableWithEnoughTime() local
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | wall_clock_stopwatch_test.cc | 36 auto stopwatch = WallClockStopwatch::CreateNoop(); in TEST() local 45 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 50 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 61 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 83 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 96 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 118 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 149 auto stopwatch = WallClockStopwatch::Create(); in TEST() local 179 auto stopwatch = WallClockStopwatch::Create(); in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/ |
D | performance.cpp | 52 struct stopwatch struct 55 stopwatch() in stopwatch() function 81 stopwatch<boost::chrono::high_resolution_clock> w; in exec_timed_test() argument
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | StopwatchModel.kt | 81 val stopwatch: Stopwatch constant in com.android.deskclock.data.StopwatchModel 186 val stopwatch = stopwatch in canAddMoreLaps() constant 212 val stopwatch = stopwatch in updateNotification() constant
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchFragment.kt | 446 private val stopwatch: Stopwatch in <lambda>() constant in com.android.deskclock.stopwatch.StopwatchFragment 474 val stopwatch = stopwatch in <lambda>() constant 496 val stopwatch = stopwatch in <lambda>() constant 519 val stopwatch = stopwatch in <lambda>() constant
|
D | StopwatchCircleView.kt | 121 val stopwatch = stopwatch in onDraw() constant 166 private val stopwatch: Stopwatch constant
|
D | LapsAdapter.kt | 167 val stopwatch = stopwatch constant 261 private val stopwatch: Stopwatch constant
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | timer.h | 111 struct stopwatch { struct 117 static inline void stopwatch_init(struct stopwatch *sw) in stopwatch_init() argument
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | RateLimiter.java | 134 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 177 SleepingStopwatch stopwatch) { in create() 187 private final SleepingStopwatch stopwatch; field in RateLimiter 205 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
H A D | SmoothRateLimiter.java | 219 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 283 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 332 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
H A D | ServiceManager.java | 495 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 602 Stopwatch stopwatch = entry.getValue(); in startupTimes() local 656 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | RateLimiter.java | 136 static RateLimiter create(double permitsPerSecond, SleepingStopwatch stopwatch) { in create() 207 SleepingStopwatch stopwatch) { in create() 217 private final SleepingStopwatch stopwatch; field in RateLimiter 235 RateLimiter(SleepingStopwatch stopwatch) { in RateLimiter()
|
H A D | SmoothRateLimiter.java | 219 SleepingStopwatch stopwatch, long warmupPeriod, TimeUnit timeUnit, double coldFactor) { in SmoothWarmingUp() 283 SmoothBursty(SleepingStopwatch stopwatch, double maxBurstSeconds) { in SmoothBursty() 332 private SmoothRateLimiter(SleepingStopwatch stopwatch) { in SmoothRateLimiter()
|
H A D | ServiceManager.java | 540 Stopwatch stopwatch = startupTimers.get(service); in tryStartTiming() local 647 Stopwatch stopwatch = entry.getValue(); in startupTimes() local 701 Stopwatch stopwatch = startupTimers.get(service); in transitionService() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
H A D | LoadStatsManager2.java | 246 private final Stopwatch stopwatch; field in LoadStatsManager2.ClusterDropStats 249 String clusterName, @Nullable String edsServiceName, Stopwatch stopwatch) { in ClusterDropStats() 320 private final Stopwatch stopwatch; field in LoadStatsManager2.ClusterLocalityStats 328 Stopwatch stopwatch) { in ClusterLocalityStats()
|
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
H A D | ConsoleOutput.java | 58 private final Stopwatch stopwatch; field in ConsoleOutput 61 ConsoleOutput(@Stdout PrintWriter stdout, int numberOfTrials, Stopwatch stopwatch) { in ConsoleOutput()
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | Rescheduler.java | 37 private final Stopwatch stopwatch; field in Rescheduler 46 Stopwatch stopwatch) { in Rescheduler()
|
H A D | Http2Ping.java | 48 private final Stopwatch stopwatch; field in Http2Ping 81 public Http2Ping(long data, Stopwatch stopwatch) { in Http2Ping()
|
H A D | KeepAliveManager.java | 40 private final Stopwatch stopwatch; field in KeepAliveManager 139 Stopwatch stopwatch, long keepAliveTimeInNanos, long keepAliveTimeoutInNanos, in KeepAliveManager()
|
/aosp_15_r20/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
H A D | GrpclbLoadBalancer.java | 51 private final Stopwatch stopwatch; field in GrpclbLoadBalancer 66 Stopwatch stopwatch, in GrpclbLoadBalancer()
|
/aosp_15_r20/system/netd/tests/benchmarks/ |
H A D | connect_benchmark.cpp | 118 const Stopwatch stopwatch; in ipv4_loopback() local 175 const Stopwatch stopwatch; in ipv6_loopback() local
|
/aosp_15_r20/external/grpc-grpc-java/census/src/main/java/io/grpc/census/ |
H A D | CensusStatsModule.java | 234 final Stopwatch stopwatch; field in CensusStatsModule.ClientTracer 418 private final Stopwatch stopwatch; field in CensusStatsModule.CallAttemptsTracerFactory 626 private final Stopwatch stopwatch; field in CensusStatsModule.ServerTracer
|