Searched defs:popenargs (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/utils/analyzer/ |
D | SATestUtils.py | 74 def check_and_measure_call(*popenargs, **kwargs) -> Tuple[float, int]:
|
/external/python/cpython2/Lib/ |
D | subprocess.py | 164 def call(*popenargs, **kwargs): 175 def check_call(*popenargs, **kwargs): 194 def check_output(*popenargs, **kwargs):
|
/external/swiftshader/third_party/llvm-10.0/scripts/ |
D | update.py | 143 def run_subprocess(*popenargs, log_level=1, cwd=None):
|
/external/python/cpython3/Lib/ |
D | subprocess.py | 341 def call(*popenargs, timeout=None, **kwargs): 358 def check_call(*popenargs, **kwargs): 377 def check_output(*popenargs, timeout=None, **kwargs): 460 def run(*popenargs,
|