Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/lib/src/com/android/testutils/
DConcurrentIntepreter.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
/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
DTrackRecordTest.kt23 import com.android.testutils.SyntaxException in <lambda>()
412 ?: throw SyntaxException("Predicate \"${spec}\"") in makePredicate()