Searched refs:LinuxPort (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dlinux_unittest.py41 port_maker = linux.LinuxPort
72 self.assertRaises(AssertionError, linux.LinuxPort, MockSystemHost(), port_name='x86-linux')
88 self.assertRaises(AssertionError, linux.LinuxPort, host, '%s-foo' % self.port_name)
H A Dfactory_unittest.py62 self.assert_port(port_name='linux', cls=linux.LinuxPort)
64 cls=linux.LinuxPort)
H A Dlinux.py43 class LinuxPort(base.Port): class in inherits:base.Port
96 super(LinuxPort, self).__init__(host, port_name, **kwargs)
107 flags = super(LinuxPort, self).additional_drt_flag()
120 result = super(LinuxPort, self).check_build(needs_http, printer)
141 result = super(LinuxPort, self).virtual_test_suites()
H A Dandroid.py410 FALLBACK_PATHS = {'icecreamsandwich': ['android'] + linux.LinuxPort.latest_platform_fallback_path()}

Completed in 158 milliseconds