HomeSort by relevance Sort by last modified time
    Searched refs:issue_id (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/tools/bug_hunter/
bug_hunter.py 88 _ISSUE_ELEMENT_IN_EMAIL_CHOICES = ('issue_id', 'author', 'status', 'state',
162 _EMAIL_ISSUE_TEMPLATE = ('<li><a href="http://crbug.com/%(issue_id)s">'
163 '%(issue_id)s %(title)s</a> ')
184 def GetComments(self, issue_id, max_comments):
188 issue_id: Issue id for each issue in the issue tracker.
196 issue_id)
207 A list of issues in descending order by issue_id. Each element in the
208 list is a dictionary where the keys are 'issue_id', 'title', 'author',
234 issue_id = entry.id.text.split('/')[-1]
235 if not issue_id.isdigit()
    [all...]
bug_hunter_unittest.py 64 def get_comments(self, project_name, issue_id):
69 issue_id: Issue_id string.
110 issues.append({'issue_id': str(i), 'title': 'title', 'author': 'author',
145 expected_issues = [{'issue_id': '0', 'title': 'title', 'author': 'author',

Completed in 305 milliseconds