Home
last modified time | relevance | path

Searched refs:Executive (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive_unittest.py36 from webkitpy.common.system.executive import Executive, run_command, ScriptError
77 file_interpreter = Executive.interpreter_for_script(temp_name, fs)
98 … run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
102 executive = Executive()
125 executive = Executive()
148 executive = Executive()
164 executive = Executive()
178 executive = Executive()
198 executive = Executive()
Dexecutive.py102 return Executive().run_command(*args, **kwargs)
105 class Executive(object): class
/external/webkit/Tools/Scripts/webkitpy/common/
Dprettypatch_unittest.py32 from webkitpy.common.system.executive import Executive
38 executive = Executive()
72 pretty_patch = PrettyPatch(Executive(), self._webkit_root())
82 pretty_patch = PrettyPatch(Executive(), self._webkit_root())
Dhost.py43 self.executive = executive.Executive()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dconfig_unittest.py46 return executive.Executive().run_command(arg_list)
148 e = executive.Executive()
180 c = config.Config(executive.Executive(), filesystem.FileSystem())
186 c = config.Config(executive.Executive(), filesystem.FileSystem())
196 c = config.Config(executive.Executive(), filesystem.FileSystem())
Dwebsocket_server.py48 from webkitpy.common.system.executive import Executive
214 Executive().kill_process(self._process.pid)
247 Executive().kill_process(pid)
Dhttp_lock.py38 from webkitpy.common.system.executive import Executive
59 self._executive = Executive()
Dchromium_mac.py39 from webkitpy.common.system.executive import Executive
131 … self._executive.run_command([self._path_to_wdiff()], error_handler=Executive.ignore_error)
Dserver_process.py42 from webkitpy.common.system.executive import Executive
54 def __init__(self, port_obj, name, cmd, env=None, executive=Executive()):
Dconfig_standalone.py63 e = executive.Executive()
Dbase_unittest.py34 from webkitpy.common.system.executive import Executive, ScriptError
99 executive = Executive()
Dbase.py53 from webkitpy.common.system.executive import Executive, ScriptError
106 self._executive = executive or Executive()
/external/webkit/Tools/Scripts/webkitpy/common/config/
Dports.py35 from webkitpy.common.system.executive import Executive
50 interpreter = Executive.interpreter_for_script(script_path)
75 args = '--makeargs="-j%s"' % Executive().cpu_count()
/external/webkit/Tools/Scripts/
Dprint-vse-failure-logs40 from webkitpy.common.system.executive import Executive
46 self._executive = Executive()
/external/webkit/Tools/Scripts/webkitpy/common/net/
Dcredentials.py37 from webkitpy.common.system.executive import Executive, ScriptError
56 self.executive = executive or Executive()
Dcredentials_unittest.py35 from webkitpy.common.system.executive import Executive
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm.py40 from webkitpy.common.system.executive import Executive, run_command, ScriptError
133 Executive.default_error_handler(error)
154 self._executive = executive or Executive()
185 print self.run(self.status_command(), error_handler=Executive.ignore_error)
330 …find_output = self.run(find_args, cwd=home_directory, error_handler=Executive.ignore_error).rstrip…
643 …(['git', 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rs…
664 error_handler=Executive.ignore_error).rstrip('\n')
825 self.run(['git', 'revert', '--no-commit', git_commit], error_handler=Executive.ignore_error)
Dapi.py39 from webkitpy.common.system.executive import Executive, run_command, ScriptError
/external/webkit/Tools/Scripts/webkitpy/test/
Dcat_unittest.py51 output = executive.Executive().run_command(cat.command_arguments(), input=input)
Decho_unittest.py63 output = executive.Executive().run_command(echo.command_arguments('foo', 'bar', 'baz'))
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Ddeduplicate_tests_unittest.py37 class Executive(object): class in MockExecutive
Ddeduplicate_tests.py110 git_output = executive.Executive().run_command(cmd,
/external/eigen/doc/
DI05_FixedSizeVectorizable.dox7 \section summary Executive Summary
DD01_StlContainers.dox10 \section summary Executive summary
/external/valgrind/main/
DREADME15 Executive Summary

12