Home
last modified time | relevance | path

Searched refs:device_port (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
Dtest_base_remote.py32 def __init__(self, device_port, device, timer, *args, **kwargs): argument
33 super(TestBaseRemote, self).__init__(device_port, device, timer, *args, **kwargs)
35 self._device_port = device_port
Dtest_base.py44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs): argument
/frameworks/rs/tests/lldb/tests/
Drun_test.py94 state.android.launch_lldb_platform(state.device_port)
333 args.device_port,
360 device_port=args.device_port,
/frameworks/rs/tests/lldb/
Dconfig.py47 def device_port(self): member in Config
Drun_tests.py189 self.device_port = int(_choice(args.device_port, config.device_port))
500 dport = int(state.device_port) + state.port_mod