| /external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ |
| D | TestDispatchersTest.kt | 78 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/ |
| D | Unconfined.kt | 20 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method
|
| D | CoroutineDispatcher.kt | 68 public open fun isDispatchNeeded(context: CoroutineContext): Boolean = true in isDispatchNeeded() method in kotlinx.coroutines.CoroutineDispatcher
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/ |
| D | Dispatchers.kt | 29 override fun isDispatchNeeded(context: CoroutineContext): Boolean = notImplemented() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
| D | Dispatchers.kt | 30 override fun isDispatchNeeded(context: CoroutineContext): Boolean = !invokeImmediately method in kotlinx.coroutines.JsMainDispatcher
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
| D | ImmediateYieldTest.kt | 30 override fun isDispatchNeeded(context: CoroutineContext): Boolean = false in isDispatchNeeded() method in kotlinx.coroutines.ImmediateYieldTest
|
| D | CoroutineDispatcherOperatorFunInvokeTest.kt | 68 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in String() method
|
| D | TestBase.common.kt | 93 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in wrapperDispatcher() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/ |
| D | TestCoroutineDispatchers.kt | 94 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 | 63 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !SwingUtilities.isEventDispatc… in createDispatcher() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/ |
| D | VirtualTime.kt | 51 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = originalDispatcher.isDispatchN… in isDispatchNeeded() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
| D | MainDispatchers.kt | 95 override fun isDispatchNeeded(context: CoroutineContext): Boolean = in isDispatchNeeded() method in kotlinx.coroutines.internal.MissingMainCoroutineDispatcher
|
| /external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/ |
| D | TestMainDispatcher.kt | 31 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = delegate.value.isDispatchNeede… in dispatch() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/ |
| D | Dispatchers.kt | 37 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !(invokeImmediately && isMainT… in isDispatchNeeded() method in kotlinx.coroutines.DarwinMainDispatcher
|
| /external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/src/ |
| D | JavaFxDispatcher.kt | 66 …override fun isDispatchNeeded(context: CoroutineContext): Boolean = !Platform.isFxApplicationThrea… in createDispatcher() method
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
| D | ExecutorsTest.kt | 88 override fun isDispatchNeeded(context: CoroutineContext) = false in <lambda>() method
|
| D | FailingCoroutinesMachineryTest.kt | 82 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in <lambda>() method
|
| /external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/ |
| D | HandlerDispatcher.kt | 136 override fun isDispatchNeeded(context: CoroutineContext): Boolean { in isDispatchNeeded() method in kotlinx.coroutines.android.HandlerContext
|