HomeSort by relevance Sort by last modified time
    Searched refs:error_level (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]
cpp.py 603 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
605 if error_level > 5:
606 error_level = 5
607 error(line_number, 'readability/fn_size', error_level,
    [all...]
  /art/tools/
cpplint.py 719 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
721 if error_level > 5:
722 error_level = 5
723 error(filename, linenum, 'readability/fn_size', error_level,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 715 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
717 if error_level > 5:
718 error_level = 5
719 error(filename, linenum, 'readability/fn_size', error_level,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 840 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
842 if error_level > 5:
843 error_level = 5
844 error(filename, linenum, 'readability/fn_size', error_level,
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 840 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
842 if error_level > 5:
843 error_level = 5
844 error(filename, linenum, 'readability/fn_size', error_level,
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 478 } error_level; typedef in typeref:enum:__anon4163
490 * bits are simple 1U<<error_level. A pass requires either nothing worse than
626 display_log(struct display *dp, error_level level, const char *fmt, ...)
633 if (level > (error_level)(dp->options & LEVEL_MASK))
    [all...]

Completed in 701 milliseconds