Home
last modified time | relevance | path

Searched refs:xCollection (Results 1 – 2 of 2) sorted by relevance

/external/auto/common/src/test/java/com/google/auto/common/
DOverridesTest.java411 TypeElement xCollection = getTypeElement(XCollection.class); in methodParameters_AbstractStringList() local
415 ExecutableElement add = getMethod(xCollection, "add", TypeKind.TYPEVAR); in methodParameters_AbstractStringList()
427 TypeElement xCollection = getTypeElement(XCollection.class); in methodParams_NumberList() local
431 ExecutableElement add = getMethod(xCollection, "add", TypeKind.TYPEVAR); in methodParams_NumberList()
480 TypeElement xCollection = getTypeElement(XCollection.class); in methodFromSuperinterfaces() local
486 ExecutableElement add = getMethod(xCollection, "add", TypeKind.TYPEVAR); in methodFromSuperinterfaces()
490 assertThat(addInAbstractStringList.getEnclosingElement()).isEqualTo(xCollection); in methodFromSuperinterfaces()
498 assertThat(addInList.getEnclosingElement()).isEqualTo(xCollection); in methodFromSuperinterfaces()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...