Home | History | Annotate | Download | only in port

Lines Matching refs:port_name

61     port_name = 'mock'
64 def determine_full_port_name(cls, host, options, port_name):
65 return port_name
67 def __init__(self, host, port_name, **kwargs):
68 self.__delegate = PortFactory(host).get(port_name.replace('mock-', ''), **kwargs)
95 def _overriding_cmd_line(original_cmd_line, driver_path, python_exe, this_file, port_name):
99 cmd_line[index:index + 1] = [python_exe, this_file, '--platform', port_name]
178 port_name = None
180 port_name = options.platform
181 self._port = PortFactory(host).get(port_name=port_name, options=options)