/aosp_15_r20/packages/services/Car/tests/CarTestLibUnitTest/src/android/car/test/ |
D | ApiHelperTest.java | 52 assertMethod("android.car.test.ApiHelperTest#methodWithoutParameters", ApiHelperTest.class, in testResolve_methodWithoutParameters() 64 assertMethod("android.car.test.ApiHelperTest#methodWithOneParameterAndroid(Context)", in testResolve_methodWithOneParameter() 70 assertMethod("android.car.test.ApiHelperTest#methodWithOneParameterAndroid", in testResolve_methodWithOneParameter_notOverloaded_methodNameOnly() 76 assertMethod("android.car.test.ApiHelperTest#methodWithOneParameterJavaLang(String)", in testResolve_methodWithOneParameterFromJavaLang() 82 assertMethod("android.car.test.ApiHelperTest#methodWithOneParameterPrimitive(int)", in testResolve_methodWithOneParameterPrimitiveType() 88 Method method1 = assertMethod( in testResolve_methodWithOverloadedParameters() 92 Method method2 = assertMethod( in testResolve_methodWithOverloadedParameters() 104 assertMethod( in testResolve_methodWithMultipleParameters() 112 assertMethod("android.car.test.ApiHelperTest#" in testResolve_methodWithMultipleParametersWithSpaces() 199 private static Method assertMethod(String api, Class<?> expectedClass, String expectedName, in assertMethod() method in ApiHelperTest
|
/aosp_15_r20/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
H A D | PsiMethodItemTest.kt | 72 val methodItem = codebase.assertClass("Foo").assertMethod("bar", "") in method return type is non-null() 107 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("bar", "") in child method does not need to be added to signature file if super method is concrete() 135 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("bar", "") in child method only needs to be added to signature file if all multiple direct super methods requires override() 164 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("bar", "") in child method does not need to be added to signature file if override requiring super method is hidden() 181 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("clone", "") in child method need to be added to signature file if extending Object method and return type changes() 198 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("clone", "") in child method need to be added to signature file if extending Object method and visibility changes() 218 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("clone", "") in child method does not need to be added to signature file even if extending Object method and modifier changes when it is not a direct override() 235 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("toString", "") in child method does not need to be added to signature file if extending Object method and modifier does not change() 260 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("bar", "") in hidden child method can be added to signature file to resolve compile error() 290 val childMethodItem = codebase.assertClass("ChildClass").assertMethod("bar", "") in child method overriding a hidden parent method can be added to signature file() [all …]
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
H A D | CommonTypeModifiersTest.kt | 950 val platformString = fooClass.assertMethod("platformString", "").returnType() in <lambda>() 954 val nullableString = fooClass.assertMethod("nullableString", "").returnType() in <lambda>() 957 val nonNullString = fooClass.assertMethod("nonNullString", "").returnType() in <lambda>() 1031 fooClass.assertMethod("platformStringPlatformArray", "").returnType() in <lambda>() 1041 fooClass.assertMethod("platformStringNullableArray", "").returnType() in <lambda>() 1051 fooClass.assertMethod("nonNullStringPlatformArray", "").returnType() in <lambda>() 1059 fooClass.assertMethod("nullableStringNonNullArray", "").returnType() in <lambda>() 1066 fooClass.assertMethod("nullableStringNullableArray", "").returnType() in <lambda>() 1215 .assertMethod("platformStringPlatformVararg", "java.lang.String[]") in <lambda>() 1228 .assertMethod("nullableStringPlatformVararg", "java.lang.String[]") in <lambda>() [all …]
|
H A D | CommonTypeItemTest.kt | 1323 val mVar = parent.assertMethod("getM", "").returnType() in <lambda>() 1328 val nArray = parent.assertMethod("getNArray", "").returnType() in <lambda>() 1334 val mList = parent.assertMethod("getMList", "").returnType() in <lambda>() 1340 val mToNMap = parent.assertMethod("getMap", "").returnType() in <lambda>() 1347 val wildcards = parent.assertMethod("getWildcards", "").returnType() in <lambda>()
|
H A D | CommonTypeParameterItemTest.kt | 411 val method = codebase.assertClass("test.pkg.Foo").assertMethod("foo", "") in Test toType()
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/ |
H A D | CommonModelTest.kt | 201 val barFoo = latest.assertClass("test.pkg.Bar").assertMethod("foo", "int") in test findCorrespondingItemIn does not find super methods() 219 previouslyReleased.assertClass("test.pkg.Foo").assertMethod("foo", "int") in test findCorrespondingItemIn does find super methods() 223 val barFoo = latest.assertClass("test.pkg.Bar").assertMethod("foo", "int") in test findCorrespondingItemIn does find super methods() 247 previouslyReleased.assertClass("test.pkg.Foo").assertMethod("foo", "int") in test findCorrespondingItemIn does duplicate super methods() 251 val fooFoo = latest.assertClass("test.pkg.Foo").assertMethod("foo", "int") in test findCorrespondingItemIn does duplicate super methods() 252 val barFoo = latest.assertClass("test.pkg.Bar").assertMethod("foo", "int") in test findCorrespondingItemIn does duplicate super methods()
|
H A D | BootstrapSourceModelProviderTest.kt | 120 val methodItem = testClass.assertMethod("method", "") in 060 - check method exists() 543 val itf1Mtd1 = itfCls1.assertMethod("method1", "") in 150 - advanced superMethods() test on methoditem() 544 val itf1Mtd2 = itfCls1.assertMethod("method2", "java.lang.Object") in 150 - advanced superMethods() test on methoditem() 547 val itf2Mtd1 = itfCls2.assertMethod("method1", "") in 150 - advanced superMethods() test on methoditem() 550 val cls1Mtd1 = classItem1.assertMethod("method1", "") in 150 - advanced superMethods() test on methoditem() 551 val cls1Mtd2 = classItem1.assertMethod("method2", "java.lang.Object") in 150 - advanced superMethods() test on methoditem() 554 val cls2Mtd1 = classItem2.assertMethod("method1", "") in 150 - advanced superMethods() test on methoditem() 557 val cls3Mtd1 = classItem3.assertMethod("method1", "") in 150 - advanced superMethods() test on methoditem() 805 val methodItem = testClass.assertMethod("foo", "") in 210 Test Method exception list()
|
/aosp_15_r20/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
H A D | ApiFileTest.kt | 115 codebase.assertClass("test.pkg.Foo").assertMethod("foo", "").throwsTypes().first() in <lambda>() 150 codebase.assertClass("test.pkg.Foo").assertMethod("foo", "").throwsTypes().first() in <lambda>() 175 codebase.assertClass("test.pkg.Foo").assertMethod("foo", "").throwsTypes().first() in <lambda>() 210 codebase.assertClass("test.pkg.Foo").assertMethod("foo", "").throwsTypes().first() in <lambda>() 246 codebase.assertClass("test.pkg.Foo").assertMethod("foo", "").throwsTypes().first() in <lambda>()
|
H A D | TextMethodItemTest.kt | 42 val methodItem = cls.assertMethod("bar", "") in text method item return type is non-null()
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
H A D | CommonEnumTest.kt | 80 val values = fooClass.assertMethod(JAVA_ENUM_VALUES, "java.lang.String") in Test enum synthetic methods are not included in the enum class() 85 val valueOf = fooClass.assertMethod(JAVA_ENUM_VALUE_OF, "int") in Test enum synthetic methods are not included in the enum class() 90 val getEntries = fooClass.assertMethod("getEntries", "java.lang.String") in Test enum synthetic methods are not included in the enum class()
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
H A D | CommonParameterItemTest.kt | 214 .assertMethod("equals", "java.lang.Object") in Test publicName reports correct name when called on binary class - Object#equals() 242 .assertMethod("onLayout", "boolean, int, int, int, int") in Test publicName reports correct name when called on binary class - ViewGroup#onLayout()
|
H A D | CommonMethodItemTest.kt | 85 .assertMethod("method", "") in <lambda>()
|
H A D | CommonCopyMethodItemTest.kt | 72 override fun getMember(sourceClassItem: ClassItem) = sourceClassItem.assertMethod("method", "") in getMember()
|
/aosp_15_r20/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/ |
H A D | Assertions.kt | 107 fun ClassItem.assertMethod(methodName: String, parameters: String): MethodItem { in ClassItem() method
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/ |
H A D | CommonPropertyItemTest.kt | 567 val valueGetterOnCompanion = fooCompanion.assertMethod("getValue", "") in Test companion property()
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.14.18/ |
HD | byte-buddy-1.14.18.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/licenses/
META- ... |
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-tests.jar | IncludeFilterTest.jar
META-INF/
META-INF/LICENSE
META-INF/MANIFEST.MF
... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/intellij-core/ |
HD | intellij-core-mvn.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/31.7.0-alpha07/ |
HD | intellij-core-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/ |
D | metalava-gradle-plugin-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/AL2.0
META ... |