Home
last modified time | relevance | path

Searched defs:stopwatch (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DUninterruptiblesTest.java105 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 DSimpleTimeLimiterTest.java98 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 DUninterruptiblesTest.java104 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 DSimpleTimeLimiterTest.java98 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 Dwall_clock_stopwatch_test.cc36 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/
Dperformance.cpp52 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/
DStopwatchModel.kt81 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/
DStopwatchFragment.kt446 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
DStopwatchCircleView.kt121 val stopwatch = stopwatch in onDraw() constant
166 private val stopwatch: Stopwatch constant
DLapsAdapter.kt167 val stopwatch = stopwatch constant
261 private val stopwatch: Stopwatch constant
/aosp_15_r20/external/coreboot/src/include/
H A Dtimer.h111 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 DRateLimiter.java134 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 DSmoothRateLimiter.java219 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 DServiceManager.java495 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 DRateLimiter.java136 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 DSmoothRateLimiter.java219 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 DServiceManager.java540 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 DLoadStatsManager2.java246 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 DConsoleOutput.java58 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 DRescheduler.java37 private final Stopwatch stopwatch; field in Rescheduler
46 Stopwatch stopwatch) { in Rescheduler()
H A DHttp2Ping.java48 private final Stopwatch stopwatch; field in Http2Ping
81 public Http2Ping(long data, Stopwatch stopwatch) { in Http2Ping()
H A DKeepAliveManager.java40 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 DGrpclbLoadBalancer.java51 private final Stopwatch stopwatch; field in GrpclbLoadBalancer
66 Stopwatch stopwatch, in GrpclbLoadBalancer()
/aosp_15_r20/system/netd/tests/benchmarks/
H A Dconnect_benchmark.cpp118 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 DCensusStatsModule.java234 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

12345678910>>...17