Searched refs:warning_count (Results 1 – 5 of 5) sorted by relevance
136 self.warning_count = 0492 self.warning_count+=1500 self.warning_count+=1507 if self.warning_count > num_iterations * self.warning_threshold:
367 class warning_count(aetools.NProperty): class381 'warning_count' : warning_count,413 'Rch3' : warning_count,
209 static int warning_count = 0; in operator ()() local210 if (warning_count < 10) { in operator ()()211 ++warning_count; in operator ()()
402 int warning_count; member418 d->error_count = d->warning_count = 0; in init_display()457 return d->error_count + (strict ? d->warning_count : 0); in display_rc()476 ++(d->warning_count); in warning()
150 static int warning_count = 0; /* count calls to png_warning */ variable462 ++warning_count; in pngtest_warning()1684 inname, error_count, warning_count); in test_one_file()1699 else if (warning_count > 0) in test_one_file()1702 inname, warning_count); in test_one_file()