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

  /external/v8/build/android/buildbot/
bb_host_steps.py 22 # Short hand for RunCmd which is used extensively in this file.
23 RunCmd = bb_utils.RunCmd
32 RunCmd([SrcPath('android_webview', 'tools', 'webview_licenses.py'), 'scan'],
37 RunCmd([SrcPath('build', 'landmines.py')])
47 RunCmd(['rm', '-rf', build_path])
50 RunCmd(['gclient', 'runhooks'], halt_on_failure=True)
61 RunCmd(cmd, halt_on_failure=True)
81 RunCmd(cmd, halt_on_failure=True, cwd=DIR_BUILD_ROOT)
86 RunCmd([
    [all...]
bb_device_steps.py 110 RunCmd = bb_utils.RunCmd
154 RunCmd(args, cwd=DIR_BUILD_ROOT)
191 RunCmd(['build/android/test_runner.py', 'junit', '-s', suite])
197 RunCmd(['chrome/test/chromedriver/run_buildbot_steps.py',
226 RunCmd(['build/android/adb_install_apk.py'] + args, halt_on_failure=True)
276 RunCmd(['build/android/test_runner.py', 'instrumentation'] + args,
283 RunCmd([SrcPath(os.path.join(BLINK_SCRIPTS_DIR, 'lint-test-expectations'))])
320 exit_code = RunCmd(
346 # If exit_code != 0, RunCmd() will have already printed an error
    [all...]
bb_utils.py 56 def RunCmd(command, flunk_on_failure=True, halt_on_failure=False,
  /development/scripts/
add-accounts 34 def RunCmd(args):
46 return RunCmd(args)
51 return RunCmd(args)
56 result = RunCmd(args)
add-accounts-sdk 34 def RunCmd(args):
45 return RunCmd(args)
49 return RunCmd(args)
53 result = RunCmd(args)
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_devicetest.py 94 cmd_helper.RunCmd(['rm', host_file_path])
109 cmd_helper.RunCmd(['rm', host_file_path])
120 cmd_helper.RunCmd(['rm', host_file_path])
126 cmd_helper.RunCmd(['rm', '-rf', host_tmp_dir])
143 cmd_helper.RunCmd(['rm', host_file_path2])
154 cmd_helper.RunCmd(['rm', '-rf', host_tmp_dir])
160 cmd_helper.RunCmd(['mkdir', '-p', host_sub_dir1])
161 cmd_helper.RunCmd(['mkdir', '-p', host_sub_dir2])
185 cmd_helper.RunCmd(['rm', host_file_path2])
186 cmd_helper.RunCmd(['rm', host_file_path4]
    [all...]
  /external/v8/build/android/pylib/junit/
test_runner.py 42 return_code = cmd_helper.RunCmd(command)
  /external/v8/build/android/
install_emulator_deps.py 126 return not cmd_helper.RunCmd(['sudo', 'kvm-ok'])
134 rc = cmd_helper.RunCmd(['sudo', 'apt-get', 'install', 'kvm'])
140 rc = cmd_helper.RunCmd(['sudo', 'modprobe', 'kvm-intel'])
generate_emma_html.py 83 exit_code = cmd_helper.RunCmd(
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 20 def RunCmd(args, cwd=None, quiet=False):
73 RunCmd(['ssh'], quiet=True)
74 RunCmd(['scp'], quiet=True)
  /external/v8/build/android/pylib/utils/
emulator.py 152 cmd_helper.RunCmd(cmd)
383 cmd_helper.RunCmd(avd_command)
396 cmd_helper.RunCmd(resize_cmd)
399 cmd_helper.RunCmd(wipe_cmd)
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 107 def RunCmd(args, cwd=None):

Completed in 153 milliseconds