Home
last modified time | relevance | path

Searched defs:isDispatchNeeded (Results 1 – 18 of 18) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestDispatchersTest.kt78 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.test.TestDispatchersTest.ImmediateDispatcher
87 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in dispatch() method in kotlinx.coroutines.test.TestDispatchersTest.RegularDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DUnconfined.kt20 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method
DCoroutineDispatcher.kt68 public open fun isDispatchNeeded(context: CoroutineContext): Boolean = true in isDispatchNeeded() method in kotlinx.coroutines.CoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/
DDispatchers.kt29 override fun isDispatchNeeded(context: CoroutineContext): Boolean = notImplemented() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DDispatchers.kt30 override fun isDispatchNeeded(context: CoroutineContext): Boolean = !invokeImmediately method in kotlinx.coroutines.JsMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DImmediateYieldTest.kt30 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method in kotlinx.coroutines.ImmediateYieldTest
DCoroutineDispatcherOperatorFunInvokeTest.kt68 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in String() method
DTestBase.common.kt93 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in wrapperDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestCoroutineDispatchers.kt94 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in UnconfinedTestDispatcher() method in kotlinx.coroutines.test.UnconfinedTestDispatcherImpl
/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/src/
DSwingDispatcher.kt63 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !SwingUtilities.isEventDispatc… in createDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DVirtualTime.kt51 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = originalDispatcher.isDispatchN… in isDispatchNeeded() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt95 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in isDispatchNeeded() method in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DTestMainDispatcher.kt31 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = delegate.value.isDispatchNeede… in dispatch() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/
DDispatchers.kt37 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !(invokeImmediately && isMainT… in isDispatchNeeded() method in kotlinx.coroutines.DarwinMainDispatcher
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/src/
DJavaFxDispatcher.kt66 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !Platform.isFxApplicationThrea… in createDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DExecutorsTest.kt88 override fun isDispatchNeeded(context: CoroutineContext) = false in <lambda>() method
DFailingCoroutinesMachineryTest.kt82 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt136 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.android.HandlerContext