Home
last modified time | relevance | path

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

/frameworks/libs/net/common/devicetests/com/android/testutils/
DConcurrentInterpreter.kt61 interpretTable.find { instr matches it.first } ?: throw SyntaxException(instr) in <lambda>()
62 val match = matcher.matchEntire(instr) ?: throw SyntaxException(instr) in <lambda>()
166 class SyntaxException(msg: String, cause: Throwable? = null) : RuntimeException(msg, cause) class