/external/chromium_org/build/android/pylib/utils/ |
apk_helper.py | 9 from pylib import cmd_helper namespace 14 aapt_output = cmd_helper.GetCmdOutput(
|
repo_utils.py | 5 from pylib import cmd_helper namespace 15 output = cmd_helper.GetCmdOutput(command_line, cwd=in_directory)
|
findbugs.py | 12 from pylib import cmd_helper namespace 75 out = cmd_helper.GetCmdOutput(shlex.split(cmd))
|
emulator.py | 24 from pylib import cmd_helper namespace 99 cmd_helper.RunCmd(['adb', '-s', emu_name, 'emu', 'kill']) 119 cmd_helper.RunCmd(cmd) 310 cmd_helper.RunCmd(avd_command)
|
flakiness_dashboard_results_uploader.py | 33 from pylib import cmd_helper namespace 103 output = cmd_helper.GetCmdOutput(['svn', 'info', '--xml'], cwd=in_directory)
|
/external/chromium_org/build/android/ |
bb_run_sharded_steps.py | 16 from pylib import cmd_helper namespace 32 return cmd_helper.RunCmd(['build/android/test_runner.py', 'perf', 37 return cmd_helper.RunCmd(['build/android/test_runner.py', 'perf', '-v',
|
install_emulator_deps.py | 20 from pylib import cmd_helper namespace 67 exit_code, stdout = cmd_helper.GetCmdStatusAndOutput( 103 return not cmd_helper.RunCmd(['kvm-ok']) 114 cmd_helper.RunCmd(['curl', '-o', '/tmp/sdk.zip', sdk_url]) 116 rc = cmd_helper.RunCmd(['unzip', '-o', '/tmp/sdk.zip', '-d', '/tmp/']) 130 rc = cmd_helper.RunCmd(['sudo', 'apt-get', 'install', 'kvm']) 136 rc = cmd_helper.RunCmd(['sudo', 'modprobe', 'kvm-intel']) 141 rc = cmd_helper.RunCmd(['kvm-ok']) 161 cmd_helper.RunCmd(['curl', '-o', temp_file, X86_IMG_URLS[api_level]]) 162 rc = cmd_helper.RunCmd(['unzip', '-o', temp_file, '-d', '/tmp/'] [all...] |
generate_emma_html.py | 16 from pylib import cmd_helper namespace 77 exit_code = cmd_helper.RunCmd(
|
adb_profile_chrome.py | 22 from pylib import cmd_helper namespace 200 return cmd_helper.GetCmdOutput(cmd)
|
/external/chromium_org/build/android/pylib/ |
screenshot.py | 10 import cmd_helper namespace 78 self._recorder = cmd_helper.Popen(
|
forwarder.py | 14 import cmd_helper namespace 95 (exit_code, output) = cmd_helper.GetCmdStatusAndOutput( 222 (exit_code, output) = cmd_helper.GetCmdStatusAndOutput( 299 (exit_code, output) = cmd_helper.GetCmdStatusAndOutput( 302 (exit_code, output) = cmd_helper.GetCmdStatusAndOutput(
|
ports.py | 16 import cmd_helper namespace 99 if re_port.search(cmd_helper.GetCmdOutput(['lsof', '-nPi:%d' % host_port])):
|
android_commands.py | 23 import cmd_helper namespace 78 avds = re_avd.findall(cmd_helper.GetCmdOutput(['android', 'list', 'avd'])) 103 adb_devices_output = cmd_helper.GetCmdOutput([constants.ADB_PATH, 'devices']) 515 ret = cmd_helper.RunCmd(adb_cmd) 518 ret = cmd_helper.RunCmd(['pgrep', 'adb']) 529 ret = cmd_helper.RunCmd(adb_cmd) 532 ret = cmd_helper.RunCmd(['pgrep', 'adb']) 899 md5sum_output = cmd_helper.GetCmdOutput( [all...] |
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.cc | 183 scoped_ptr<gpu::gles2::GLES2CmdHelper> cmd_helper( 185 if (!cmd_helper->Initialize(kCommandBufferSize)) 189 cmd_helper.get())); 193 gles2_cmd_helper_.reset(cmd_helper.release());
|
/external/chromium_org/build/android/pylib/gtest/ |
test_package_exe.py | 13 from pylib import cmd_helper namespace 96 cmd_helper.RunCmd(['chmod', '+x', sh_script_file.name]) 145 cmd_helper.RunCmd([strip, self.suite_path, '-o', target_name])
|
test_package_apk.py | 15 from pylib import cmd_helper namespace
|
setup.py | 15 from pylib import cmd_helper namespace 121 assert not cmd_helper.RunCmd(isolate_cmd)
|
/external/chromium_org/build/android/buildbot/ |
bb_utils.py | 27 # TODO: Figure out how to merge this with pylib.cmd_helper.OutDirectory().
|
bb_device_status_check.py | 31 from pylib.cmd_helper import GetCmdOutput
|
/external/chromium_org/build/android/pylib/instrumentation/ |
test_jar.py | 13 from pylib import cmd_helper namespace 68 proguard_output = cmd_helper.GetCmdOutput([self._PROGUARD_PATH,
|
/external/chromium_org/build/android/pylib/device/ |
adb_wrapper.py | 15 from pylib import cmd_helper namespace 85 exit_code, output = cmd_helper.GetCmdStatusAndOutput(cmd)
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.adb_commands.html | 22 <a href="pylib.cmd_helper.html">pylib.cmd_helper</a><br>
|