/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ |
D | TestDispatchersTest.kt | 76 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/ |
D | Unconfined.kt | 15 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method
|
D | CoroutineDispatcher.kt | 97 public open fun isDispatchNeeded(context: CoroutineContext): Boolean = true in isDispatchNeeded() method in kotlinx.coroutines.CoroutineDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | NamedDispatcher.kt | 15 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = dispatcher.isDispatchNeeded(co… in <lambda>() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/ |
D | Dispatchers.kt | 25 override fun isDispatchNeeded(context: CoroutineContext): Boolean = notImplemented() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/ |
D | Dispatchers.kt | 28 override fun isDispatchNeeded(context: CoroutineContext): Boolean = !invokeImmediately method in kotlinx.coroutines.JsMainDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | ImmediateYieldTest.kt | 27 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method in kotlinx.coroutines.ImmediateYieldTest
|
D | CoroutineDispatcherOperatorFunInvokeTest.kt | 65 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in String() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/ |
D | TestCoroutineDispatchers.kt | 90 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in UnconfinedTestDispatcher() method in kotlinx.coroutines.test.UnconfinedTestDispatcherImpl
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-swing/src/ |
D | SwingDispatcher.kt | 59 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !SwingUtilities.isEventDispatc… in createDispatcher() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | ExecutorsTest.kt | 85 override fun isDispatchNeeded(context: CoroutineContext) = false in <lambda>() method 174 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method
|
D | FailingCoroutinesMachineryTest.kt | 79 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | MainDispatchers.kt | 91 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in isDispatchNeeded() method in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
D | VirtualTime.kt | 62 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = originalDispatcher.isDispatchN… in isDispatchNeeded() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/ |
D | Dispatchers.kt | 35 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !(invokeImmediately && isMainT… in isDispatchNeeded() method in kotlinx.coroutines.DarwinMainDispatcher
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/ |
D | TestMainDispatcher.kt | 32 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = dispatcher.isDispatchNeeded(co… in dispatch() method
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/ |
D | HandlerDispatcher.kt | 129 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.android.HandlerContext
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/src/ |
D | JavaFxDispatcher.kt | 62 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !Platform.isFxApplicationThrea… in createDispatcher() method
|
/external/kotlinx.coroutines/test-utils/common/src/ |
D | TestBase.common.kt | 268 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in wrapperDispatcher() method
|