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

  /art/tools/
cpplint.py 745 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
747 if error_level > 5:
748 error_level = 5
749 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/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 521 } error_level; typedef in typeref:enum:__anon24222
534 * bits are simple 1U<<error_level. A pass requires either nothing worse than
681 display_log(struct display *dp, error_level level, const char *fmt, ...)
688 if (level > (error_level)(dp->options & LEVEL_MASK))
    [all...]
  /tools/repohooks/tools/
cpplint.py     [all...]
  /external/libpng/contrib/tools/
pngcp.c 132 } error_level; typedef in typeref:enum:__anon24241
151 * bits are simple 1U<<error_level. A pass requires either nothing worse than
589 display_log(struct display *dp, error_level level, const char *fmt, ...)
596 if (level > (error_level)(dp->options & LEVEL_MASK))
    [all...]
  /external/v8/src/
messages.cc 133 int error_level = api_message_obj->ErrorLevel(); local
151 if (!(message_levels & error_level)) {
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
api.cc     [all...]

Completed in 267 milliseconds