Searched refs:device_port (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/tests/lldb/tests/harness/ |
D | test_base_remote.py | 32 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
|
D | test_base.py | 44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs): argument
|
/frameworks/rs/tests/lldb/tests/ |
D | run_test.py | 94 state.android.launch_lldb_platform(state.device_port) 333 args.device_port, 360 device_port=args.device_port,
|
/frameworks/rs/tests/lldb/ |
D | config.py | 47 def device_port(self): member in Config
|
D | run_tests.py | 189 self.device_port = int(_choice(args.device_port, config.device_port)) 500 dport = int(state.device_port) + state.port_mod
|