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

  /external/chromium_org/third_party/skia/tools/
svn.py 57 # _RunCommand() and (some of) the methods that call it.
60 def _RunCommand(self, args):
80 output = self._RunCommand([SVN, 'info'])
96 return self._RunCommand([SVN, 'checkout', url, path])
106 return self._RunCommand([SVN, 'update', path, '--revision', revision])
115 filenames = self._RunCommand([SVN, 'ls', url]).split('\n')
149 stdout = self._RunCommand([SVN, 'status']).replace('\r', '')
159 self._RunCommand([SVN, 'add'] + filenames)
169 self._RunCommand(
194 self._RunCommand([SVN, 'export', '--revision', 'BASE', '--force'
    [all...]
svndiff.py 174 def _RunCommand(args):
193 return _RunCommand(['git', 'ls-files', '-m']).splitlines()
  /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/tools/telemetry/telemetry/core/
bitmap.py 142 def _RunCommand(self, *command):
155 return self._RunCommand(_BitmapTools.CROP_PIXELS)
159 response = self._RunCommand(_BitmapTools.HISTOGRAM,
168 response = self._RunCommand(_BitmapTools.BOUNDING_BOX, int(color),

Completed in 246 milliseconds