Searched refs:print_command (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/tink/tools/ |
H A D | release_tinkey.sh | 80 print_command() { function 86 print_command "$@" 93 print_command "$@"
|
/aosp_15_r20/external/pigweed/pw_toolchain/py/pw_toolchain/ |
H A D | clang_arm_toolchain.py | 78 def _compiler_info_command(print_command: str, cflags: list[str]) -> str: 81 command.append(print_command)
|
/aosp_15_r20/frameworks/base/tools/bit/ |
H A D | command.cpp | 104 print_command(command); in get_command_output() 162 print_command(command); in run_command()
|
H A D | print.h | 33 void print_command(const Command& command);
|
H A D | print.cpp | 73 print_command(const Command& command) in print_command() function
|
H A D | adb.cpp | 302 print_command(cmd); in run_instrumentation_test()
|
/aosp_15_r20/external/perfetto/python/tools/ |
H A D | check_imports.py | 395 print_command = subparsers.add_parser('print', help='Print all imports') 396 print_command.set_defaults(func=do_print)
|
/aosp_15_r20/external/lz4/tests/ |
H A D | test-lz4-list.py | 190 def execute(command, print_command=True, print_output=False, print_error=True): argument 193 if print_command:
|
H A 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:
|
/aosp_15_r20/external/zstd/tests/ |
H A 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:
|
/aosp_15_r20/packages/modules/common/build/ |
D | mainline_modules_sdks.py | 417 print_command(extraEnv, cmd) 1563 def print_command(env, cmd): function
|