Home
last modified time | relevance | path

Searched refs:FastServiceLoader (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DFastServiceLoaderTest.kt9 …val providers = CoroutineScope::class.java.let { FastServiceLoader.loadProviders(it, it.classLoade… in testCrossModuleService()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/resources/META-INF/com.android.tools/r8-upto-1.6.0/
Dcoroutines.pro7 -assumenosideeffects class kotlinx.coroutines.internal.FastServiceLoader {
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/testdata/
Dr8-test-rules.pro6 -checkdiscard class kotlinx.coroutines.internal.FastServiceLoader
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/resources/META-INF/com.android.tools/r8-from-1.6.0/
Dcoroutines.pro1 # Allow R8 to optimize away the FastServiceLoader.
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DMainDispatchers.kt27 FastServiceLoader.loadMainDispatcherFactory() in loadMainDispatcher()
DFastServiceLoader.kt30 internal object FastServiceLoader { object