Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 25 of 56) sorted by relevance

123

/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py30 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-latest/scripts/tests/twister/
Dtest_scl.py187 def test_yaml_load_verify(validate, fail_load, expected_error): argument
201 if validate:
210 if validate:
225 def test_yaml_validate(schema_exists, validate, expected_error): argument
231 if validate:
238 return mock.Mock(validate=mock_validate)
/Zephyr-latest/samples/net/sockets/tcp/
DREADME.rst5 Use TTCN-3 to validate the functionality of the TCP stack.
11 to validate the functionality of the TCP.
/Zephyr-latest/tests/subsys/nrfs/
DREADME.txt1 The purpose of this test suite is to validate
/Zephyr-latest/tests/drivers/uart/uart_errors/
DREADME.txt1 The purpose of this test is to validate UART receiver when error occurs on
/Zephyr-latest/tests/drivers/flash/common/
DKconfig11 Expected flash device size the test will validate against. If the flash driver does not
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt1 The purpose of this test is to validate basic UART driver functions,
/Zephyr-latest/doc/services/tfm/
Dtestsuites.rst26 test suites that can be used to validate that PSA API specifications are
40 They also provide a useful test case to validate any PRs that make meaningful
/Zephyr-latest/tests/subsys/logging/log_stress/src/
Dmain.c87 static void validate(int ctx_cnt) in validate() function
190 validate(ctx_cnt); in test_stress()
/Zephyr-latest/scripts/pylib/twister/
Dscl.py65 c.validate(raise_exception=True)
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt1 The purpose of this test is to validate that uart_poll_out call is resilient to
/Zephyr-latest/soc/nordic/
DCMakeLists.txt15 # Include dt-bindings headers into the build. This lets us validate all required
/Zephyr-latest/scripts/pylib/build_helpers/
Ddomains.py65 schema_data=schema).validate()
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst23 by an application. This can be useful when attempting to validate the behaviour
/Zephyr-latest/scripts/
Dlist_hardware.py46 schema_data=soc_schema).validate()
217 pykwalify.core.Core(source_data=archs, schema_data=arch_schema).validate()
Dsnippets.py307 schema_data=SNIPPET_SCHEMA).validate()
Dlist_boards.py233 pykwalify.core.Core(source_data=b, schema_data=board_schema).validate()
/Zephyr-latest/scripts/west_commands/
Dpatch.py312 return pykwalify.core.Core(source_data={}, schema_data=patches_schema).validate()
317 return pykwalify.core.Core(source_data=yml, schema_data=patches_schema).validate()
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt2 Test scenarios validate that invalid use of the watchdog driver
/Zephyr-latest/doc/project/
Ddocumentation.rst33 they validate by creating a link back to the APIs and by adding a reference to
/Zephyr-latest/cmake/modules/
Dshields.cmake7 # This module will validate the SHIELD argument.
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh160 '--validate[silently validate manifest]'
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst69 - We validate kernel or driver API calls with incorrect parameters that would
162 which are expected to rigorously validate access permissions and type of
/Zephyr-latest/doc/build/dts/
Dbindings-intro.rst52 The build system uses bindings both to validate devicetree nodes and to convert
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/
DREADME.rst134 [CM33] 1 - Send data to remote core, retrieve the echo and validate its integrity ..

123