Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/
DMergeSignaturesCommandTest.kt108 val source1 = in Test merging API signature files() constant
156 source1, in Test merging API signature files()
210 val source1 = in Test merging API signature files with reverse dependency() constant
236 source1, in Test merging API signature files with reverse dependency()
245 val source1 = in Test merging 3 API signature files() constant
298 checkMergeSignatures(source1, source2, source3, expectedOutput = expected) in Test merging 3 API signature files()
303 val source1 = in Test can merge API signature files with duplicate class() constant
327 checkMergeSignatures(source1, source2, expectedOutput = expected) in Test can merge API signature files with duplicate class()
332 val source1 = in Test cannot merge API signature files with incompatible class definitions() constant
350 source1, in Test cannot merge API signature files with incompatible class definitions()
[all …]
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DApiFileTest.kt4193 val source1 = in Test can merge API signature files with duplicate classes with constructors() constant
4237 signatureSources = arrayOf(source1, source2), in Test can merge API signature files with duplicate classes with constructors()
4244 val source1 = in Test can merge API signature files with generic type classes() constant
4280 signatureSources = arrayOf(source1, source2), in Test can merge API signature files with generic type classes()