Home
last modified time | relevance | path

Searched refs:print_command (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tink/tools/
H A Drelease_tinkey.sh80 print_command() { function
86 print_command "$@"
93 print_command "$@"
/aosp_15_r20/external/pigweed/pw_toolchain/py/pw_toolchain/
H A Dclang_arm_toolchain.py78 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 Dcommand.cpp104 print_command(command); in get_command_output()
162 print_command(command); in run_command()
H A Dprint.h33 void print_command(const Command& command);
H A Dprint.cpp73 print_command(const Command& command) in print_command() function
H A Dadb.cpp302 print_command(cmd); in run_instrumentation_test()
/aosp_15_r20/external/perfetto/python/tools/
H A Dcheck_imports.py395 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 Dtest-lz4-list.py190 def execute(command, print_command=True, print_output=False, print_error=True): argument
193 if print_command:
H A Dtest-lz4-speed.py48 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 DDEPRECATED-test-zstd-speed.py51 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/
Dmainline_modules_sdks.py417 print_command(extraEnv, cmd)
1563 def print_command(env, cmd): function