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

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
setup.py 39 author_email='google-gflags@googlegroups.com', variable
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
setup.py 27 author_email='opensource@google.com', variable
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
setup.py 48 author_email='yuzo@chromium.org', variable
  /external/linux-tools-perf/util/
setup.py 21 author_email='acme@redhat.com', variable
  /external/llvm/utils/lit/
setup.py 10 author_email = lit.__email__, variable
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
commitinfo.py 41 self._author_email = changelog_data["author_email"]
67 def author_email(self): member in class:CommitInfo
89 author_line = "\"%s\" <%s>" % (self.author_name(), self.author_email())
commitinfo_unittest.py 45 "author_email": "author@example.com",
55 self.assertEqual(commit.author_email(), "author@example.com")
changelog.py 72 def author_email(self): member in class:ChangeLogEntry
api.py 90 "author_email": changelog_entry.author_email(),
api_unittest.py 171 self.assertEqual(commitinfo.author_email(), "vestbo@webkit.org")
  /external/webkit/Tools/Scripts/
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:
192 # log("%s -> %s" % (author, author_email)) # For sanity checking.
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/markdown/
setup.py 34 author_email = 'yuri [at] freewisdom.org', variable in class:md_install_scripts
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 43 def __init__(self, author_email):
44 self._author_email = author_email
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogforrevert_unittest.py 122 self.assertEquals(actual_entry.author_email(), "eric@webkit.org")
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 287 author_email="pink@odahoda.de",
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 168 def fetch_bugs_matching_search(self, search_string, author_email=None):
172 if author_email:
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 247 def fetch_bugs_matching_search(self, search_string, author_email=None):
532 "author_email": "abarth@webkit.org",

Completed in 159 milliseconds