Lines Matching refs:display
341 def __init__(self, name, fullname, display, ip, status=None, adb_port=None, argument
349 self._display = display # Resolution and dpi
449 def display(self): member in Instance
531 display = []
533 display.append(_DISPLAY_STRING % {"x_res": display_config.get(_X_RES),
542 display = cvd_status_info.get(_DISPLAYS)
554 name=name, fullname=fullname, display=display, ip="0.0.0.0",
798 display = _DISPLAY_STRING % {"x_res": x_res, "y_res": y_res,
801 display = "unknown"
807 name=name, fullname=fullname, display=display, ip="127.0.0.1",
934 display = None
943 display = value
983 name=name, fullname=fullname, display=display, ip=ip, status=status,