HomeSort by relevance Sort by last modified time
    Searched refs:_executive (Results 1 - 19 of 19) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/
prettypatch.py 36 self._executive = executive
67 return self._executive.run_command(args, input=diff, decode_output=False)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
workspace.py 37 self._executive = executive # FIXME: Remove if create_zip is moved to python.
60 self._executive.run_command(['zip', '-r', zip_path, source_path])
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 46 self._executive = Executive()
61 lines = self._executive.run_command([script_path, sln_path]).splitlines()
85 build_directory = self._executive.run_command([build_directory_script_path, "--top-level"]).rstrip()
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 65 self._executive = executive
83 self._executive.run_command(args).rstrip())
92 exit_code = self._executive.run_command([
win.py 76 self._executive.kill_all("httpd.exe")
chromium_mac.py 131 self._executive.run_command([self._path_to_wdiff()], error_handler=Executive.ignore_error)
184 self._executive.kill_all('lighttpd')
185 self._executive.kill_all('httpd')
chromium_win.py 96 self._executive.run_command([setup_mount])
186 self._executive.kill_all("LightTPD.exe")
187 self._executive.kill_all("httpd.exe")
chromium_unittest.py 111 self.driver._port._executive = FakeExecutive()
207 port._executive = executive_mock.MockExecutive2(exit_code=0)
211 port._executive = executive_mock.MockExecutive2(exit_code=1)
215 port._executive = executive_mock.MockExecutive2(exit_code=2)
230 port._executive = executive_mock.MockExecutive2(exit_code=0)
234 port._executive = executive_mock.MockExecutive2(exit_code=1,
http_lock.py 59 self._executive = Executive()
95 if not (current_pid and self._executive.check_running_pid(int(current_pid))):
gtk.py 75 self._executive.kill_all('apache2')
qt.py 89 self._executive.kill_all('apache2')
chromium_win_unittest.py 66 port._executive = mocktool.MockExecutive(should_log=True)
80 port._executive = mocktool.MockExecutive(should_log=True)
mac.py 125 if self._executive.run_command(build_java, return_exit_code=True):
153 self._executive.kill_all('httpd')
chromium_linux.py 78 file_output = self._executive.run_command(['file', driver_path],
225 self._executive.kill_all("lighttpd")
226 self._executive.kill_all("apache2")
server_process.py 60 self._executive = executive
227 self._executive.kill_process(self._proc.pid)
base.py 106 self._executive = executive or Executive()
109 self._config = config or port_config.Config(self._executive, self._filesystem)
152 return self._executive.cpu_count()
190 result = self._executive.run_command(['ruby', '--version'])
740 wdiff = self._executive.run_command(command, decode_output=False,
773 return self._executive.run_command(command, decode_output=False)
    [all...]
chromium.py 123 output = self._executive.run_command(cmd, error_handler=error_handler)
160 exit_code = self._executive.run_command(cmd, return_exit_code=True)
538 self._port._executive.kill_process(self._proc.pid)
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 154 self._executive = executive or Executive()
159 return self._executive.run_command(args,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 631 return path.abspath_to_uri(filename, self._port._executive)
    [all...]

Completed in 1429 milliseconds