Searched defs:RunUntil (Results 1 – 9 of 9) sorted by relevance
283 void Scenario::RunUntil(TimeDelta target_time_since_start) { in RunUntil() function in webrtc::test::Scenario287 void Scenario::RunUntil(TimeDelta target_time_since_start, in RunUntil() function in webrtc::test::Scenario
54 bool RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function
45 bool RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function
35 bool RunUntil(base::FunctionRef<bool(void)> condition) { in RunUntil() function
137 bool Simulator::RunUntil(TerminationPredicate termination_predicate) { in RunUntil() function
51 void BasicDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::BasicDispatcher
40 bool NativeFakeDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::test::backend::NativeFakeDispatcher
64 bool NativeFakeDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::test::backend::NativeFakeDispatcher
1025 impl<T: Future> Future for RunUntil<'_, T> { implementation