Searched refs:nerrors (Results 1 - 25 of 28) sorted by relevance

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D4-1.c84 int nerrors = 0; variable
92 nerrors++;
100 nerrors++;
108 nerrors++;
116 nerrors++;
124 nerrors++;
132 nerrors++;
140 nerrors++;
148 nerrors++;
156 nerrors
[all...]
/external/libunwind/tests/
H A Dtest-async-sig.c52 int nerrors; variable
64 { ++nerrors; fprintf (stderr, args); return; }
147 else if (sigcount == 300 || nerrors > nerrors_max)
149 if (nerrors > nerrors_max)
150 panic ("Too many errors (%d)\n", nerrors);
151 if (nerrors)
153 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
186 if (nerrors > nerrors_max)
188 fprintf (stderr, "Too many errors (%d)\n", nerrors);
H A DGia64-test-readonly.c36 do { printf (args); ++nerrors; } while (0)
39 static int nerrors; variable
81 if (nerrors > 0)
83 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
H A DGtest-exc.c42 { ++nerrors; fprintf (stderr, args); }
44 int nerrors = 0; variable
151 if (result != 0 || !got_here || nerrors > 0)
154 "FAILURE: test failed: result=%d got_here=%d nerrors=%d\n",
155 result, got_here, nerrors);
H A Dtest-setjmp.c35 int nerrors; variable
69 ++nerrors;
81 ++nerrors;
113 ++nerrors;
125 ++nerrors;
174 ++nerrors;
196 ++nerrors;
218 ++nerrors;
240 ++nerrors;
250 ++nerrors;
[all...]
H A DGtest-concurrent.c43 do { fprintf (stderr, args); ++nerrors; } while (0)
46 int nerrors; variable
127 if (nerrors)
129 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
H A DGtest-resume-sig.c45 do { fprintf (stderr, args); ++nerrors; } while (0)
48 int nerrors; variable
182 if (nerrors)
184 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
H A Dtest-ptrace.c55 int nerrors; variable
68 do { fprintf (stderr, args); ++nerrors; } while (0)
149 if (nerrors > nerrors_max)
151 panic ("Too many errors (%d)!\n", nerrors);
238 while (nerrors <= nerrors_max)
346 if (nerrors)
348 printf ("FAILURE: detected %d errors\n", nerrors);
H A DGia64-test-stack.c38 { printf (args); ++nerrors; }
52 int nerrors; variable
168 if (nerrors)
170 printf ("FAILURE: detected %d errors\n", nerrors);
H A DGia64-test-rbs.c40 do { fprintf (stderr, args); ++nerrors; return -9999; } while (0)
89 static int nerrors; variable
185 if (nerrors > 0)
187 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
H A DGia64-test-nat.c49 do { printf (args); ++nerrors; } while (0)
90 static int nerrors; variable
618 if (nerrors > 0)
620 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
/external/python/cpython2/Tools/scripts/
H A Dcheckappend.py102 self.nerrors = 0
109 self.nerrors = self.nerrors + 1
110 return self.nerrors == 0
151 self.nerrors = self.nerrors + 1
/external/valgrind/memcheck/tests/
H A Derr_disable4.c148 int nerrors = VALGRIND_COUNT_ERRORS; local
150 nerrors, NTHREADS, nerrors == NTHREADS ? "PASS" : "FAIL" );
/external/python/cpython2/Lib/test/
H A Dtest_sort.py7 nerrors = 0 variable
10 global nerrors
27 nerrors += 1
38 nerrors += 1
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_event.c317 int nerrors = 0; local
325 nerrors++;
329 if (nerrors) {
H A Dwps_upnp_i.h55 int nerrors; member in struct:advertisement_state_machine
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_event.c317 int nerrors = 0; local
325 nerrors++;
329 if (nerrors) {
H A Dwps_upnp_i.h55 int nerrors; member in struct:advertisement_state_machine
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_event.c317 int nerrors = 0; local
325 nerrors++;
329 if (nerrors) {
H A Dwps_upnp_i.h55 int nerrors; member in struct:advertisement_state_machine
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c84 int nerrors = 0; local
214 nerrors = runTestRequest(root, argc, argv);
233 nerrors++;
254 return nerrors ? 1 : 0;
/external/iputils/
H A Dping_common.h143 extern long nerrors; /* icmp errors */
235 return (diff<=0x7FFF) ? diff : ntransmitted-nreceived-nerrors;
H A Dping_common.c25 long nerrors; /* icmp errors */ variable
743 if (npackets && nreceived + nerrors >= npackets)
745 if (deadline && nerrors)
1026 if (nerrors)
1027 printf(", +%ld errors", nerrors);
H A Dping.c656 nerrors++;
675 nerrors++;
884 nerrors+=error_pkt;
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp813 int32_t nerrors = 0; local
855 nerrors = runTestRequest(root, argc, argv);
867 nerrors += 1;
885 return nerrors;

Completed in 368 milliseconds

12