Searched refs:format (Results 1 – 20 of 20) sorted by relevance
/hafnium/ |
A D | Makefile | 100 .PHONY: format 101 format: target 103 @find src/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 104 @find inc/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 105 @find test/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 106 @find project/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 107 @find vmlib/ -name \*.c -o -name \*.cc -o -name \*.h | xargs -r clang-format -style file -i 108 @find . \( -name \*.gn -o -name \*.gni \) | xargs -n1 $(GN) format
|
A D | CONTRIBUTING.md | 21 4. Run our autoformatter with `make format`.
|
/hafnium/build/toolchain/ |
A D | gen_offset_size_header.py | 27 """.format(__file__) 47 f.write("#define {} ({})\n".format(
|
/hafnium/docs/hypervisor/ |
A D | Manifest.md | 5 The format of the manifest is a simple DeviceTree overlay: 84 format specified by the [TF-A binding document](https://trustedfirmware-a.readthedocs.io/en/latest/… 89 in DeviceTree's binary format (DTB).
|
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 117 printf-style format strings and arguments.
|
/hafnium/.vscode/ |
A D | tasks.json | 3 // for the documentation about the tasks.json format
|
/hafnium/kokoro/ |
A D | static_checks.sh | 25 make format
|
A D | qa-code-coverage.sh | 363 …"headerCovTableEntry">(.+?)</td>\n\s+<td class="headerCovTableEntry">(.+?)</td>\n\s+'.format(item), 381 """.format(item, hit, total, color, cov) 390 """.format("$BUILD_URL", origin_html)
|
/hafnium/inc/hf/ |
A D | dlog.h | 31 __attribute__((format(printf, 1, 2))) size_t dlog(const char *fmt, ...);
|
/hafnium/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/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/test/vmapi/ffa_secure_partition_el3_spmc/ |
A D | BUILD.gn | 31 # EL3 SPMC does not require this binary format
|
/hafnium/test/inc/test/ |
A D | hftest_impl.h | 27 #define HFTEST_LOG_IMPL(format, ...) \ argument 28 dlog(HFTEST_LOG_PREFIX format "%s", __VA_ARGS__)
|
/hafnium/test/hftest/ |
A D | hftest.py | 198 f.write("$ {}\r\n".format(" ".join(exec_args))) 212 f.write("\r\n{}{} timed out\r\n".format( 215 f.write("\r\n{}{} process return code {}\r\n".format( 896 log_name, "run {} {}".format(suite["name"], test["name"]), 1073 raise Exception("Unknown driver name: {}".format(args.driver))
|
/hafnium/docs/getting_started/ |
A D | coding-style.rst | 10 Much of this is automated by the use of clang-format and clang-tidy, but that 113 printf-style format strings and arguments.
|
/hafnium/docs/secure-partition-manager/ |
A D | ffa-manifest-binding.rst | 35 implemented by this partition. The UUID format is described in RFC 4122.
|
A D | secure-partition-manager.rst | 68 providing paths to SP binary images and manifests in DTS format 314 (partition manifest at virtual FF-A instance) in DTS format. It is 571 data to the SPs at boot time. It specifies the format for the boot information 1681 Armv8/Armv7 VMSA descriptor format. 1710 a Processing Element. AArch32(LPAE) and AArch64 translation table format 1801 - Supports only AArch64 translation format.
|
Completed in 39 milliseconds