Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/
DMergeSignaturesCommandTest.kt121 val source2 = in Test merging API signature files() constant
157 source2, in Test merging API signature files()
218 val source2 = in Test merging API signature files with reverse dependency() constant
237 source2, in Test merging API signature files with reverse dependency()
257 val source2 = in Test merging 3 API signature files() constant
298 checkMergeSignatures(source1, source2, source3, expectedOutput = expected) in Test merging 3 API signature files()
311 val source2 = 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()
340 val source2 = in Test cannot merge API signature files with incompatible class definitions() constant
351 source2, in Test cannot merge API signature files with incompatible class definitions()
[all …]
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DApiFileTest.kt4207 val source2 = 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()
4257 val source2 = 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()