Searched defs:timeLimit (Results 1 – 10 of 10) sorted by relevance
40 val timeLimit = System.currentTimeMillis() + TEST_DURATION in <lambda>() constant
17 private val timeLimit = 30_000L * stressTestMultiplier // 30 sec in <lambda>() constant in kotlinx.coroutines.channels.ConflatedBroadcastChannelNotifyStressTest
32 private val timeLimit = 30_000L * stressTestMultiplier // 30 sec in <lambda>() constant
33 ShortDuration timeLimit(); in timeLimit() method
155 @Override public ShortDuration timeLimit() { in timeLimit() method in ParsedOptions
32 final byte timeLimit; field in Period307 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
30 final byte timeLimit; field in Period305 Period(int timeLimit, boolean inFuture, int[] counts) { in Period()
57 private final long timeLimit; field in ShadowUsageStatsManager.AppUsageObserver64 long timeLimit, in AppUsageObserver()272 long timeLimit, in registerAppUsageObserver()
193 ShortDuration timeLimit = options.timeLimit(); in getTrialTimeLimitTrialNanos() local
130 final long timeLimit = currentTimeMS - averageWindowDurationMs; in processLatestResults() local