Home
last modified time | relevance | path

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

/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFromTextTest.kt204 fun `Test throws`() { in Test throws()
305 fun `Sort throws list by full name`() { in Sort throws list by full name()
DApiFileTest.kt1208 fun `Check erasure in throws-list`() { in Check erasure in throws-list()
1725 fun `Override via different throws list should be included`() { in Override via different throws list should be included()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiMethodItem.kt281 val throws = method.throwsTypes().asSequence().sortedWith(ClassItem.fullNameComparator) in <lambda>() constant
282 if (throws.any()) { in <lambda>()
284 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()