Searched refs:nerrors (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/main/memcheck/tests/ |
D | err_disable4.c | 123 int nerrors = VALGRIND_COUNT_ERRORS; in main() local 125 nerrors, NTHREADS, nerrors == NTHREADS ? "PASS" : "FAIL" ); in main()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cintltst.c | 71 int nerrors = 0; in main() local 201 nerrors = runTestRequest(root, argc, argv); in main() 216 nerrors++; in main() 227 nerrors++; in main() 237 return nerrors ? 1 : 0; in main()
|
/external/icu4c/test/cintltst/ |
D | cintltst.c | 79 int nerrors = 0; in main() local 209 nerrors = runTestRequest(root, argc, argv); in main() 228 nerrors++; in main() 239 nerrors++; in main() 249 return nerrors ? 1 : 0; in main()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_event.c | 319 int nerrors = 0; in event_send_all_later_handler() local 327 nerrors++; in event_send_all_later_handler() 331 if (nerrors) { in event_send_all_later_handler()
|
D | wps_upnp_i.h | 55 int nerrors; member
|
/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 738 if (npackets && nreceived + nerrors >= npackets) in main_loop() 740 if (deadline && nerrors) in main_loop() 1021 if (nerrors) in finish() 1022 printf(", +%ld errors", nerrors); in finish()
|
D | ping.c | 653 nerrors++; in receive_error_msg() 672 nerrors++; in receive_error_msg() 881 nerrors+=error_pkt; in parse_reply()
|
D | ping6.c | 1315 nerrors++; in receive_error_msg() 1329 nerrors++; in receive_error_msg() 1667 nerrors++; in parse_reply()
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
D | iotest.cpp | 809 int32_t nerrors = 0; in main() local 851 nerrors = runTestRequest(root, argc, argv); in main() 863 nerrors += 1; in main() 881 return nerrors; in main()
|
/external/icu4c/test/iotest/ |
D | iotest.cpp | 810 int32_t nerrors = 0; in main() local 852 nerrors = runTestRequest(root, argc, argv); in main() 864 nerrors += 1; in main() 882 return nerrors; in main()
|
/external/icu4c/test/letest/ |
D | letest.cpp | 1063 int32_t nerrors = 0; in main() local 1111 nerrors = runTestRequest(root, argc, argv); in main() 1124 return nerrors; in main()
|
/external/chromium_org/third_party/icu/source/test/letest/ |
D | letest.cpp | 1063 int32_t nerrors = 0; in main() local 1111 nerrors = runTestRequest(root, argc, argv); in main() 1124 return nerrors; in main()
|