Searched refs:issue (Results 1 – 14 of 14) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | IssueConfiguration.kt | 27 fun getSeverity(issue: Issues.Issue): Severity { in getSeverity() 28 overrides[issue]?.let { return it } in getSeverity() 29 if (issue.defaultLevel == Severity.INHERIT) { in getSeverity() 30 return getSeverity(issue.parent!!) in getSeverity() 32 return issue.defaultLevel in getSeverity() 35 fun setSeverity(issue: Issues.Issue, severity: Severity) { in setSeverity() 37 overrides[issue] = severity in setSeverity() 41 fun error(issue: Issues.Issue) { in error() 42 setSeverity(issue, Severity.ERROR) in error() 46 fun hide(issue: Issues.Issue) { in hide() [all …]
|
/tools/apksig/src/test/java/com/android/apksig/ |
D | ApkVerifierTest.java | 664 for (IssueWithParams issue : signer.getErrors()) { in testV1SchemeSignatureCertNotReencoded() 665 if (issue.getIssue() == Issue.JAR_SIG_PARSE_EXCEPTION) { in testV1SchemeSignatureCertNotReencoded() 668 Throwable exception = (Throwable) issue.getParams()[1]; in testV1SchemeSignatureCertNotReencoded() 1162 for (IssueWithParams issue : result.getErrors()) { in assertVerified() 1166 msg.append(issue); in assertVerified() 1170 for (IssueWithParams issue : signer.getErrors()) { in assertVerified() 1177 .append(issue.getIssue()) in assertVerified() 1179 .append(issue); in assertVerified() 1184 for (IssueWithParams issue : signer.getErrors()) { in assertVerified() 1191 .append(issue.getIssue()) in assertVerified() [all …]
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | OptionsTest.kt | 487 fun `Test issue severity options`() { in Test issue severity options() 507 fun `Test multiple issue severity options`() { in Test multiple issue severity options() 517 fun `Test issue severity options with inheriting issues`() { in Test issue severity options with inheriting issues() 526 fun `Test issue severity options by numeric id`() { in Test issue severity options by numeric id() 535 fun `Test issue severity options with case insensitive names`() { in Test issue severity options with case insensitive names() 544 fun `Test issue severity options with non-existing issue`() { in Test issue severity options with non-existing issue()
|
/tools/metalava/ |
D | API-LINT.md | 13 and again, there are two ways to mark an issue such that it is no longer 22 Next to an error message, metalava will include the issue id. For example, 42 baseline to see if a given issue is already listed in the baseline, and if so,
|
/tools/ndkports/ |
D | .gitignore | 13 # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
/tools/tradefederation/core/proto/ |
D | test_record.proto | 130 // A free-formed text that can help debugging the issue at hand.
|
/tools/test/connectivity/acts/tests/google/fuchsia/bt/pts/ |
D | GATT_PTS_INSTRUCTIONS | 19 Note: While using ACTS cmd line tools, if there is ever an issue with connecting to PTS make sure t…
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | ApkVerifier.java | 2432 public IssueWithParams(Issue issue, Object[] params) { in IssueWithParams() argument 2433 mIssue = issue; in IssueWithParams()
|
/tools/security/sanitizer-status/ |
D | NOTICE | 70 and issue tracking systems that are managed by, or on behalf of, the
|
/tools/trebuchet/ |
D | LICENSE | 58 and issue tracking systems that are managed by, or on behalf of, the
|
/tools/acloud/ |
D | LICENSE | 58 and issue tracking systems that are managed by, or on behalf of, the
|
/tools/apksig/ |
D | LICENSE | 70 and issue tracking systems that are managed by, or on behalf of, the
|
/tools/treble/ |
D | LICENSE | 58 and issue tracking systems that are managed by, or on behalf of, the
|
/tools/repohooks/tools/ |
D | spelling.txt | 671 isssue||issue
|