Searched refs:AndroidPort (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid_unittest.py156 port_maker = android.AndroidPort
206 self._port = android.AndroidPort(MockSystemHost(executive=self._mock_executive), 'android')
228 port = android.AndroidPort(MockSystemHost(executive=mock_executive), 'android')
244 port0 = android.AndroidPort(MockSystemHost(executive=mock_executive),
246 port1 = android.AndroidPort(MockSystemHost(executive=mock_executive),
260 self._port = android.AndroidPort(MockSystemHost(executive=self._mock_executive), 'android')
H A Dfactory_unittest.py67 self.assert_port(port_name='android', cls=android.AndroidPort)
H A Dandroid.py404 class AndroidPort(base.Port): class in inherits:base.Port
420 super(AndroidPort, self).__init__(host, port_name, **kwargs)
488 exit_status = super(AndroidPort, self).check_build(needs_http, printer)
577 super(AndroidPort, self).setup_test_run()
611 super(AndroidPort, self).start_http_server(additional_dirs, number_of_drivers)

Completed in 84 milliseconds