Searched refs:bounds (Results 1 – 9 of 9) sorted by relevance
20 import com.android.tools.metalava.model.text.TextTypeParameterItem.Companion.bounds28 assertThat(bounds(null).toString()).isEqualTo("[]") in testTypeParameterNames()29 assertThat(bounds("").toString()).isEqualTo("[]") in testTypeParameterNames()30 assertThat(bounds("X").toString()).isEqualTo("[]") in testTypeParameterNames()31 assertThat(bounds("DEF extends T").toString()).isEqualTo("[T]") in testTypeParameterNames()32 assertThat(bounds("T extends java.lang.Comparable<? super T>").toString()) in testTypeParameterNames()34 assertThat(bounds("T extends java.util.List<Number> & java.util.RandomAccess").toString()) in testTypeParameterNames()55 assertThat(bounds("D", method).toString()).isEqualTo("[androidx.navigation.NavDestination]") in testTypeParameterNames()
86 TextTypeParameterItem.bounds( in check erasure()
30 private var bounds: List<ClassItem>? = null variable40 override fun bounds(): List<ClassItem> { in bounds() method41 if (bounds == null) { in bounds()42 val boundsString = bounds(typeParameterString, owner) in bounds()43 bounds = if (boundsString.isEmpty()) { in bounds()58 return bounds!! in bounds()70 bounds: List<ClassItem>? = null in create()87 bounds = bounds in create()91 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method100 … return p.bounds().filter { !it.isJavaLangObject() }.map { it.qualifiedName() } in bounds()
42 override fun bounds(): List<ClassItem> = bounds in bounds() method48 private lateinit var bounds: List<ClassItem> variable54 bounds = if (refs != null && refs.isNotEmpty()) { in finishInitialization()
20 fun bounds(): List<ClassItem> method
352 bounds = []355 return bounds364 bounds.append((start, end))366 bounds.append((start, end))367 return bounds
473 private static boolean boundsWithinRange(Pair<Integer, Integer> bounds, int low, int high) { in boundsWithinRange() argument474 return low <= bounds.first.intValue() in boundsWithinRange()475 && bounds.first.intValue() < high in boundsWithinRange()476 && low <= bounds.second.intValue() in boundsWithinRange()477 && bounds.second.intValue() < high; in boundsWithinRange()
504 * Don't add spaces in type bounds lists (e.g. Map<X,Y>, not Map<X, Y>.)
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...