Home
last modified time | relevance | path

Searched refs:overrides (Results 1 – 10 of 10) sorted by relevance

/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/
DIssueConfiguration.kt21 private val overrides = mutableMapOf<Issues.Issue, Severity>() constant in com.android.tools.metalava.reporter.IssueConfiguration
25 overrides[issue]?.let { in getSeverity()
36 overrides[issue] = severity in setSeverity()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/
DNullabilityLintTest.kt329 fun `No nullability allowed on overrides of unannotated methods or parameters`() { in No nullability allowed on overrides of unannotated methods or parameters()
485 fun `Nullability overrides in unbounded generics should be allowed`() { in Nullability overrides in unbounded generics should be allowed()
549 fun `Nullability overrides in unbounded generics (Object to generic and back)`() { in Nullability overrides in unbounded generics (Object to generic and back)()
595 fun `Nullability overrides in unbounded generics (one super method lacks nullness info)`() { in Nullability overrides in unbounded generics (one super method lacks nullness info)()
710 fun `Test inner type nullness overrides of defined nullness`() { in Test inner type nullness overrides of defined nullness()
752 fun `Test inner type nullness overrides of platform nullness`() { in Test inner type nullness overrides of platform nullness()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/signature/
DSignatureFormatOptionsTest.kt186 fun `--format with no properties and --format-defaults add-additional-overrides=yes`() { in --format with no properties and --format-defaults add-additional-overrides=yes()
237 fun `--format specifier with add additional overrides property`() { in --format specifier with add additional overrides property()
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dinvocation_policy.proto91 // since the 2nd value overrides the 1st.
113 // further overrides.
116 // Set a final value of the flag. Any overrides provided by the user for
/tools/metalava/metalava/src/test/resources/
Dsource-model-provider-baseline.txt62 …Test that method overrides are handled correctly when flagged APIs are hidden[turbine,public with …
63 …Test that method overrides are handled correctly when flagged APIs are hidden[turbine,public witho…
64 …Test that method overrides are handled correctly when flagged APIs are hidden[turbine,system with …
65 …Test that method overrides are handled correctly when flagged APIs are hidden[turbine,system witho…
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DFlaggedApiTest.kt539 fun `Test that method overrides are handled correctly when flagged APIs are hidden`() { in <lambda>()
/tools/asuite/atest/bazel/resources/rules/
Dtradefed_test.bzl103 the last of them in the argument list overrides any earlier ones.
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py205 overrides = {
216 for flag, python_value in overrides.items():
/tools/metalava/
DFORMAT.md488 If a method overrides another method, and the signatures are the same, the
DREADME.md453 overrides the `compare(old: Item, new: Item)` method, and checks whether the old