Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestDispatchersTest.kt76 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.test.TestDispatchersTest.ImmediateDispatcher
85 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in dispatch() method in kotlinx.coroutines.test.TestDispatchersTest.RegularDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DUnconfined.kt15 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method
DCoroutineDispatcher.kt97 public open fun isDispatchNeeded(context: CoroutineContext): Boolean = true in isDispatchNeeded() method in kotlinx.coroutines.CoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DNamedDispatcher.kt15 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = dispatcher.isDispatchNeeded(co… in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/
DDispatchers.kt25 override fun isDispatchNeeded(context: CoroutineContext): Boolean = notImplemented() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/
DDispatchers.kt28 override fun isDispatchNeeded(context: CoroutineContext): Boolean = !invokeImmediately method in kotlinx.coroutines.JsMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DImmediateYieldTest.kt27 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method in kotlinx.coroutines.ImmediateYieldTest
DCoroutineDispatcherOperatorFunInvokeTest.kt65 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in String() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestCoroutineDispatchers.kt90 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in UnconfinedTestDispatcher() method in kotlinx.coroutines.test.UnconfinedTestDispatcherImpl
/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/src/
DSwingDispatcher.kt59 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !SwingUtilities.isEventDispatc… in createDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DExecutorsTest.kt85 override fun isDispatchNeeded(context: CoroutineContext) = false in <lambda>() method
174 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method
DFailingCoroutinesMachineryTest.kt79 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt91 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in isDispatchNeeded() method in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/
DVirtualTime.kt62 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = originalDispatcher.isDispatchN… in isDispatchNeeded() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/
DDispatchers.kt35 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !(invokeImmediately && isMainT… in isDispatchNeeded() method in kotlinx.coroutines.DarwinMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DTestMainDispatcher.kt32 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = dispatcher.isDispatchNeeded(co… in dispatch() method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt129 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.android.HandlerContext
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/src/
DJavaFxDispatcher.kt62 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !Platform.isFxApplicationThrea… in createDispatcher() method
/external/kotlinx.coroutines/test-utils/common/src/
DTestBase.common.kt268 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in wrapperDispatcher() method