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/chrome/browser/ssl/
ssl_blocking_page.h 50 ErrorLevel error_level);
ssl_policy.h 56 SSLBlockingPage::ErrorLevel error_level);
ssl_blocking_page.cc 47 ErrorLevel error_level)
52 error_level_(error_level) {
ssl_policy.cc 200 SSLBlockingPage::ErrorLevel error_level) {
210 error_level);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]
cpp.py 612 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
614 if error_level > 5:
615 error_level = 5
616 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/libvpx/libvpx/tools/
cpplint.py 714 error_level = int(math.log(self.lines_in_function / base_trigger, 2))
716 if error_level > 5:
717 error_level = 5
718 error(filename, linenum, 'readability/fn_size', error_level,
    [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 375 milliseconds