Lines Matching refs:cmd
106 def run_subprocess_with_timeout(cmd, fout, ferr, outdir): argument
120 cmd, stdout=fout, stderr=ferr, cwd=outdir)
323 cmd = "adb -s %s shell pm dump com.android.cts.verifier" % (device_id)
328 ret_code = subprocess.call(cmd.split(), stdout=fout)
394 cmd = ["python", os.path.join(os.environ["CAMERA_ITS_TOP"], "tools",
397 wake_code = subprocess.call(cmd)
440 cmd = None
446 cmd = ['python',
456 cmd = ['python',
461 if cmd is not None:
462 valid_scene_code = subprocess.call(cmd, cwd=topdir)
493 cmd = ('adb -s %s shell input keyevent FOCUS'
495 subprocess.call(cmd.split())
513 cmd = ['python', os.path.join(os.getcwd(), testpath)]
514 cmd += one_camera_argv + ["camera="+id_combo_string] + [chart_loc_arg]
515 cmd += [chart_dist_arg]
518 cmd, fout, ferr, outdir)
606 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
608 screen_off_code = subprocess.call(cmd)
613 cmd = ['python', os.path.join(os.environ['CAMERA_ITS_TOP'], 'tools',
615 screen_off_code = subprocess.call(cmd)