Home
last modified time | relevance | path

Searched refs:author_email (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Tools/Scripts/
Dvalidate-committer-lists181 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/
Dcommitinfo.py67 def author_email(self): member in CommitInfo
89 author_line = "\"%s\" <%s>" % (self.author_name(), self.author_email())
Dcommitinfo_unittest.py55 self.assertEqual(commit.author_email(), "author@example.com")
Dchangelog_unittest.py100 self.assertEquals(latest_entry.author_email(), "pkasting@google.com")
Dchangelog.py72 def author_email(self): member in ChangeLogEntry
Dapi_unittest.py171 self.assertEqual(commitinfo.author_email(), "vestbo@webkit.org")
Dapi.py90 "author_email": changelog_entry.author_email(),
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dflakytestreporter_unittest.py43 def __init__(self, author_email): argument
44 self._author_email = author_email
/external/llvm/utils/lit/
Dsetup.py10 author_email = lit.__email__,
/external/linux-tools-perf/util/
Dsetup.py21 author_email='acme@redhat.com',
/external/markdown/
Dsetup.py34 author_email = 'yuri [at] freewisdom.org',
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dpreparechangelogforrevert_unittest.py122 self.assertEquals(actual_entry.author_email(), "eric@webkit.org")
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py287 author_email="pink@odahoda.de",
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py168 def fetch_bugs_matching_search(self, search_string, author_email=None): argument
172 if author_email:
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py247 def fetch_bugs_matching_search(self, search_string, author_email=None): argument