Searched refs:loglvl (Results 1 – 4 of 4) sorted by relevance
/external/syzkaller/tools/syz-headerparser/headerlib/ |
D | container.py | 20 def __init__(self, struct_name, fr_list, loglvl=logging.INFO): argument 24 self._setuplogging(loglvl) 29 def _setuplogging(self, loglvl): argument 34 sh.setLevel(loglvl) 36 self.logger.setLevel(loglvl) 164 def __init__(self, filenames, loglvl=logging.INFO, argument 169 self.loglvl = loglvl 182 sh.setLevel(self.loglvl) 184 self.logger.setLevel(self.loglvl) 204 loglvl=self.loglvl) [all …]
|
D | struct_walker.py | 115 def __init__(self, ast=None, filenames=[], include_lines='', loglvl=logging.INFO): argument 126 loglvl=loglvl).get_ast() 130 self._setuplogging(loglvl) 132 def _setuplogging(self, loglvl): argument 137 sh.setLevel(loglvl) 139 self.logger.setLevel(loglvl)
|
D | header_preprocessor.py | 88 def __init__(self, filenames, include_lines='', loglvl=logging.INFO): argument 91 self._setuplogging(loglvl) 104 def _setuplogging(self, loglvl): argument 109 sh.setLevel(loglvl) 111 self.logger.setLevel(loglvl)
|
/external/syzkaller/tools/syz-headerparser/ |
D | headerparser.py | 40 loglvl = logging.INFO 43 loglvl = logging.DEBUG 51 loglvl=loglvl, include_lines=include_lines)
|