Lines Matching refs:format
93 gutter = format(self.line_no, "4d")
97 " {0} |\n".format(" " * len(gutter)) +
98 " {0} | {1}".format(gutter, self.line) +
99 " {0} | {1}\n".format(" " * len(gutter), underline)
152 return "{0}".format(self.symbol_name)
158 .format(self.symbol_name))
178 .format(self.match.filename, self.match.line_no, self.match.name)
184 .format(
208 .format(self.match.filename, self.match.line_no, self.match.name)
216 .format(self.match.filename, self.match.line_no, self.match.name)
246 .format(str(self.excluded_files))
302 .format(len(all_macros[scope]), scope))
304 .format(len(actual_macros[scope]), scope))
305 self.log.debug(" {:4} Enum Constants".format(len(enum_consts)))
306 self.log.debug(" {:4} Identifiers".format(len(identifiers)))
307 self.log.debug(" {:4} Exported Symbols".format(len(symbols)))
395 self.log.debug("Looking for macros in {} files".format(len(files)))
432 .format(len(files))
463 self.log.debug("Looking for enum consts in {} files".format(len(files)))
662 self.log.debug("Looking for included identifiers in {} files".format \
815 self.log.info("FAIL: {0} problem(s) to fix".format(str(problems)))
872 "Naming patterns of {}".format(group_to_check),
927 self.log.info("{}: FAIL\n".format(name))
931 self.log.info("{}: PASS".format(name))