Home
last modified time | relevance | path

Searched defs:new_error (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
Derroroutput.py25 def GetUnixErrorOutput(filename, error, new_error=False): argument
39 def GetErrorOutput(error, new_error=False): argument
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Derrorrecord.py38 def __init__(self, path, error_string, new_error): argument
/external/opencv3/3rdparty/libwebp/enc/
Dquant.c550 int delta_error, new_error; in TrellisQuantizeBlock() local
/external/webp/src/enc/
Dquant.c664 const int new_error = coeff0 - level * Q; in TrellisQuantizeBlock() local