Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/lib/src/com/android/testutils/
DConcurrentIntepreter.kt84 val threadInstructions = (0 until threadCount).map { i -> lines.map { it[i].trim() } } in <lambda>() constant
87 threadInstructions.mapIndexed { threadIndex, instructions -> in <lambda>()