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.py136 self.warning_count = 0
492 self.warning_count+=1
500 self.warning_count+=1
507 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/tensorflow/tensorflow/core/kernels/
Dquantized_conv_ops.cc209 static int warning_count = 0; in operator ()() local
210 if (warning_count < 10) { in operator ()()
211 ++warning_count; in operator ()()
/external/libpng/contrib/libtests/
Dpngunknown.c402 int warning_count; member
418 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()
/external/libpng/
Dpngtest.c150 static int warning_count = 0; /* count calls to png_warning */ variable
462 ++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()