Searched refs:nerrors (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 4-1.c | 82 int nerrors = 0; variable 90 nerrors++; in pre3() 98 nerrors++; in pre2() 106 nerrors++; in pre1() 114 nerrors++; in par1() 122 nerrors++; in par2() 130 nerrors++; in par3() 138 nerrors++; in chi1() 146 nerrors++; in chi2() 154 nerrors++; in chi3() [all …]
|
/external/python/cpython2/Tools/scripts/ |
D | checkappend.py | 102 self.nerrors = 0 109 self.nerrors = self.nerrors + 1 110 return self.nerrors == 0 151 self.nerrors = self.nerrors + 1
|
/external/python/cpython2/Lib/test/ |
D | test_sort.py | 7 nerrors = 0 variable 10 global nerrors 27 nerrors += 1 38 nerrors += 1
|
/external/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 82 int nerrors = 0; in main() local 212 nerrors = runTestRequest(root, argc, argv); in main() 231 nerrors++; in main() 255 return nerrors ? 1 : 0; in main()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_event.c | 318 int nerrors = 0; in event_send_all_later_handler() local 326 nerrors++; in event_send_all_later_handler() 330 if (nerrors) { in event_send_all_later_handler()
|
D | wps_upnp_i.h | 55 int nerrors; member
|
/external/python/cpython3/Lib/test/ |
D | test_sort.py | 7 nerrors = 0 variable 11 global nerrors 28 nerrors += 1 39 nerrors += 1
|
/external/iputils/ |
D | ping_common.h | 143 extern long nerrors; /* icmp errors */ 235 return (diff<=0x7FFF) ? diff : ntransmitted-nreceived-nerrors; in in_flight()
|
D | ping_common.c | 25 long nerrors; /* icmp errors */ variable 743 if (npackets && nreceived + nerrors >= npackets) in main_loop() 745 if (deadline && nerrors) in main_loop() 1026 if (nerrors) in finish() 1027 printf(", +%ld errors", nerrors); in finish()
|
D | ping.c | 656 nerrors++; in receive_error_msg() 675 nerrors++; in receive_error_msg() 884 nerrors+=error_pkt; in parse_reply()
|
D | ping6.c | 1321 nerrors++; in receive_error_msg() 1335 nerrors++; in receive_error_msg() 1673 nerrors++; in parse_reply()
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 776 int32_t nerrors = 0; in main() local 818 nerrors = runTestRequest(root, argc, argv); in main() 835 nerrors += 1; in main() 853 return nerrors; in main()
|
/external/icu/icu4c/source/test/letest/ |
D | letest.cpp | 1005 int32_t nerrors = 0; in main() local 1053 nerrors = runTestRequest(root, argc, argv); in main() 1066 return nerrors; in main()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 759 int nerrors; member 861 ps->nerrors = ps->nwarnings = 0; in store_init() 1069 if (is_error ? (ps->nerrors)++ == 0 : in store_log() 1070 (ps->nwarnings)++ == 0 && ps->nerrors == 0) in store_log() 1860 ++ps->nerrors; in store_pool_delete() 2502 return !pm->log && !pm->this.verbose && (pm->this.nerrors > 0 || in fail() 12147 (pm.this.nerrors || (pm.this.treat_warnings_as_errors && in main() 12179 if (pm.this.nerrors || (pm.this.treat_warnings_as_errors && in main() 12185 fprintf(stderr, "pngvalid: %d errors, %d warnings\n", pm.this.nerrors, in main()
|