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

/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.py39 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
75 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)
329 # 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
46 self._executive = executive or Executive()
H A Dsvn.py40 from webkitpy.common.system.executive import Executive, ScriptError namespace
70 executive = executive or Executive()
84 info_output = Executive().run_command(svn_info_args, cwd=path).rstrip()
185 info_output = Executive().run_command([self.executable_name, 'log', '-r', revision, '--xml', repository_root], cwd=path).rstrip()
H A Dgit.py37 from webkitpy.common.system.executive import Executive, ScriptError namespace
71 executive = executive or Executive()
72 return executive.run_command([cls.executable_name, 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "true"
89 # FIXME: This should use an Executive.
90 executive = executive or Executive()
91 return executive.run_command([cls.executable_name, "config", "--get-all", key], error_handler=Executive.ignore_error, cwd=cwd).rstrip('\n')
H A Dscm_unittest.py36 from webkitpy.common.system.executive import Executive, ScriptError namespace
67 self.executive = Executive()
/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.py32 from webkitpy.common.system.executive import Executive namespace
76 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
87 executive = Executive()
H A Dmain.py38 from webkitpy.common.system.executive import Executive namespace
79 self.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/layout_tests/
H A Dbisect_test_ordering.py36 from webkitpy.common.system.executive import Executive namespace
54 self.executive = Executive()
H A Dlayout_tests_mover.py54 from webkitpy.common.system.executive import Executive namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
H A Dmain.py34 from webkitpy.common.system.executive import Executive namespace
139 executive = Executive()
/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
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c6897 Executive,

Completed in 200 milliseconds