Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_InputScreenshot/
Dplatform_InputScreenshot.py22 _ERROR = list() variable in platform_InputScreenshot
55 self._ERROR.append('Screenshot was not found under:%s' % filepath)
60 self._ERROR.append('Screenshot size:%s at %s is wrong'
81 if self._ERROR:
82 raise error.TestFail('; '.join(self._ERROR))
/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DReturnCode.py15 _ERROR = 1 # Unhandled exceptions result in exit(1) by default. variable in ReturnCode
/external/llvm-project/debuginfo-tests/dexter/dex/tools/no_tool_/
DTool.py49 return ReturnCode._ERROR
/external/llvm-project/debuginfo-tests/dexter/dex/tools/
DMain.py202 return ReturnCode._ERROR
/external/bazelbuild-rules_android/rules/
Dutils.bzl30 _ERROR = _ERASE_PREV_LINE + _BOLD + _RED + "ERROR: " + _DEFAULT + "%s"
236 fail(_ERASE_PREV_LINE + _CUU + _ERASE_PREV_LINE + _CUU + _ERROR % msg)