/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify22.c | 108 unsigned int error_count; member 115 .error_count = 1, 122 .error_count = 1, 129 .error_count = 2, 136 .error_count = 2, 180 if (info_error->error_count != ex->error_count) { in check_error_event_info_error() 181 tst_res(TFAIL, "%s: Unexpected error_count (%d!=%d)", in check_error_event_info_error() 182 ex->name, info_error->error_count, ex->error_count); in check_error_event_info_error() [all...] |
/third_party/ninja/misc/ |
H A D | ci.py | 13 error_count = 0 variable 16 global error_count 17 error_count += 1 41 exit(error_count)
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | base64.c | 84 int i, error_count = 0; in main() local 102 error_count += test_encode_decode(tests[i].data, strlen(tests[i].data), tests[i].encoded_ref); in main() 124 if (error_count) in main() 125 printf("Error Count: %d.\n", error_count); in main() 127 return !!error_count; in main()
|
/third_party/ltp/testcases/cve/ |
H A D | icmp_rate_limit01.c | 104 int error_count = 0; in count_icmp_errors() local 161 error_count++; in count_icmp_errors() 165 return error_count; in count_icmp_errors() 170 int i, j, error_count = 0; in packet_batch() local 175 error_count += count_icmp_errors(fds[i]); in packet_batch() 206 error_count += count_icmp_errors(fds[i]); in packet_batch() 208 return error_count; in packet_batch()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_device_info.py | 666 error_count = 0 variable 673 error_count += 1 680 error_count += 1 686 error_count += 1 692 error_count += 1 704 if error_count > 0: 705 print("zink_device_info.py: Found {} error(s) in total. Quitting.".format(error_count))
|
H A D | zink_instance.py | 361 error_count = 0 variable 368 error_count += 1 375 error_count += 1 385 if error_count > 0: 386 print("zink_instance.py: Found {} error(s) in total. Quitting.".format(error_count))
|
/third_party/ltp/testcases/kernel/mem/page/ |
H A D | page02.c | 74 int error_count, i, j, pid, status; local 103 error_count = 0; 182 error_count++; 184 error_count++; 186 exit(error_count);
|
H A D | page01.c | 75 int error_count, i, j, pid, status; local 98 error_count = 0; 161 error_count++; 163 exit(error_count);
|
/third_party/node/test/parallel/ |
H A D | test-child-process-exec-env.js | 29 let error_count = 0; 35 error_count++; 62 assert.strictEqual(error_count, 0);
|
/third_party/python/Lib/test/ |
H A D | test_threadedtempfile.py | 34 error_count = 0 variable in TempFileGreedy 45 self.error_count += 1 58 for t in threads if t.error_count]
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 355 unsigned error_count = 0; in Test1Op() local 359 if (++error_count > kErrorReportLimit) continue; in Test1Op() 379 if (error_count > kErrorReportLimit) { in Test1Op() 380 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test1Op() 382 VIXL_CHECK(error_count == 0); in Test1Op() 507 unsigned error_count = 0; in Test2Op() local 512 if (++error_count > kErrorReportLimit) continue; in Test2Op() 536 if (error_count > kErrorReportLimit) { in Test2Op() 537 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test2Op() 539 VIXL_CHECK(error_count in Test2Op() 659 unsigned error_count = 0; Test3Op() local 802 unsigned error_count = 0; TestCmp() local 933 unsigned error_count = 0; TestCmpZero() local 1162 unsigned error_count = 0; TestFPToS() local 1235 unsigned error_count = 0; TestFPToU() local 1327 unsigned error_count = 0; TestFPToFixedS() local 1405 unsigned error_count = 0; TestFPToFixedU() local 1588 unsigned error_count = 0; Test1OpNEON() local 1795 unsigned error_count = 0; Test1OpAcrossNEON() local 2056 unsigned error_count = 0; Test2OpNEON() local 2324 unsigned error_count = 0; TestByElementNEON() local 2552 unsigned error_count = 0; Test2OpImmNEON() local 2782 unsigned error_count = 0; TestOpImmOpImmNEON() local [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_sni.c | 249 unsigned int error_count = 0; in main() local 274 error_count += do_get ("https://host1:4233/"); in main() 275 error_count += do_get ("https://host2:4233/"); in main() 279 return error_count != 0; in main()
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 90 error_count = -1 94 if error_count == -1: 100 error_count += 1 105 error_count += 1 107 return error_count 120 error_count = 0 126 error_count += 1 128 if error_count != 0: 131 return error_count
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_drawable.c | 349 static int error_count = 0; variable 355 ++error_count; in error_handler() 397 error_count = 0; in apple_glx_garbage_collect_drawables() 407 if (error_count > 0) { in apple_glx_garbage_collect_drawables() 414 error_count = 0; in apple_glx_garbage_collect_drawables()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | makesRGB.c | 85 unsigned int error_count = 0; in main() local 304 error_count = 0; in main() 323 ++error_count; in main() 385 min_error, max_error, error_count, (100.*error_count)/max_input); in main()
|
/third_party/libsnd/Scripts/ |
H A D | cstyle.py | 108 self.error_count = 0 162 return self.error_count 236 self.error_count += 1
|
/third_party/mbedtls/tests/scripts/ |
H A D | analyze_outcomes.py | 49 self.error_count = 0 59 self.error_count += 1 710 main_results.warning_count, main_results.error_count) 712 sys.exit(0 if (main_results.error_count == 0) else 1)
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngunknown.c | 401 int error_count; member 418 d->error_count = d->warning_count = 0; in init_display() 440 ++(d->error_count); in PNG_FUNCTION() 457 return d->error_count + (strict ? d->warning_count : 0); in display_rc() 613 ++(d->error_count); in get_unknown() 622 ++(d->error_count); in get_unknown() 886 ++(d->error_count); in check_error() 1000 ++(d->error_count); in check_handling()
|
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 86 static unsigned int error_count = 1; variable 418 if ( error_count == 0 && error_fraction == 0.0 ) in getErrorCnt() 421 return error_count + (unsigned int)( error_fraction * item->len ); in getErrorCnt() 632 error_count = (unsigned int)strtoul( argv[++i], &end, 10 ); in main() 642 error_count = 0; in main()
|
/third_party/typescript/tests/verify_3rd_libs/ |
H A D | verify_3rd_libs.py | 316 error_count = {} 323 if error in error_count: 324 error_count[error] += 1 326 error_count[error] = 1 327 df['error'][i] = error_count
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_test.cc | 88 EXPECT_EQ(program_a.Diagnostics().error_count(), 1u); in TEST_F() 94 EXPECT_EQ(program_b.Diagnostics().error_count(), 1u); in TEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | avpacket.c | 602 int ff_side_data_set_encoder_stats(AVPacket *pkt, int quality, int64_t *error, int error_count, int pict_type) in ff_side_data_set_encoder_stats() argument 610 side_data_size = 4+4+8*error_count; in ff_side_data_set_encoder_stats() 615 if (!side_data || side_data_size < 4+4+8*error_count) in ff_side_data_set_encoder_stats() 620 side_data[5] = error_count; in ff_side_data_set_encoder_stats() 621 for (i = 0; i<error_count; i++) in ff_side_data_set_encoder_stats()
|
H A D | packet_internal.h | 69 int ff_side_data_set_encoder_stats(AVPacket *pkt, int quality, int64_t *error, int error_count, int pict_type);
|
H A D | error_resilience.h | 65 atomic_int error_count; member
|
/third_party/benchmark/src/ |
H A D | statistics.cc | 92 auto error_count = std::count_if(reports.begin(), reports.end(), in ComputeStats() local 95 if (reports.size() - error_count < 2) { in ComputeStats()
|