Searched defs:executive (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_mock.py33 from webkitpy.common.system import executive namespace
63 script_error = executive.ScriptError(script_args=arg_list,
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dconfig_standalone.py47 from webkitpy.common.system import executive namespace
63 e = executive.Executive()
H A Dconfig.py36 from webkitpy.common.system import executive namespace
64 def __init__(self, executive, filesystem):
65 self._executive = executive
164 except (OSError, executive.ScriptError):
H A Dconfig_unittest.py33 from webkitpy.common.system import executive namespace
46 return executive.Executive().run_command(arg_list)
148 e = executive.Executive()
173 c = self.make_config(exception=executive.ScriptError())
180 c = config.Config(executive.Executive(), filesystem.FileSystem())
186 c = config.Config(executive.Executive(), filesystem.FileSystem())
196 c = config.Config(executive.Executive(), filesystem.FileSystem())
H A Dchromium.py41 from webkitpy.common.system import executive namespace
118 local_error = executive.ScriptError()
/external/webkit/Tools/Scripts/webkitpy/test/
H A Dcat_unittest.py28 from webkitpy.common.system import executive, outputcapture namespace
51 output = executive.Executive().run_command(cat.command_arguments(), input=input)
H A Decho_unittest.py27 from webkitpy.common.system import executive, outputcapture namespace
63 output = executive.Executive().run_command(echo.command_arguments('foo', 'bar', 'baz'))
/external/webkit/Tools/Scripts/webkitpy/common/
H A Dhost.py35 from webkitpy.common.system import executive, filesystem, platforminfo, user, workspace namespace
43 self.executive = executive.Executive()
46 self.workspace = workspace.Workspace(self.filesystem, self.executive)
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Ddeduplicate_tests.py41 from webkitpy.common.system import executive namespace
110 git_output = executive.Executive().run_command(cmd,
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmain.py44 from webkitpy.common.system import executive, filesystem, platforminfo, user, workspace namespace

Completed in 502 milliseconds