Searched refs:Popen (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/tools/build/
H A Dgen-build-info.py36 proc = subprocess.Popen(['git', 'log', '-1', '--format=%H'],
46 proc = subprocess.Popen(['git', 'status'],
/frameworks/webview/chromium/tools/
H A Drun_webview_cts.py69 proc = subprocess.Popen(
H A Dmerge_common.py122 p = subprocess.Popen(args=args, cwd=cwd, stdout=subprocess.PIPE,
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py10 from subprocess import Popen namespace
96 pipe = Popen(['git', 'diff', '--name-only', argv[1]], stdout=PIPE).stdout
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py55 p = subprocess.Popen(stdout=subprocess.PIPE, stderr=subprocess.STDOUT, *popenargs, **kwargs)
149 p = subprocess.Popen(largs)
526 self.jdb_handle = subprocess.Popen(args, \
530 self.jdb_handle = subprocess.Popen(args, \
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py280 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'Input:*', 'VelocityTracker:*'],
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py448 adb = subprocess.Popen(['adb', 'logcat', '-s', '-v', 'time', 'WindowOrientationListener:V'],

Completed in 221 milliseconds