Searched refs:V5 (Results 1 – 5 of 5) sorted by relevance
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | FileFormatTest.kt | 318 format = FileFormat.V5, in Check header and specifier (v5)() 329 expectedFormat = FileFormat.V5, in Check format parsing (v5) - no properties with package() 355 expectedFormat = FileFormat.V5.copy(kotlinStyleNulls = false), in Check format parsing (v5) - kotlin-style-nulls property() 437 FileFormat.V5.copy( in Check header and specifier (v5 + overloaded-method-order=source)() 455 FileFormat.V5.copy( in Check header and specifier (v5 + overloaded-method-order=source,migrating=test)() 473 FileFormat.V5.copy( in Check header and specifier (v5 + language=java)() 493 FileFormat.V5.copy( in Check header and specifier (v5 + kotlin-style-nulls=yes,language=java)() 512 FileFormat.V5.copy( in Check header and specifier (v5 + language=kotlin)() 530 FileFormat.V5.copy( in Check header and specifier (v5 + concise-default-values=no,language=kotlin)() 548 FileFormat.V5.copy( in Check header and specifier (v5 + kotlinNameTypeOrder=yes)() [all …]
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/ |
D | SignatureFormatOptionsTest.kt | 355 FileFormat.V5.copy( in --format specifier with v5, some properties, excluding 'migrating' when migratingAllowed=true() 372 FileFormat.V5.copy( in --format specifier with v5, some properties, including 'migrating' when migratingAllowed=true()
|
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/ |
D | FileFormat.kt | 235 V5( in <lambda>() 426 val V5 = Version.V5.defaults in <lambda>() constant
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | SignatureInputOutputTest.kt | 566 FileFormat.V5.copy(kotlinNameTypeOrder = true, formatDefaults = FileFormat.V5) in <lambda>()
|
D | ApiFileTest.kt | 2150 FileFormat.V5.copy( in Remove findViewById type nullness annotation()
|