Searched refs:warning_count (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/tools/patman/ |
D | checkpatch.py | 144 error_count, warning_count, check_count = 0, 0, 0 151 warning_count += result.warnings 165 if error_count or warning_count or check_count: 168 if warning_count: 172 print(col.Color(color, str % (error_count, warning_count, check_count)))
|
/external/image_io/includes/image_io/base/ |
D | message_stats.h | 12 void Clear() { error_count = warning_count = status_count = 0; } in Clear() 14 size_t warning_count; member
|
D | message_handler.h | 62 return message_stats_->warning_count; in GetWarningMessageCount()
|
/external/image_io/includes/image_io/utils/ |
D | message_stats_writer.h | 30 const string kWarning = stats_->warning_count == 1 ? "warning" : "warnings"; in ~MessageStatsWriter() 34 << stats_->warning_count << " " << kWarning << std::endl; in ~MessageStatsWriter()
|
/external/autotest/client/site_tests/network_EthernetStressPlug/ |
D | network_EthernetStressPlug.py | 136 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/ |
D | Special_Events.py | 367 class warning_count(aetools.NProperty): class 381 'warning_count' : warning_count, 413 'Rch3' : warning_count,
|
/external/image_io/src/base/ |
D | message_handler.cc | 39 message_stats_->warning_count++; in ReportMessage()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_conv_ops.cc | 209 static int warning_count = 0; in operator ()() local 210 if (warning_count < 10) { in operator ()() 211 ++warning_count; in operator ()()
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 402 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/ |
D | pngtest.c | 150 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()
|