Searched refs:bounds (Results 1 – 11 of 11) sorted by relevance
19 import com.android.tools.metalava.model.text.TextTypeParameterItem.Companion.bounds27 assertThat(bounds(null).toString()).isEqualTo("[]") in testTypeParameterNames()28 assertThat(bounds("").toString()).isEqualTo("[]") in testTypeParameterNames()29 assertThat(bounds("X").toString()).isEqualTo("[]") in testTypeParameterNames()30 assertThat(bounds("DEF extends T").toString()).isEqualTo("[T]") in testTypeParameterNames()31 assertThat(bounds("T extends java.lang.Comparable<? super T>").toString()) in testTypeParameterNames()33 assertThat(bounds("T extends java.util.List<Number> & java.util.RandomAccess").toString()) in testTypeParameterNames()54 assertThat(bounds("D", method).toString()).isEqualTo("[androidx.navigation.NavDestination]") in testTypeParameterNames()
85 TextTypeParameterItem.bounds( in check erasure()
29 private var bounds: List<ClassItem>? = null variable39 override fun bounds(): List<ClassItem> { in bounds() method40 if (bounds == null) { in bounds()41 val boundsString = bounds(typeParameterString, owner) in bounds()42 bounds = if (boundsString.isEmpty()) { in bounds()57 return bounds!! in bounds()69 bounds: List<ClassItem>? = null in create()86 bounds = bounds in create()90 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method99 … return p.bounds().filter { !it.isJavaLangObject() }.map { it.qualifiedName() } in bounds()
43 override fun bounds(): List<ClassItem> = bounds in bounds() method49 private lateinit var bounds: List<ClassItem> variable55 bounds = if (refs != null && refs.isNotEmpty()) { in finishInitialization()
352 bounds = []355 return bounds364 bounds.append((start, end))366 bounds.append((start, end))367 return bounds
20 fun bounds(): List<ClassItem> method
725 fun `Test type bounds`() { in <lambda>()
504 * Don't add spaces in type bounds lists (e.g. Map<X,Y>, not Map<X, Y>.)
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...