Home
last modified time | relevance | path

Searched refs:err_count (Results 1 – 7 of 7) sorted by relevance

/external/srtp/crypto/test/
Denv.c51 int err_count = 0; in main() local
66 err_count++; in main()
91 err_count++; in main()
94 if (err_count) in main()
96 "(found %d problems)\n", err_count); in main()
98 return err_count; in main()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc105 int err_count = 0; in TEST_P() local
128 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) | in TEST_P()
131 err_count += (*ref_eob_ptr != *eob_ptr); in TEST_P()
132 if (err_count && !err_count_total) { in TEST_P()
135 err_count_total += err_count; in TEST_P()
164 int err_count = 0; in TEST_P() local
187 err_count += (ref_qcoeff_ptr[j] != qcoeff_ptr[j]) | in TEST_P()
190 err_count += (*ref_eob_ptr != *eob_ptr); in TEST_P()
191 if (err_count && !err_count_total) { in TEST_P()
194 err_count_total += err_count; in TEST_P()
[all …]
Dvp9_error_block_test.cc72 int err_count = 0; in TEST_P() local
91 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P()
92 if (err_count && !err_count_total) { in TEST_P()
95 err_count_total += err_count; in TEST_P()
116 int err_count = 0; in TEST_P() local
149 err_count += (ref_ret != ret) | (ref_ssz != ssz); in TEST_P()
150 if (err_count && !err_count_total) { in TEST_P()
153 err_count_total += err_count; in TEST_P()
Dlpf_8_test.cc208 int err_count = 0; in TEST_P() local
266 err_count += ref_s[j] != s[j]; in TEST_P()
268 if (err_count && !err_count_total) { in TEST_P()
271 err_count_total += err_count; in TEST_P()
306 int err_count = 0; in TEST_P() local
337 err_count += ref_s[j] != s[j]; in TEST_P()
339 if (err_count && !err_count_total) { in TEST_P()
342 err_count_total += err_count; in TEST_P()
364 int err_count = 0; in TEST_P() local
440 err_count += ref_s[j] != s[j]; in TEST_P()
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py1355 for err_string, err_count in errors.items():
1356 if err_count > 0:
1357 self.log_details('%s: %d' % (err_string, err_count))
Dmtb.py386 for err_string, err_count in slot_errors.items():
387 errors[err_string] += err_count
/external/e2fsprogs/misc/
Dmke2fs.c504 int c, count, err_count; in create_journal_dev() local
527 retval = ext2fs_zero_blocks2(fs, blk, c, &err_blk, &err_count); in create_journal_dev()
532 err_blk, err_count); in create_journal_dev()