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

  /frameworks/base/tests/JankBench/scripts/
adbutil.py 14 full_args = ["am"] + [cmd] + args
15 __call_adb(serial, full_args, False)
20 full_args = ["pm"] + [cmd] + args
21 __call_adb(serial, full_args, False)
51 full_args = ["adb", "-s", serial, "wait-for-device", "shell"] + args
52 print full_args
56 output = subprocess.check_output(full_args)
58 subprocess.call(full_args)
  /external/toolchain-utils/fdo_scripts/
vanilla_vs_fdo.py 30 full_args = '%s --dry-run' % args
31 ret = self._RunPatchCommand(full_args)
  /external/autotest/scheduler/
drone_utility.py 73 full_args = ', '.join(item for item in (args, kwargs) if item)
74 return '%s(%s)' % (self._method, full_args)

Completed in 2702 milliseconds