Home
last modified time | relevance | path

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

/hafnium/
A DMakefile100 .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 DCONTRIBUTING.md21 4. Run our autoformatter with `make format`.
/hafnium/build/toolchain/
A Dgen_offset_size_header.py27 """.format(__file__)
47 f.write("#define {} ({})\n".format(
/hafnium/docs/hypervisor/
A DManifest.md5 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 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
117 printf-style format strings and arguments.
/hafnium/.vscode/
A Dtasks.json3 // for the documentation about the tasks.json format
/hafnium/kokoro/
A Dstatic_checks.sh25 make format
A Dqa-code-coverage.sh363 …"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 Ddlog.h31 __attribute__((format(printf, 1, 2))) size_t dlog(const char *fmt, ...);
/hafnium/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/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/test/vmapi/ffa_secure_partition_el3_spmc/
A DBUILD.gn31 # EL3 SPMC does not require this binary format
/hafnium/test/inc/test/
A Dhftest_impl.h27 #define HFTEST_LOG_IMPL(format, ...) \ argument
28 dlog(HFTEST_LOG_PREFIX format "%s", __VA_ARGS__)
/hafnium/test/hftest/
A Dhftest.py198 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 Dcoding-style.rst10 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 Dffa-manifest-binding.rst35 implemented by this partition. The UUID format is described in RFC 4122.
A Dsecure-partition-manager.rst68 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 22 milliseconds