/aosp_15_r20/external/angle/include/platform/ |
H A D | vk_features.json | 16 "issue": "b/266235549" string 45 "issue": "http://anglebug.com/40644663" string 53 "issue": "http://anglebug.com/40096643" string 61 "issue": "http://anglebug.com/40096643" string 69 "issue": "https://anglebug.com/42265782" string 161 "issue": "http://anglebug.com/42261226" string 169 "issue": "http://anglebug.com/42261226" string 177 "issue": "http://anglebug.com/42262247" string 185 "issue": "http://anglebug.com/42263969" string 207 "issue": "http://anglebug.com/42261881" string [all …]
|
H A D | gl_features.json | 58 "issue": "http://crbug.com/644669" string 80 "issue": "http://crbug.com/110263" string 109 "issue": "http://crbug.com/642227" string 124 "issue": "http://anglebug.com/42260492" string 132 "issue": "http://anglebug.com/42260492" string 140 "issue": "http://crbug.com/650547" string 162 "issue": "http://crbug.com/308366" string 170 "issue": "http://crbug.com/672380" string 178 "issue": "http://anglebug.com/42260591" string 186 "issue": "http://anglebug.com/42260722" string [all …]
|
H A D | frontend_features.json | 31 "issue": "http://anglebug.com/42263580" string 39 "issue": "http://anglebug.com/42266194" string 68 "issue": "https://anglebug.com/42265720" string 76 "issue": "http://anglebug.com/42264287" string 84 "issue": "http://anglebug.com/42264571" string 99 "issue": "http://anglebug.com/42264193" string 107 "issue": "https://issuetracker.google.com/220069903" string 115 "issue": "http://anglebug.com/40096838" string 123 "issue": "http://anglebug.com/42265509" string 131 "issue": "http://anglebug.com/42266231" string [all …]
|
H A D | mtl_features.json | 209 "issue": "http://anglebug.com/42265518" string 218 "issue": "http://anglebug.com/40096835 http://anglebug.com/40096850" string 226 "issue": "http://anglebug.com/40096835" string 234 "issue": "http://anglebug.com/42265754" string 242 "issue": "http://anglebug.com/42265754" string 250 "issue": "http://anglebug.com/42266101" string 258 "issue": "http://anglebug.com/40096850" string 266 "issue": "http://anglebug.com/40644888" string 274 "issue": "http://anglebug.com/40644888" string 282 "issue": "http://anglebug.com/40644888" string [all …]
|
H A D | d3d_features.json | 45 "issue": "http://anglebug.com/40096371" string 106 "issue": "https://crbug.com/650547" string 114 "issue": "https://crbug.com/655534" string 123 "issue": "https://crbug.com/593024" string 139 "issue": "http://anglebug.com/40644627" string 155 "issue": "http://anglebug.com/42261924" string 163 "issue": "http://crbug.com/941620" string 172 "issue": "http://anglebug.com/40096608" string 187 "issue": "http://anglebug.com/40096838" string
|
/aosp_15_r20/packages/modules/Permission/tests/functional/safetycenter/subpages/src/android/safetycenter/functional/ui/ |
D | SafetyCenterSubpagesTest.kt | 438 val issue = sourceData.issues[0] in issueCard_withMultipleGroups_onlyRelevantSubpageHasIssueCard() constant 486 val issue = sourceData.issues[0] in issueCard_resolveIssueOnSubpage_issueDismisses() constant 513 val issue = sourceData.issues[0] in issueCard_confirmDismissalOnSubpage_dismissesIssue() constant 534 val issue = sourceData.issues[0] in issueCard_dismissOnSubpageWithRotation_cancellationPersistsIssue() constant 577 val issue = sourceData.issues[0] in dismissedIssuesCard_expandWithOnlyDismissedIssues_showsAdditionalCard() constant 601 val issue = sourceData.issues[0] in dismissedIssuesCard_collapseWithOnlyDismissedIssues_hidesAdditionalCard() constant 623 val (sourcesGroup, issue) = in dismissedIssuesCard_resolveIssue_successConfirmationShown() constant 645 val (sourcesGroup, issue) = in dismissedIssuesCard_resolveIssue_issueDismisses() constant 664 val (sourcesGroup, issue) = in dismissedIssuesCard_resolveIssue_withDialogClickYes_resolves() constant 683 val (sourcesGroup, issue) = in dismissedIssuesCard_resolveIssue_withDialog_rotates_clickYes_resolves() constant [all …]
|
/aosp_15_r20/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/ |
D | SafetyCenterIssueTest.kt | 232 val issue = SafetyCenterIssue.Builder(issue1).setGroupId("group_id").build() in getGroupId_withNonNullValue_returnsGroupId() constant 240 val issue = in getGroupId_withNullValue_returnsNull() constant 250 val issue = in getGroupId_withVersionLessThanU_throws() constant 260 val issue = SafetyCenterIssue.Builder(issue1).setGroupId(null).build() in setGroupId_withNullValue_returnsNull() constant
|
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/notifications/ |
D | SafetyCenterNotificationSender.java | 243 SafetySourceIssue issue = issuesToNotify.valueAt(i); in updateNotifications() local 281 SafetySourceIssue issue = mNotifiedIssues.valueAt(i); in dump() local 297 SafetySourceIssue issue = issueInfo.getSafetySourceIssue(); in getIssuesToNotify() local 324 private int getBehavior(SafetySourceIssue issue, SafetyCenterIssueKey issueKey) { in getBehavior() 347 SafetySourceIssue issue, SafetyCenterIssueKey issueKey) { in getBehaviorForIssueWithUnspecifiedBehavior() 374 SafetySourceIssue issue, in postNotificationForIssue()
|
D | SafetyCenterNotificationChannels.java | 94 String getCreatedChannelId(NotificationManager notificationManager, SafetySourceIssue issue) { in getCreatedChannelId() 154 private String getChannelIdForIssue(SafetySourceIssue issue) { in getChannelIdForIssue()
|
D | SafetyCenterNotificationFactory.java | 84 SafetySourceIssue issue, in newNotificationForSuccessfulAction() 130 SafetySourceIssue issue, in newNotificationForIssue()
|
/aosp_15_r20/external/google-cloud-java/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ |
H A D | IssueName.java | 39 private final String issue; field in IssueName 80 public static IssueName of(String project, String location, String issueModel, String issue) { in of() 89 public static String format(String project, String location, String issueModel, String issue) { in format() 208 private String issue; field in IssueName.Builder 243 public Builder setIssue(String issue) { in setIssue()
|
/aosp_15_r20/external/python/cpython2/Doc/tools/extensions/ |
D | suspicious.py | 63 def __init__(self, docname, lineno, issue, line): argument 122 def check_issue(self, line, lineno, issue): argument 126 def is_ignored(self, line, lineno, issue): argument 148 def report_issue(self, text, lineno, issue): argument 163 def write_log_entry(self, lineno, issue, text): argument
|
/aosp_15_r20/external/python/cpython3/Doc/tools/extensions/ |
D | suspicious.py | 61 def __init__(self, docname, lineno, issue, line): argument 123 def check_issue(self, line, lineno, issue): argument 127 def is_ignored(self, line, lineno, issue): argument 149 def report_issue(self, text, lineno, issue): argument 156 def write_log_entry(self, lineno, issue, text): argument
|
/aosp_15_r20/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/ |
H A D | Baseline.kt | 177 val issue = Issues.findIssueById(issueId) in <lambda>() constant 204 .forEach { issue -> in <lambda>() method 233 map.keys.asSequence().forEach { issue -> in <lambda>() method 251 val issue = entry.key in <lambda>() constant
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | IssueCardPreference.java | 84 SafetyCenterIssue issue, in IssueCardPreference() 298 private static ConfirmDismissalDialogFragment newInstance(SafetyCenterIssue issue) { in newInstance() 312 SafetyCenterIssue issue = in onCreateDialog() local 347 SafetyCenterIssue issue, in newInstance() 373 SafetyCenterIssue issue = in onCreateDialog() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | lint-tests.jar | ... android.tools.lint.detector.api.Issue issue
com.android.tools.lint.detector ... |
HD | lint-api.jar | ... android.tools.lint.detector.api.Issue issue
com.android.tools.lint.detector ... |
/aosp_15_r20/external/mockito/src/test/java/org/mockito/exceptions/base/ |
H A D | MockitoSerializationIssueTest.java | 23 … MockitoSerializationIssue issue = new MockitoSerializationIssue("msg", new Exception("cause")); in should_filter_out_test_class_from_stacktrace_when_clean_flag_is_true() local 36 … MockitoSerializationIssue issue = new MockitoSerializationIssue("msg", new Exception("cause")); in should_keep_executing_class_in_stacktrace_when_clean_flag_is_false() local
|
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/ |
D | SafetySourceIssues.java | 43 public static SafetySourceIssue.Action findAction(SafetySourceIssue issue, String actionId) { in findAction() 73 public static boolean isPrimaryAction(SafetySourceIssue issue, String actionId) { in isPrimaryAction()
|
/aosp_15_r20/external/javassist/src/test/testproxy/ |
H A D | Target189.java | 61 private PublishedIssue issue; field in Target189.PublishedArticle 68 public void setIssue(PublishedIssue issue) { in setIssue()
|
/aosp_15_r20/external/clang/www/ |
H A D | make_cxx_dr_status | 17 def __init__(self, section, issue, url, status, title): argument 96 def availability(issue): argument
|
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/data/ |
D | SafetySourceStateCollectedLogger.java | 123 SafetySourceIssue issue = sourceIssues.get(i); in logSafetySourceStateCollected() local 147 private boolean isIssueDismissed(SafetySourceIssue issue, SafetySourceKey sourceKey) { in isIssueDismissed()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/ |
H A D | IssueReportingOptions.kt | 192 val issue = in setAspectSeverityForId() constant
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/proto/ |
H A D | testing.proto | 406 Issue issue = 2; field 439 Issue issue = 1; field
|
/aosp_15_r20/packages/modules/Permission/tests/functional/safetycenter/safetycenteractivity/src/android/safetycenter/functional/ui/ |
D | SafetyCenterActivityTest.kt | 523 val issue = safetySourceTestData.recommendationGeneralIssue in issueCard_noAttribution_hasProperContentDescriptions() constant 538 val issue = data.issues[0] in issueCard_withAttribution_hasProperContentDescriptions() constant
|