Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DStacktraceUtils.kt82 private fun removeJavaUtilConcurrentTraces(frames: List<String>): List<String> = in removeJavaUtilConcurrentTraces() method
197 removeJavaUtilConcurrentTraces(cleanBlockHoundTraces(it)) in verifyDump()
207 dumps.zip(expectedTraces.map { CoroutineDump.parse(it, ::removeJavaUtilConcurrentTraces) }) in verifyDump()