/external/libunwind/tests/ |
Gia64-test-readonly.c | 36 do { printf (args); ++nerrors; } while (0) 39 static int nerrors; variable 81 if (nerrors > 0) 83 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
|
Gtest-exc.c | 42 { ++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);
|
Gtest-concurrent.c | 43 do { fprintf (stderr, args); ++nerrors; } while (0) 46 int nerrors; variable 127 if (nerrors) 129 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
|
test-setjmp.c | 35 int nerrors; variable 69 ++nerrors; 81 ++nerrors; 113 ++nerrors; 125 ++nerrors; 174 ++nerrors; 196 ++nerrors; 218 ++nerrors; 240 ++nerrors; 250 ++nerrors; [all...] |
Gia64-test-rbs.c | 40 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);
|
Gia64-test-stack.c | 38 { printf (args); ++nerrors; } 52 int nerrors; variable 168 if (nerrors) 170 printf ("FAILURE: detected %d errors\n", nerrors);
|
Gtest-resume-sig.c | 45 do { fprintf (stderr, args); ++nerrors; } while (0) 48 int nerrors; variable 182 if (nerrors) 184 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors);
|
test-async-sig.c | 52 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);
|
test-ptrace.c | 55 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);
|
Gia64-test-nat.c | 49 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/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
|
/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/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/chromium_org/third_party/icu/source/test/iotest/ |
iotest.cpp | 809 int32_t nerrors = 0; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cintltst.c | 78 int nerrors = 0; local 208 nerrors = runTestRequest(root, argc, argv); 227 nerrors++; 244 return nerrors ? 1 : 0;
|
/external/icu/icu4c/source/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/icu/icu4c/source/test/letest/ |
letest.cpp | 1066 int32_t nerrors = 0; local [all...] |
/external/iputils/ |
ping_common.c | 25 long nerrors; /* icmp errors */ variable 743 if (npackets && nreceived + nerrors >= npackets) 745 if (deadline && nerrors) 1026 if (nerrors) 1027 printf(", +%ld errors", nerrors);
|
/external/libpng/contrib/libtests/ |
pngvalid.c | 638 int nerrors; member in struct:png_store 730 ps->nerrors = ps->nwarnings = 0; 900 if (is_error ? (ps->nerrors)++ == 0 : 901 (ps->nwarnings)++ == 0 && ps->nerrors == 0) [all...] |