Home
last modified time | relevance | path

Searched defs:bug_id (Results 1 – 22 of 22) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dissue_tracker_service.py44 def AddBugComment(self, bug_id, comment, status=None, cc_list=None, argument
89 def _MakeCommentRequest(self, bug_id, body, retry=True): argument
166 def GetLastBugCommentsAndTimestamp(self, bug_id): argument
188 def _MakeGetCommentsRequest(self, bug_id): argument
Dauto_triage.py122 def UpdateRecoveredBugs(cls, bug_id): argument
143 def _CommentOnRecoveredBug(cls, bug_id): argument
157 def _RecoveredBugComment(cls, bug_id): argument
Dassociate_alerts.py94 def _AssociateAlertsWithBug(self, bug_id, urlsafe_keys, is_confirmed): argument
134 def _VerifyAnomaliesOverlap(self, alerts, bug_id): argument
Dgroup_report.py67 def _ShowAlertsWithBugId(self, bug_id): argument
159 def _ShowAlerts(self, alert_list, bug_id=None): argument
Dauto_bisect.py108 def StartNewBisectForBug(bug_id): argument
134 def _MakeBisectTryJob(bug_id, run_count=0): argument
Dedit_anomalies.py67 def ChangeBugId(self, alert_entities, bug_id): argument
Dbench_find_anomalies_test.py81 def _AddAnomalyForTest(self, end_revision, bug_id, test_key): argument
Dbuildbucket_job.py14 test_command, metric, repeats, timeout_minutes, bug_id, argument
Dbisect_report_test.py81 def _BisectResults(self, try_job_id, bug_id, status, **kwargs): argument
Dfile_bug.py159 def _AdditionalDetails(bug_id, alerts): argument
Dgroup_report_test.py31 self, revision_ranges, test_key, sheriff_key, bug_id=None): argument
Dauto_triage_test.py56 median_before, median_after, bug_id=None): argument
Ddebug_alert.py334 def _GetDisplayBugId(bug_id): argument
Dupdate_bug_with_results_test.py174 def _AddTryJob(self, bug_id, status, bot, **kwargs): argument
Dfile_bug_test.py29 bug_id = 12345 variable in MockIssueTrackerService
Dstart_try_job.py247 repeat_count, max_time_minutes, bug_id, use_archive=None, argument
/external/chromium-trace/catapult/dashboard/dashboard/models/
Dalert_group.py22 bug_id = ndb.IntegerProperty(indexed=True) variable in AlertGroup
149 def _AddLogForBugAssociate(anomaly_entity, bug_id): argument
Dbug_data.py50 def SetBisectStatus(bug_id, status): argument
Dalert.py24 bug_id = ndb.IntegerProperty(indexed=True) variable in Alert
Dtry_job.py27 bug_id = ndb.IntegerProperty() variable in TryJob
Dalert_group_test.py201 self, revision_range, test, sheriff_key, bug_id, is_improvement): argument
/external/autotest/site_utils/
Drun_suite.py348 def get_bug_link(cls, bug_id): argument