Home
last modified time | relevance | path

Searched defs:testDelay (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmJsShared/test/
DSetTimeoutDispatcherTest.kt22 fun testDelay() = runTest { in <lambda>() method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/
DFirstRobolectricTest.kt33 fun testDelay() { in testDelay() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDefaultExecutorStressTest.kt9 fun testDelay() = runTest { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/time/
DDurationOverflowTest.kt16 fun testDelay() = runTest { in <lambda>() method in kotlinx.coroutines.time.DurationOverflowTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineDispatcherTest.kt75 fun testDelay() = runBlocking { in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineDispatcherTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DTickerChannelCommonTest.kt35 fun testDelay() = withVirtualTimeSource { in invoke() method in kotlinx.coroutines.channels.TickerChannelCommonTest
/external/autotest/client/cros/audio/
Daudio_quality_measurement_unittest.py178 def testDelay(self): member in QualityMeasurementTest
/external/kotlinx.coroutines/test-utils/common/src/
DMainDispatcherTestBase.kt177 fun testDelay() = runTestOrSkip { in <lambda>() method in kotlinx.coroutines.testing.MainDispatcherTestBase.WithRealTimeDelay