Searched refs:_err (Results 1 – 5 of 5) sorted by relevance
51 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) { \
200 _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 …]
384 _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 …]
58 _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): function297 _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'''\
481 _err("{}: {}".format(maints_path, msg)) # Prepend the filename592 def _err(msg): function