Home
last modified time | relevance | path

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

/frameworks/libs/net/common/devicetests/com/android/testutils/
DConcurrentInterpreter.kt49 private val interpretTable: List<InterpretMatcher<T>> = in <lambda>() constant
61 interpretTable.find { instr matches it.first } ?: throw SyntaxException(instr) in <lambda>()