Searched refs:print_command (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_toolchain/py/pw_toolchain/ |
D | clang_arm_toolchain.py | 71 def _compiler_info_command(print_command: str, cflags: List[str]) -> str: 74 command.append(print_command)
|
/external/lz4/tests/ |
D | test-lz4-list.py | 206 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument 209 if print_command:
|
D | test-lz4-speed.py | 48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument 49 if print_command:
|
/external/zstd/tests/ |
D | DEPRECATED-test-zstd-speed.py | 51 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument 52 if print_command:
|