HomeSort by relevance Sort by last modified time
    Searched full:assignee (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
loop_controls.cpp 67 ir_variable *assignee = assign->lhs->whole_variable_referenced(); local
69 if (assignee == var)
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 566 assignee=None,
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):
742 log("Assigning bug %s to %s" % (bug_id, assignee))
752 self.browser["assigned_to"] = assignee
    [all...]

Completed in 680 milliseconds