HomeSort by relevance Sort by last modified time
    Searched refs:nerrors (Results 1 - 15 of 15) sorted by null

  /external/valgrind/main/memcheck/tests/
err_disable4.c 123 int nerrors = VALGRIND_COUNT_ERRORS; local
125 nerrors, NTHREADS, nerrors == NTHREADS ? "PASS" : "FAIL" );
  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 319 int nerrors = 0; local
327 nerrors++;
331 if (nerrors) {
wps_upnp_i.h 55 int nerrors; member in struct:advertisement_state_machine
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 71 int nerrors = 0; local
201 nerrors = runTestRequest(root, argc, argv);
216 nerrors++;
227 nerrors++;
237 return nerrors ? 1 : 0;
  /external/icu4c/test/cintltst/
cintltst.c 79 int nerrors = 0; local
209 nerrors = runTestRequest(root, argc, argv);
228 nerrors++;
239 nerrors++;
249 return nerrors ? 1 : 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sort.py 7 nerrors = 0 variable
10 global nerrors
27 nerrors += 1
38 nerrors += 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sort.py 7 nerrors = 0 variable
10 global nerrors
27 nerrors += 1
38 nerrors += 1
  /external/iputils/
ping_common.h 143 extern long nerrors; /* icmp errors */
235 return (diff<=0x7FFF) ? diff : ntransmitted-nreceived-nerrors;
ping_common.c 25 long nerrors; /* icmp errors */ variable
738 if (npackets && nreceived + nerrors >= npackets)
740 if (deadline && nerrors)
1021 if (nerrors)
1022 printf(", +%ld errors", nerrors);
ping.c 653 nerrors++;
672 nerrors++;
881 nerrors+=error_pkt;
    [all...]
ping6.c 1315 nerrors++;
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 809 int32_t nerrors = 0; local
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 810 int32_t nerrors = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp 1063 int32_t nerrors = 0; local
    [all...]
  /external/icu4c/test/letest/
letest.cpp 1063 int32_t nerrors = 0; local
    [all...]

Completed in 1134 milliseconds