Home
last modified time | relevance | path

Searched refs:warning_count (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/network_EthernetStressPlug/
Dnetwork_EthernetStressPlug.py137 self.warning_count = 0
493 self.warning_count+=1
501 self.warning_count+=1
508 if self.warning_count > num_iterations * self.warning_threshold:
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py367 class warning_count(aetools.NProperty): class
381 'warning_count' : warning_count,
413 'Rch3' : warning_count,
/external/libpng/contrib/libtests/
Dpngunknown.c394 int warning_count; member
410 d->error_count = d->warning_count = 0; in init_display()
449 return d->error_count + (strict ? d->warning_count : 0); in display_rc()
468 ++(d->warning_count); in warning()
/external/skia/third_party/libpng/
Dpngtest.c158 static int warning_count = 0; /* count calls to png_warning */ variable
470 ++warning_count; in pngtest_warning()
1634 inname, error_count, warning_count); in test_one_file()
1649 else if (warning_count > 0) in test_one_file()
1652 inname, warning_count); in test_one_file()
/external/libpng/
Dpngtest.c158 static int warning_count = 0; /* count calls to png_warning */ variable
470 ++warning_count; in pngtest_warning()
1641 inname, error_count, warning_count); in test_one_file()
1656 else if (warning_count > 0) in test_one_file()
1659 inname, warning_count); in test_one_file()