Home
last modified time | relevance | path

Searched refs:associateBy (Results 1 – 9 of 9) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DConcurrentWeakMapOperationStressTest.kt37 .associateBy({ Key(it) }, { it * it }) in <lambda>()
/external/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DNativeInterface.kt30 .associateBy { it.name } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/junit4/
DTestFailureValidation.kt21 .outerRule(TestFailureValidation(specs.associateBy { it.testName })) in TestFailureValidation()
/external/dokka/core/src/main/kotlin/Kotlin/
DExternalDocumentationLinkResolver.kt193 val services = ServiceLocator.allServices("inbound-link-resolver").associateBy { it.name } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt114 .associateBy({ it.delegate.context.job }, { it.info }) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt1057 public suspend inline fun <E, K> ReceiveChannel<E>.associateBy(keySelector: (E) -> K): Map<K, E> = in associate() method
1077 public suspend inline fun <E, K, V> ReceiveChannel<E>.associateBy(keySelector: (E) -> K, valueTrans… in associate() method
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt493 val allPackages = module.members(NodeKind.Package).associateBy { it.name } in <lambda>()
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/
DJavaLayoutHtmlFormatOutputBuilder.kt1117 associateBy({ it }, { it.members(kind) }) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api633 …public static final fun associateBy (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/jvm/funct…
634 …public static final fun associateBy (Lkotlinx/coroutines/channels/ReceiveChannel;Lkotlin/jvm/funct…