Lines Matching refs:format
81 gutter = format(self.line_no, "4d")
85 " {0} |\n".format(" " * len(gutter)) +
86 " {0} | {1}".format(gutter, self.line) +
87 " {0} | {1}\n".format(" " * len(gutter), underline)
140 return "{0}".format(self.symbol_name)
146 .format(self.symbol_name))
166 .format(self.match.filename, self.match.line_no, self.match.name)
172 .format(
196 .format(self.match.filename, self.match.line_no, self.match.name)
204 .format(self.match.filename, self.match.line_no, self.match.name)
234 .format(str(self.excluded_files))
290 .format(len(all_macros[scope]), scope))
292 .format(len(actual_macros[scope]), scope))
293 self.log.debug(" {:4} Enum Constants".format(len(enum_consts)))
294 self.log.debug(" {:4} Identifiers".format(len(identifiers)))
295 self.log.debug(" {:4} Exported Symbols".format(len(symbols)))
383 self.log.debug("Looking for macros in {} files".format(len(files)))
420 .format(len(files))
451 self.log.debug("Looking for enum consts in {} files".format(len(files)))
650 self.log.debug("Looking for included identifiers in {} files".format \
803 self.log.info("FAIL: {0} problem(s) to fix".format(str(problems)))
860 "Naming patterns of {}".format(group_to_check),
915 self.log.info("{}: FAIL\n".format(name))
919 self.log.info("{}: PASS".format(name))