Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 11 of 11) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/model/text/
DTextTypeParameterItemTest.kt19 import com.android.tools.metalava.model.text.TextTypeParameterItem.Companion.bounds
27 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()
DTextTypeItemTest.kt85 TextTypeParameterItem.bounds( in check erasure()
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterItem.kt29 private var bounds: List<ClassItem>? = null variable
39 override fun bounds(): List<ClassItem> { in bounds() method
40 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() method
99 … return p.bounds().filter { !it.isJavaLangObject() }.map { it.qualifiedName() } in bounds()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeParameterItem.kt43 override fun bounds(): List<ClassItem> = bounds in bounds() method
49 private lateinit var bounds: List<ClassItem> variable
55 bounds = if (refs != null && refs.isNotEmpty()) { in finishInitialization()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/
Daudio_analysis.py352 bounds = []
355 return bounds
364 bounds.append((start, end))
366 bounds.append((start, end))
367 return bounds
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DTypeParameterItem.kt20 fun bounds(): List<ClassItem> method
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt725 fun `Test type bounds`() { in <lambda>()
/tools/metalava/
DFORMAT.md504 * Don't add spaces in type bounds lists (e.g. Map<X,Y>, not Map<X, Y>.)
/tools/asuite/atest/unittest_data/tradefed_prebuilt/prebuilts/filegroups/tradefed/
Dtradefed-contrib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed-contrib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
Dtradefed-test-framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...