Searched refs:format (Results 1 – 15 of 15) sorted by relevance
/hafnium-2.8-rc0/ |
A D | Makefile | 84 .PHONY: format 85 format: target 87 @find src/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 88 @find inc/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 89 @find test/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 90 @find project/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 91 @find vmlib/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 92 @find . \( -name \*.gn -o -name \*.gni \) | xargs -n1 $(GN) format
|
A D | CONTRIBUTING.md | 21 4. Run our autoformatter with `make format`.
|
/hafnium-2.8-rc0/build/toolchain/ |
A D | gen_offset_size_header.py | 27 """.format(__file__) 47 f.write("#define {} ({})\n".format(
|
/hafnium-2.8-rc0/.vscode/ |
A D | tasks.json | 3 // for the documentation about the tasks.json format
|
/hafnium-2.8-rc0/docs/ |
A D | Manifest.md | 7 The format of the manifest is a simple DeviceTree overlay: 86 format specified by the [TF-A binding document](https://trustedfirmware-a.readthedocs.io/en/latest/… 91 in DeviceTree's binary format (DTB).
|
A D | README.md | 11 * [Manifest format](Manifest.md)
|
A D | HafniumRamDisk.md | 6 * `manifest.dtb` -- configuration file in DeviceTree format (required)
|
A D | StyleGuide.md | 13 We try to automate this where possible with clang-format and clang-tidy but that 119 printf-style format strings and arguments.
|
/hafnium-2.8-rc0/build/ |
A D | license.py | 34 header += bsd.format(comment=" *" if args.style == "c" else "#", year=year)
|
A D | parse_strace_open.py | 194 print("\n".join(map(lambda x: "{} ({})".format(x[0], x[1]), files)))
|
/hafnium-2.8-rc0/build/image/ |
A D | dtc.py | 61 raise Error("Unknown command: {}".format(args.command))
|
A D | check_elf.py | 106 "({}B > {}B)".format(image_size, args.max_image_size))
|
/hafnium-2.8-rc0/kokoro/ |
A D | build.sh | 150 make format
|
/hafnium-2.8-rc0/test/inc/test/ |
A D | hftest_impl.h | 26 #define HFTEST_LOG_IMPL(format, ...) \ argument 27 dlog("%s" format "\n", HFTEST_LOG_PREFIX, __VA_ARGS__)
|
/hafnium-2.8-rc0/test/hftest/ |
A D | hftest.py | 181 f.write("$ {}\r\n".format(" ".join(exec_args))) 195 f.write("\r\n{}{} timed out\r\n".format( 198 f.write("\r\n{}{} process return code {}\r\n".format( 797 log_name, "run {} {}".format(suite["name"], test["name"]), 957 raise Exception("Unknown driver name: {}".format(args.driver))
|
Completed in 20 milliseconds