Searched refs:problems (Results 1 – 8 of 8) sorted by relevance
787 problems = 0788 problems += self.check_symbols_declared_in_header()797 problems += self.check_match_pattern(group, check_pattern)799 problems += self.check_for_typos()802 if problems > 0:803 self.log.info("FAIL: {0} problem(s) to fix".format(str(problems)))821 problems = []833 problems.append(SymbolNotInHeader(symbol))835 self.output_check_result("All symbols in header", problems)836 return len(problems)[all …]
413 for problems in report.getchildren()[:]:414 if not problems.getchildren():415 report.remove(problems)
68 solutions to these problems would be higher or lower than the cost of70 solutions would probably also solve other problems at the same time.)
316 These problems are easily solvable.
261 that any problems introduced by others will not reflect on the original454 address new problems or concerns.
4088 resulting in compatibility problems with Chrome. Found by hfloyrd. #823
16 * [“Solutions”](#solutions) explains how we currently solve, or intend to solve, specific problems.
340 …ng function, although it's remotely possible that this will cause other problems. Valgrind does no…