Home
last modified time | relevance | path

Searched refs:_error (Results 1 – 3 of 3) sorted by relevance

/scripts/checkpatch/
A Ddo_checkpatch.sh10 [ -f $1_error.types ] && rm $1_error.types
18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types
20 for i in `cat $1_error.types`; do
/scripts/pylib/twister/twisterlib/
A Drunner.py109 self._error = Value('i', 0)
369 with self._error.get_lock():
370 return self._error.value
374 with self._error.get_lock():
375 self._error.value = value
378 with self._error.get_lock():
379 self._error.value += value
/scripts/kconfig/
A Dmenuconfig.py1863 _error("Error loading '{}'\n\n{} (errno: {})"
1915 _error("Error saving {} to '{}'\n\n{} (errno: {})"
2956 def _error(text): function
3095 _error("'{}' is a malformed {} value"
3105 _error("{} is outside the range {}-{}"

Completed in 14 milliseconds