Home
last modified time | relevance | path

Searched defs:CompletedProcess (Results 1 – 7 of 7) sorted by relevance

/external/bazelbuild-rules_python/tests/integration/
Drunner.py38 proc_result: subprocess.CompletedProcess,
/external/pigweed/pw_cli/py/pw_cli/
Dprocess.py39 class CompletedProcess: class
/external/pigweed/pw_compilation_testing/py/pw_compilation_testing/
Drunner.py119 test: TestCase, command: str, process: subprocess.CompletedProcess
/external/pigweed/pw_cli/py/
Dgit_repo_test.py32 def __init__(self, command_results: Dict[str, CompletedProcess]): argument
/external/pigweed/pw_unit_test/py/pw_unit_test/
Dtest_runner.py253 self, test: Test, process: pw_cli.process.CompletedProcess
/external/autotest/utils/frozen_chromite/lib/
Dcros_build_lib.py207 class CompletedProcess(getattr(subprocess, 'CompletedProcess', object)): class
/external/python/cpython3/Lib/
Dsubprocess.py476 class CompletedProcess(object): class