Home
last modified time | relevance | path

Searched refs:nestedMethod (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDebugProbesTest.kt32 nestedMethod(deferred, traces) in <lambda>()
61 nestedMethod(deferred, traces) in <lambda>()
85 nestedMethod(deferred, traces) in <lambda>()
90 private suspend fun nestedMethod(deferred: Deferred<*>, traces: List<String>) { in nestedMethod() method in kotlinx.coroutines.debug.DebugProbesTest
DSanitizedProbesTest.kt44 nestedMethod(deferred, traces) in <lambda>()
134 private suspend fun nestedMethod(deferred: Deferred<*>, traces: List<String>) { in nestedMethod() method in definitely.not.kotlinx.coroutines.SanitizedProbesTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryTest.kt47 nestedMethod(deferred, *traces.toTypedArray()) in <lambda>()
70 nestedMethod(deferred, *stacktrace.toTypedArray()) in <lambda>()
73 private suspend fun nestedMethod(deferred: Deferred<*>, vararg traces: String) { in nestedMethod() method in kotlinx.coroutines.exceptions.StackTraceRecoveryTest