Searched defs:validate (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/scripts/gitlint/ |
D | zephyr_commit_rules.py | 30 def validate(self, commit): member in BodyMinLineCount 48 def validate(self, commit): member in BodyMaxLineCount 66 def validate(self, commit): member in SignedOffBy 84 def validate(self, line, _commit): member in TitleMaxLengthRevert 95 def validate(self, title, _commit): member in TitleStartsWithSubsystem 109 def validate(self, line, _commit): member in MaxLineLengthExceptions 127 def validate(self, line, _commit): member in BodyContainsBlockedTags
|
/Zephyr-Core-3.5.0/scripts/tests/twister/ |
D | test_scl.py | 187 def test_yaml_load_verify(validate, fail_load, expected_error): argument 225 def test_yaml_validate(schema_exists, validate, expected_error): argument
|
/Zephyr-Core-3.5.0/tests/subsys/logging/log_stress/src/ |
D | main.c | 87 static void validate(int ctx_cnt) in validate() function
|