Searched defs:doc (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 207 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more … variable in CheckPatch 253 doc = "Check the board.yml file format" variable in BoardYmlCheck 292 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more … variable in ClangFormatCheck 334 doc = "See https://docs.zephyrproject.org/latest/build/dts/bindings.html for more details." variable in DevicetreeBindingsCheck 371 doc = "See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details." variable in KconfigCheck 1056 doc = "See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details." variable in KconfigBasicCheck 1069 doc = "See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details." variable in KconfigBasicNoModulesCheck 1083 doc = "See https://docs.zephyrproject.org/latest/guides/kconfig/index.html for more details." variable in KconfigHWMv2Check 1098 …doc = "See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more … variable in Nits 1192 doc = "Git conflict markers and whitespace errors are not allowed in added changes" variable in GitDiffCheck [all …]
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | scanner.py | 123 def checkLicenseValid(lic, doc): argument 182 def scanDocument(cfg, doc): argument
|
D | writer.py | 147 def writeDocumentSPDX(f, doc): argument 188 def writeSPDX(spdxPath, doc): argument
|
D | datatypes.py | 108 def __init__(self, cfg, doc): argument 215 def __init__(self, doc, pkg): argument
|
D | walker.py | 92 def _add_describe_relationship(self, doc, cfgpackage): argument
|