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

/external/chromium-trace/catapult/catapult_base/catapult_base/
H A Dcloud_storage.py48 # http://crbug.com/359293. See |_RunCommand|.
116 def _RunCommand(args): function
167 stdout = _RunCommand(['ls', query])
173 _RunCommand(['ls', 'gs://%s/%s' % (bucket, remote_path)])
183 _RunCommand(['mv', url1, url2])
201 _RunCommand(['cp', url1, url2])
207 _RunCommand(['rm', url])
257 _RunCommand(['cp', url, partial_download_path.name])
260 _RunCommand(['cp', url, partial_download_path.name])
287 _RunCommand(command_and_arg
[all...]
H A Dcloud_storage_unittest.py59 self.assertRaises(error, cloud_storage._RunCommand, [])
84 orig_run_command = cloud_storage._RunCommand
86 cloud_storage._RunCommand = self._FakeRunCommand
95 cloud_storage._RunCommand = orig_run_command
204 orig_run_command = cloud_storage._RunCommand
208 cloud_storage._RunCommand = AssertCorrectRunCommandArgs
214 cloud_storage._RunCommand = orig_run_command
/external/webrtc/tools/autoroller/
H A Droll_chromium_revision.py86 def _RunCommand(command, working_dir=None, ignore_exit_code=False, function
124 lines = _RunCommand(['git', 'branch'])[0].split('\n')
304 stdout, _ = _RunCommand(['git', 'status', '--porcelain'])
313 current_branch = _RunCommand(
321 _RunCommand(['git', 'pull'])
327 _RunCommand(['git', 'checkout', '-b', ROLL_BRANCH_NAME])
337 _RunCommand(['git', 'checkout', active_branch])
338 _RunCommand(['git', 'branch', '-D', ROLL_BRANCH_NAME])
344 _RunCommand(['git', 'add', '--update', '.'])
345 _RunCommand(['gi
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A D_bitmap.py49 def _RunCommand(self, *command): member in class:_BitmapTools
62 return self._RunCommand(_BitmapTools.CROP_PIXELS)
66 response = self._RunCommand(_BitmapTools.HISTOGRAM,
76 response = self._RunCommand(_BitmapTools.BOUNDING_BOX, int(color),

Completed in 163 milliseconds