Home
last modified time | relevance | path

Searched defs:popenargs (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dsubprocess.py164 def call(*popenargs, **kwargs):
175 def check_call(*popenargs, **kwargs):
194 def check_output(*popenargs, **kwargs):
/aosp_15_r20/external/python/cpython3/Lib/
Dsubprocess.py381 def call(*popenargs, timeout=None, **kwargs):
398 def check_call(*popenargs, **kwargs):
417 def check_output(*popenargs, timeout=None, **kwargs):
506 def run(*popenargs,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsubprocess.py381 def call(*popenargs, timeout=None, **kwargs):
398 def check_call(*popenargs, **kwargs):
417 def check_output(*popenargs, timeout=None, **kwargs):
506 def run(*popenargs,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsubprocess.py381 def call(*popenargs, timeout=None, **kwargs):
398 def check_call(*popenargs, **kwargs):
417 def check_output(*popenargs, timeout=None, **kwargs):
506 def run(*popenargs,
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsubprocess.py381 def call(*popenargs, timeout=None, **kwargs):
398 def check_call(*popenargs, **kwargs):
417 def check_output(*popenargs, timeout=None, **kwargs):
506 def run(*popenargs,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsubprocess.py381 def call(*popenargs, timeout=None, **kwargs):
398 def check_call(*popenargs, **kwargs):
417 def check_output(*popenargs, timeout=None, **kwargs):
506 def run(*popenargs,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsubprocess.py381 def call(*popenargs, timeout=None, **kwargs):
398 def check_call(*popenargs, **kwargs):
417 def check_output(*popenargs, timeout=None, **kwargs):
506 def run(*popenargs,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/scripts/
H A Dupdate.py150 def run_subprocess(*popenargs, log_level=1, cwd=None):
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py145 def run_subprocess(*popenargs, log_level=1, cwd=None):
/aosp_15_r20/external/deqp/external/
H A Dfetch_sources.py382 def run(*popenargs, **kwargs):
/aosp_15_r20/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py54 def check_output(*popenargs, **kwargs):