Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/
DTypeParameterItem.kt20 fun bounds(): List<ClassItem> method
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterItem.kt30 private var bounds: List<ClassItem>? = null variable
40 override fun bounds(): List<ClassItem> { in bounds() method
91 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method
DTextTypeItem.kt147 val bounds = p.bounds() in findTypeVariableBounds() constant
159 val bounds = findTypeVariableBounds(context.typeParameterList(), name) in findTypeVariableBounds() constant
177 val bounds = findTypeVariableBounds(context, typeParameter.simpleName()) in asTypeParameter() constant
267 val bounds = parameter.bounds() in markRecent() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeParameterItem.kt42 override fun bounds(): List<ClassItem> = bounds in bounds() method
48 private lateinit var bounds: List<ClassItem> variable
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackImageAnalyzer.java473 private static boolean boundsWithinRange(Pair<Integer, Integer> bounds, int low, int high) { in boundsWithinRange() argument