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

/external/libyuv/files/tools_libyuv/autoroller/
H A Droll_deps.py98 def _RunCommand(command, working_dir=None, ignore_exit_code=False, function
136 lines = _RunCommand(['git', 'branch'])[0].split('\n')
250 stdout, _ = _RunCommand(['git', 'ls-remote', libyuv_deps_entry.url,
343 _, stderr = _RunCommand(
351 stdout, _ = _RunCommand(['git', 'status', '--porcelain'])
360 current_branch = _RunCommand(
368 _RunCommand(['git', 'pull'])
374 _RunCommand(['git', 'checkout', '-b', ROLL_BRANCH_NAME])
384 _RunCommand(['git', 'checkout', active_branch])
385 _RunCommand(['gi
[all...]
/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/common/py_utils/py_utils/
H A Dcloud_storage.py51 # http://crbug.com/359293. See |_RunCommand|.
122 def _RunCommand(args): function
191 stdout = _RunCommand(['ls', query])
197 _RunCommand(['ls', 'gs://%s/%s' % (bucket, remote_path)])
207 _RunCommand(['mv', url1, url2])
225 _RunCommand(['cp', url1, url2])
231 _RunCommand(['rm', url])
348 _RunCommand(['cp', url, partial_download_path.name])
351 _RunCommand(['cp', url, partial_download_path.name])
378 _RunCommand(command_and_arg
[all...]
H A Dcloud_storage_unittest.py64 self.assertRaises(error, cloud_storage._RunCommand, [])
89 orig_run_command = cloud_storage._RunCommand
91 cloud_storage._RunCommand = self._FakeRunCommand
100 cloud_storage._RunCommand = orig_run_command
209 orig_run_command = cloud_storage._RunCommand
213 cloud_storage._RunCommand = AssertCorrectRunCommandArgs
219 cloud_storage._RunCommand = orig_run_command
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A D_bitmap.py50 def _RunCommand(self, *command): member in class:_BitmapTools
63 return self._RunCommand(_BitmapTools.CROP_PIXELS)
67 response = self._RunCommand(_BitmapTools.HISTOGRAM,
77 response = self._RunCommand(_BitmapTools.BOUNDING_BOX, int(color),

Completed in 404 milliseconds