Searched defs:seconds (Results 1 – 16 of 16) sorted by relevance
14 constexpr Seconds::Seconds(uint64_t seconds) in Seconds()69 constexpr Nanoseconds::Nanoseconds(Seconds seconds) in Nanoseconds()
116 virtual void set_idle_seconds(int seconds) {} in set_idle_seconds()117 virtual void set_retry_seconds(int seconds) {} in set_retry_seconds()
93 void set_idle_seconds(int seconds) override { in set_idle_seconds()96 void set_retry_seconds(int seconds) override { in set_retry_seconds()
79 void set_idle_seconds(int seconds) override { idle_seconds_ = seconds; } in set_idle_seconds()82 void set_retry_seconds(int seconds) override { retry_seconds_ = seconds; } in set_retry_seconds()
45 LIBLOG_ABI_PUBLIC int __android_log_ratelimit(time_t seconds, time_t* last) { in __android_log_ratelimit()
51 void perfprofd_sleep(int seconds) in perfprofd_sleep()
92 int32_t seconds; member
101 void perfprofd_sleep(int seconds) in perfprofd_sleep()
75 static CONSTEXPR inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds() function
56 auto seconds = std::chrono::duration_cast<std::chrono::seconds>(duration); in populate_timeval() local
145 double seconds = static_cast<double>(gBenchmarkTotalTimeNs) / 1e9; in Run() local
1868 static const useconds_t seconds = 1000000; in TEST() local
251 #define IF_ALOG_RATELIMIT_LOCAL(seconds, state) \ argument
55 #define TIMEOUT(seconds, expr) \ argument
61 void tick(unsigned seconds = 1) { current_time_ += seconds; } in tick()
219 static bool WaitForNonZero(int32_t* value, uint64_t seconds) { in WaitForNonZero()