Home
last modified time | relevance | path

Searched refs:assignee (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py566 assignee=None, argument
590 if not assignee:
591 assignee = self.username
592 if assignee and not self.browser.find_control("assigned_to").disabled:
593 self.browser["assigned_to"] = assignee
739 def reassign_bug(self, bug_id, assignee, comment_text=None): argument
742 log("Assigning bug %s to %s" % (bug_id, assignee))
752 self.browser["assigned_to"] = assignee
/external/mesa3d/src/glsl/
Dloop_controls.cpp67 ir_variable *assignee = assign->lhs->whole_variable_referenced(); in find_initial_value() local
69 if (assignee == var) in find_initial_value()