Home
last modified time | relevance | path

Searched refs:_err (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.h51 int _err = (cond); \
52 if (_err) { \
55 #cond " failed with error %d\n", _err); \
61 int _err = (cond); \
62 if (_err) { \
65 #cond " failed with error %d\n" fmt, _err, \
128 bool _err = false; \
131 _err = true; \
137 if (_err) { \
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py200 _err("you must provide either a 'path' or a 'raw' argument")
214 _err(f"malformed 'child-binding:' in {self.path}, "
310 _err(f"'include:' in {binding_path} should not have "
322 _err(f"all elements in 'include:' in {binding_path} "
328 _err(f"'include:' in {binding_path} "
348 _err(f"'{fname}' not found")
353 _err(f'{path}: invalid contents, expected a mapping')
365 _err(f"malformed 'compatible: {compatible}' "
369 _err(f"missing 'compatible' in {self.path}")
374 _err(f"malformed or empty 'description' in {self.path}")
[all …]
Ddtlib.py384 _err("expected property '{0}' on {1} in {2} to be assigned with "
405 _err("expected property '{0}' on {1} in {2} to be assigned with "
424 _err("expected property '{0}' on {1} in {2} to be assigned with "
444 _err("expected property '{0}' on {1} in {2} to be assigned with "
452 _err(f"value of property '{self.name}' ({self.value!r}) "
470 _err("expected property '{0}' on {1} in {2} to be assigned with "
478 _err(f"value of property '{self.name}' ({self.value!r}) "
494 _err("expected property '{0}' on {1} in {2} to be assigned with "
520 _err("expected property '{0}' on {1} in {2} to be assigned with "
542 _err("expected property '{0}' on {1} in {2} to be assigned with "
[all …]
/Zephyr-latest/scripts/
Dsnippets.py58 _err(f'snippet file {pathobj}: {variable}: file not found: {path}')
62 _err(f'unknown append variable: {variable}')
70 _err(f"snippet file {pathobj}: board {board} starts with '/', so "
204 def _err(msg): function
297 _err(f'snippets file {snippet_yml} is invalid YAML')
309 _err(pykwalify_err(e))
313 _err(f"snippet file {snippet_yml}: invalid snippet name '{name}'; "
325 _err(f'''\
Dget_maintainer.py481 _err("{}: {}".format(maints_path, msg)) # Prepend the filename
592 def _err(msg): function