Home
last modified time | relevance | path

Searched defs:RunUntil (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/test/scenario/
H A Dscenario.cc283 void Scenario::RunUntil(TimeDelta target_time_since_start) { in RunUntil() function in webrtc::test::Scenario
287 void Scenario::RunUntil(TimeDelta target_time_since_start, in RunUntil() function in webrtc::test::Scenario
/aosp_15_r20/external/pigweed/pw_async/public/pw_async/
H A Dfake_dispatcher_fixture.h54 bool RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function
H A Dfake_dispatcher.h45 bool RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function
/aosp_15_r20/external/cronet/base/test/
H A Drun_until.cc35 bool RunUntil(base::FunctionRef<bool(void)> condition) { in RunUntil() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dsimulator.h137 bool Simulator::RunUntil(TerminationPredicate termination_predicate) { in RunUntil() function
/aosp_15_r20/external/pigweed/pw_async_basic/
H A Ddispatcher.cc51 void BasicDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::BasicDispatcher
H A Dfake_dispatcher.cc40 bool NativeFakeDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::test::backend::NativeFakeDispatcher
/aosp_15_r20/external/pigweed/pw_async_fuchsia/
H A Dfake_dispatcher.cc64 bool NativeFakeDispatcher::RunUntil(chrono::SystemClock::time_point end_time) { in RunUntil() function in pw::async::test::backend::NativeFakeDispatcher
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/
Dlocal.rs1025 impl<T: Future> Future for RunUntil<'_, T> { implementation