Searched refs:author_email (Results 1 – 15 of 15) sorted by relevance
/external/webkit/Tools/Scripts/ |
D | validate-committer-lists | 181 author_email = self.login_to_email_address.get(author) 184 if not author_email and author in prefixes_of_authors_with_email: 186 author_email = authors_with_email[author_email_index] 188 if not author_email: 194 email_commit_time = self._last_commit_time_by_author_cache.get(author_email) 197 self._last_commit_time_by_author_cache[author_email] = no_email_commit_time
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | commitinfo.py | 67 def author_email(self): member in CommitInfo 89 author_line = "\"%s\" <%s>" % (self.author_name(), self.author_email())
|
D | commitinfo_unittest.py | 55 self.assertEqual(commit.author_email(), "author@example.com")
|
D | changelog_unittest.py | 100 self.assertEquals(latest_entry.author_email(), "pkasting@google.com")
|
D | changelog.py | 72 def author_email(self): member in ChangeLogEntry
|
D | api_unittest.py | 171 self.assertEqual(commitinfo.author_email(), "vestbo@webkit.org")
|
D | api.py | 90 "author_email": changelog_entry.author_email(),
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | flakytestreporter_unittest.py | 43 def __init__(self, author_email): argument 44 self._author_email = author_email
|
/external/llvm/utils/lit/ |
D | setup.py | 10 author_email = lit.__email__,
|
/external/linux-tools-perf/util/ |
D | setup.py | 21 author_email='acme@redhat.com',
|
/external/markdown/ |
D | setup.py | 34 author_email = 'yuri [at] freewisdom.org',
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | preparechangelogforrevert_unittest.py | 122 self.assertEquals(actual_entry.author_email(), "eric@webkit.org")
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | setup.py | 287 author_email="pink@odahoda.de",
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
D | bugzilla.py | 168 def fetch_bugs_matching_search(self, search_string, author_email=None): argument 172 if author_email:
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | mocktool.py | 247 def fetch_bugs_matching_search(self, search_string, author_email=None): argument
|