Searched refs:_RunCommand (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dsvn.py57 # _RunCommand() and (some of) the methods that call it.
60 def _RunCommand(self, args): member in class:Svn
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([SV
[all...]
H A Dsvndiff.py174 def _RunCommand(args): function
193 return _RunCommand(['git', 'ls-files', '-m']).splitlines()
/external/skia/tools/
H A Dsvn.py57 # _RunCommand() and (some of) the methods that call it.
60 def _RunCommand(self, args): member in class:Svn
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([SV
[all...]
H A Dsvndiff.py174 def _RunCommand(args): function
193 return _RunCommand(['git', 'ls-files', '-m']).splitlines()
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py36 # http://crbug.com/359293. See |_RunCommand|.
114 def _RunCommand(args): function
153 stdout = _RunCommand(['ls', query])
159 _RunCommand(['ls', 'gs://%s/%s' % (bucket, remote_path)])
169 _RunCommand(['mv', url1, url2])
175 _RunCommand(['rm', url])
181 _RunCommand(['cp', url, local_path])
193 _RunCommand(command_and_args)
222 _RunCommand(['cp', url, file_path])
/external/chromium_org/tools/coverity/
H A Dcoverity.py89 def _RunCommand(cmd, dry_run, shell=False, echo_cmd=True): function
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/
H A Dbitmap.py142 def _RunCommand(self, *command): member in class:_BitmapTools
155 return self._RunCommand(_BitmapTools.CROP_PIXELS)
159 response = self._RunCommand(_BitmapTools.HISTOGRAM,
168 response = self._RunCommand(_BitmapTools.BOUNDING_BOX, int(color),

Completed in 4091 milliseconds