Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_async/public/pw_async/
H A Dfake_dispatcher_fixture.h61 bool RunFor(chrono::SystemClock::duration duration) { in RunFor() function
H A Dfake_dispatcher.h52 bool RunFor(chrono::SystemClock::duration duration) { in RunFor() function
/aosp_15_r20/external/pigweed/pw_async_basic/
H A Ddispatcher.cc63 void BasicDispatcher::RunFor(chrono::SystemClock::duration duration) { in RunFor() function in pw::async::BasicDispatcher
H A Dfake_dispatcher.cc59 bool NativeFakeDispatcher::RunFor(chrono::SystemClock::duration duration) { in RunFor() function in pw::async::test::backend::NativeFakeDispatcher
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dsimulator.cc121 void Simulator::RunFor(QuicTime::Delta time_span) { in RunFor() function in quic::simulator::Simulator
H A Dsimulator_test.cc580 TEST_F(SimulatorTest, RunFor) { in TEST_F() argument
/aosp_15_r20/external/pigweed/pw_async_fuchsia/
H A Dfake_dispatcher.cc72 bool NativeFakeDispatcher::RunFor(chrono::SystemClock::duration duration) { in RunFor() function in pw::async::test::backend::NativeFakeDispatcher
/aosp_15_r20/external/webrtc/test/scenario/
H A Dscenario.cc277 void Scenario::RunFor(TimeDelta duration) { in RunFor() function in webrtc::test::Scenario
/aosp_15_r20/external/cronet/net/dns/
H A Dmdns_client_unittest.cc518 void MDnsTest::RunFor(base::TimeDelta time_period) { in RunFor() function in net::MDnsTest