Home
last modified time | relevance | path

Searched refs:print_framed_string (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/tools/
Drun_all_bazel_checks.py15 print_framed_string,
66 print_framed_string(f"{step['description']}...")
73 print_framed_string("ERROR: One or more steps failed.")
78 print_framed_string("All checks successfully passed!")
Dbazel_build.py17 print_framed_string,
197 print_framed_string(f"Building {config['name']} configuration...")
219 print_framed_string("ERROR: One or more builds failed.")
224 print_framed_string("All builds successfully passed!")
Dbazel_common.py104 def print_framed_string(s): function