Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestDispatchersTest.kt70 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method in kotlinx.coroutines.test.TestDispatchersTest.ImmediateDispatcher
79 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method in kotlinx.coroutines.test.TestDispatchersTest.RegularDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DUnconfined.kt13 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method
DCoroutineDispatcher.kt72 public open fun isDispatchNeeded(context: CoroutineContext): Boolean = true method in kotlinx.coroutines.CoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DDispatchers.kt25 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = delegate.isDispatchNeeded(cont… method in kotlinx.coroutines.JsMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DDispatchers.kt25 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = delegate.isDispatchNeeded(cont… method in kotlinx.coroutines.NativeMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DDelayExceptionTest.kt12 override fun isDispatchNeeded(context: CoroutineContext): Boolean = true in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/internal/
DMainTestDispatcher.kt39 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = delegate.isDispatchNeeded(cont… in isDispatchNeeded() method in kotlinx.coroutines.test.internal.TestMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutineDispatcherOperatorFunInvokeTest.kt69 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in String() method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/src/
DSwingDispatcher.kt68 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !SwingUtilities.isEventDispatc… in createDispatcher() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt70 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isMissing() method in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
/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/ui/kotlinx-coroutines-javafx/src/
DJavaFxDispatcher.kt70 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !Platform.isFxApplicationThrea… in createDispatcher() method
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt127 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.android.HandlerContext
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFailingCoroutinesMachineryTest.kt69 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method