Home
last modified time | relevance | path

Searched refs:format (Results 1 – 15 of 15) sorted by relevance

/hafnium-2.8-rc0/
A DMakefile84 .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 DCONTRIBUTING.md21 4. Run our autoformatter with `make format`.
/hafnium-2.8-rc0/build/toolchain/
A Dgen_offset_size_header.py27 """.format(__file__)
47 f.write("#define {} ({})\n".format(
/hafnium-2.8-rc0/.vscode/
A Dtasks.json3 // for the documentation about the tasks.json format
/hafnium-2.8-rc0/docs/
A DManifest.md7 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 DREADME.md11 * [Manifest format](Manifest.md)
A DHafniumRamDisk.md6 * `manifest.dtb` -- configuration file in DeviceTree format (required)
A DStyleGuide.md13 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 Dlicense.py34 header += bsd.format(comment=" *" if args.style == "c" else "#", year=year)
A Dparse_strace_open.py194 print("\n".join(map(lambda x: "{} ({})".format(x[0], x[1]), files)))
/hafnium-2.8-rc0/build/image/
A Ddtc.py61 raise Error("Unknown command: {}".format(args.command))
A Dcheck_elf.py106 "({}B > {}B)".format(image_size, args.max_image_size))
/hafnium-2.8-rc0/kokoro/
A Dbuild.sh150 make format
/hafnium-2.8-rc0/test/inc/test/
A Dhftest_impl.h26 #define HFTEST_LOG_IMPL(format, ...) \ argument
27 dlog("%s" format "\n", HFTEST_LOG_PREFIX, __VA_ARGS__)
/hafnium-2.8-rc0/test/hftest/
A Dhftest.py181 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