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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_monitor.hpp 39 enum error_level { enum in class:boost::unit_test::unit_test_monitor_t
50 static bool is_critical_error( error_level e ) { return e <= fatal_error; }
53 error_level execute_and_translate( test_case const& );
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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:__anon29222
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...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 228 void srec_test_log_error ( unsigned int error_id, SREC_TEST_ERROR_LEVELS error_level, LCHAR *error_text )
231 switch ( error_level )
250 LPRINTF ( "Unknown Level Error %d : %s\n", error_level, error_text );
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 226 void srec_test_log_error ( unsigned int error_id, SREC_TEST_ERROR_LEVELS error_level, LCHAR *error_text )
229 switch ( error_level )
248 LPRINTF ( "Unknown Level Error %d : %s\n", error_level, error_text );
    [all...]

Completed in 421 milliseconds