Searched refs:Executive (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Drun-bindings-tests46 return BindingsTests(reset_results, executive.Executive()).main()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
H A Dports.py35 from webkitpy.common.system.executive import Executive namespace
59 return Executive.shell_command_for_script(script_path)
71 # FIXME: This shouldn't use a static Executive().
72 args = '--makeargs="-j%s"' % Executive().cpu_count()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_unittest.py48 from webkitpy.common.system.executive import Executive, ScriptError namespace
87 file_interpreter = Executive.interpreter_for_script(temp_name, fs)
108 Executive().run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
112 executive = Executive()
119 executive = Executive()
125 executive = Executive()
131 to Executive.run* methods, and they will return unicode()
146 executive = Executive()
169 executive = Executive()
[all...]
H A Dsystemhost.py38 self.executive = executive.Executive()
H A Duser.py39 from webkitpy.common.system.executive import Executive namespace
61 self._platforminfo = platforminfo or PlatformInfo(sys, platform, Executive())
H A Dplatforminfo_unittest.py33 from webkitpy.common.system.executive import Executive namespace
77 info = PlatformInfo(sys, platform, Executive())
H A Dexecutive.py86 class Executive(object): class in inherits:object
172 interpreter = Executive.interpreter_for_script(script_path, fs)
349 # updated to use an Executive object.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection.py33 from webkitpy.common.system.executive import Executive namespace
83 return SCMDetector(FileSystem(), Executive()).detect_scm_system(path, patch_directories)
H A Dscm.py36 from webkitpy.common.system.executive import Executive, ScriptError namespace
51 Executive.default_error_handler(error)
65 self._executive = executive or Executive()
H A Dsvn.py40 from webkitpy.common.system.executive import Executive, ScriptError namespace
62 find_output = self.run(find_args, cwd=home_directory, error_handler=Executive.ignore_error).rstrip()
97 executive = executive or Executive()
111 info_output = Executive().run_command(svn_info_args, cwd=path).rstrip()
255 info_output = Executive().run_command([self.executable_name, 'log', '-r', revision, '--xml', repository_root], cwd=path).rstrip()
H A Dgit.py36 from webkitpy.common.system.executive import Executive, ScriptError namespace
106 executive = executive or Executive()
107 return executive.run_command([cls.executable_name, 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "true"
130 # FIXME: This should use an Executive.
131 executive = executive or Executive()
132 return executive.run_command([cls.executable_name, "config", "--get-all", key], error_handler=Executive.ignore_error, cwd=cwd).rstrip('\n')
355 self._run_git(['revert', '--no-commit', git_commit], error_handler=Executive.ignore_error)
H A Dscm_unittest.py49 from webkitpy.common.system.executive import Executive, ScriptError namespace
82 # New code should use Executive.run_command directly instead
83 return Executive().run_command(*args, **kwargs)
114 # FIXME: This should use an Executive.
265 self.assertRaises(OSError, run_command, command_does_not_exist, error_handler=Executive.ignore_error)
270 self.assertTrue(run_command(command_returns_non_zero, error_handler=Executive.ignore_error))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dpatchreader.py35 from webkitpy.common.system.executive import Executive namespace
73 detection = SCMDetector(fs, Executive()).detect_scm_system(cwd)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dpython.py31 from webkitpy.common.system.executive import Executive namespace
75 executive = Executive()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dmain_unittest.py29 from webkitpy.common.system.executive import Executive namespace
109 executive = Executive()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dhaslanded.py36 from webkitpy.common.system.executive import Executive, ScriptError namespace
80 executive = Executive()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A Dupdate_webgl_conformance_tests.py32 from webkitpy.common.system.executive import Executive namespace
95 detector = scm.SCMDetector(FileSystem(), Executive())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dcheckout_unittest.py39 from webkitpy.common.system.executive import Executive, ScriptError namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dcredentials.py38 from webkitpy.common.system.executive import Executive, ScriptError namespace
58 self.executive = executive or Executive()
H A Dcredentials_unittest.py33 from webkitpy.common.system.executive import Executive namespace
55 # Note: All tests should use this class instead of Credentials directly to avoid using a real Executive.
/external/chromium_org/build/android/pylib/utils/
H A Dflakiness_dashboard_results_uploader.py44 self._executive = executive.Executive()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlayout_tests_mover.py54 from webkitpy.common.system.executive import Executive namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase_unittest.py35 from webkitpy.common.system.executive import Executive, ScriptError namespace

Completed in 207 milliseconds