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

  /external/skia/tools/
svn.py 52 def _RunCommand(self, args):
70 output = self._RunCommand([SVN, 'info'])
86 return self._RunCommand([SVN, 'checkout', url, path])
95 filenames = self._RunCommand([SVN, 'ls', url]).split('\n')
129 stdout = self._RunCommand([SVN, 'status'])
139 self._RunCommand([SVN, 'add'] + filenames)
149 self._RunCommand(
173 self._RunCommand([SVN, 'export', '--revision', 'BASE',
svndiff.py 166 def _RunCommand(args):
185 return _RunCommand(['git', 'ls-files', '-m']).splitlines()
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
posix_platform_backend.py 17 def _RunCommand(self, args):
37 return self._RunCommand(args).splitlines()
cros_platform_backend.py 30 def _RunCommand(self, args):
mac_platform_backend.py 33 vm_stat = self._RunCommand(['vm_stat'])
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 60 def _RunCommand(args):
73 stdout = _RunCommand(['ls', 'gs://%s' % bucket])
80 _RunCommand(['rm', url])
86 _RunCommand(['cp', url, local_path])
92 _RunCommand(['cp', local_path, url])
  /external/chromium_org/tools/coverity/
coverity.py 89 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True):
133 gclient_exit = _RunCommand(cmd, options.dry_run, shell=True)
175 _RunCommand('pwd', options.dry_run, shell=True)
187 _RunCommand('pwd', options.dry_run, shell=True)
194 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make)
201 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make)
228 _RunCommand(cmd, options.dry_run, shell=use_shell_during_make, echo_cmd=False)
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 76 self._RunCommand(self._config.actions[action])
104 def _RunCommand(self, command):

Completed in 120 milliseconds