Home
last modified time | relevance | path

Searched defs:TestDispatcher (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DFailingCoroutinesMachineryTest.kt17 class TestDispatcher(val name: String, val block: () -> CoroutineDispatcher) { in <lambda>() class
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
H A DTestDispatcher.kt17 public abstract class TestDispatcher internal constructor() : CoroutineDispatcher(), Delay, DelayWi… class
/aosp_15_r20/external/pytorch/test/onnx/dynamo/
H A Dtest_registry_dispatcher.py82 class TestDispatcher(common_utils.TestCase): class
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_dispatcher_test.cc137 class TestDispatcher : public QuicDispatcher { class
139 TestDispatcher(const QuicConfig* config, in TestDispatcher() function in quic::test::__anonba035a270111::TestDispatcher