Lines Matching refs:display
193 def __init__(self, name, fullname, display, ip, status=None, adb_port=None, argument
200 self._display = display # Resolution and dpi
268 def display(self): member in Instance
326 display = _DISPLAY_STRING % {"x_res": self._cf_runtime_cfg.x_res,
342 name=name, fullname=fullname, display=display, ip="127.0.0.1",
476 display = _DISPLAY_STRING % {"x_res": x_res, "y_res": y_res,
479 display = "unknown"
486 name=name, fullname=fullname, display=display, ip="127.0.0.1",
600 display = None
607 display = value
644 name=name, fullname=fullname, display=display, ip=ip, status=status,