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

  /external/chromium-trace/catapult/dashboard/dashboard/
edit_test_owners.py 54 owner_email = self.request.get('sub_item')
56 owner_email = user.email()
59 owner_email = str(owner_email) if owner_email else None
62 test_owner.ValidateOwnerEmail(owner_email)
68 test_owner.AddOwner(test_suite_path, owner_email)
70 test_owner.RemoveOwner(test_suite_path, owner_email)
77 owner_email = user.email()
78 test_suite_paths = test_owner.GetTestSuitePaths(owner_email)
    [all...]
test_owner.py 70 def AddOwner(test_suite_path, owner_email):
75 owner_email: An email string.
79 owners.add(owner_email)
116 def RemoveOwner(test_suite_path, owner_email=None):
121 owner_email: Optional email string. If not specified, dict entry
126 if owner_email:
128 owners.remove(owner_email)
162 def GetTestSuitePaths(owner_email):
167 if owner_email in owners:
182 def ValidateOwnerEmail(owner_email)
    [all...]
update_bug_with_results_test.py 110 "owner_email": "sullivan@google.com",
  /external/skia/
PRESUBMIT.py 253 owner_email = issue_properties['owner_email']
262 if fnmatch.fnmatch(owner_email, email_fnmatch):
271 % owner_email))
324 if issue_properties['owner_email'] in PUBLIC_API_OWNERS:

Completed in 495 milliseconds