Searched refs:warning_count (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/policy/tools/
H A Dsyntax_check_policy_template_json.py61 self.warning_count = 0
188 self.warning_count += 1
353 self.warning_count += 1
373 self.warning_count += 1
481 (filename, self.error_count, self.warning_count))
/external/libpng/contrib/libtests/
H A Dpngunknown.c383 int warning_count; member in struct:__anon24618
399 d->error_count = d->warning_count = 0;
438 return d->error_count + (strict ? d->warning_count : 0);
457 ++(d->warning_count);
/external/libpng/
H A Dpngtest.c128 static int warning_count = 0; /* count calls to png_warning */ variable
441 ++warning_count;
1563 inname, error_count, warning_count);
1578 else if (warning_count > 0)
1581 inname, warning_count);

Completed in 226 milliseconds