/external/libmicrohttpd/src/testcurl/ |
test_start_stop.c | 109 unsigned int errorCount = 0; 111 errorCount += testInternalGet (0); 112 errorCount += testMultithreadedGet (0); 113 errorCount += testMultithreadedPoolGet (0); 114 errorCount += testExternalGet (); 117 errorCount += testInternalGet(MHD_USE_POLL); 118 errorCount += testMultithreadedGet(MHD_USE_POLL); 119 errorCount += testMultithreadedPoolGet(MHD_USE_POLL); 123 errorCount += testInternalGet(MHD_USE_EPOLL_LINUX_ONLY); 124 errorCount += testMultithreadedPoolGet(MHD_USE_EPOLL_LINUX_ONLY) [all...] |
perf_get_concurrent.c | 336 unsigned int errorCount = 0; 346 errorCount += testInternalGet (port++, 0); 347 errorCount += testMultithreadedGet (port++, 0); 348 errorCount += testMultithreadedPoolGet (port++, 0); 349 errorCount += testExternalGet (port++); 351 errorCount += testInternalGet (port++, MHD_USE_POLL); 352 errorCount += testMultithreadedGet (port++, MHD_USE_POLL); 353 errorCount += testMultithreadedPoolGet (port++, MHD_USE_POLL); 356 errorCount += testInternalGet (port++, MHD_USE_EPOLL_LINUX_ONLY); 357 errorCount += testMultithreadedPoolGet (port++, MHD_USE_EPOLL_LINUX_ONLY) [all...] |
test_get.c | 607 unsigned int errorCount = 0; 613 errorCount += testInternalGet (0); 614 errorCount += testMultithreadedGet (0); 615 errorCount += testMultithreadedPoolGet (0); 616 errorCount += testUnknownPortGet (0); 617 errorCount += testStopRace (0); 618 errorCount += testExternalGet (); 619 errorCount += testEmptyGet (0); 622 errorCount += testInternalGet(MHD_USE_POLL); 623 errorCount += testMultithreadedGet(MHD_USE_POLL) [all...] |
test_get_response_cleanup.c | 291 unsigned int errorCount = 0; 295 errorCount += testInternalGet (); 296 errorCount += testMultithreadedGet (); 297 errorCount += testMultithreadedPoolGet (); 298 errorCount += testExternalGet (); 299 if (errorCount != 0) 300 fprintf (stderr, "Error (code: %u)\n", errorCount); 301 return errorCount != 0; /* 0 == pass */
|
test_quiesce.c | 434 unsigned int errorCount = 0; 438 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, 0); 439 errorCount += testGet (MHD_USE_THREAD_PER_CONNECTION, 0, 0); 440 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, 0); 441 errorCount += testExternalGet (); 444 errorCount += testGet(MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_POLL); 445 errorCount += testGet (MHD_USE_THREAD_PER_CONNECTION, 0, MHD_USE_POLL); 446 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_POLL); 450 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, 0, MHD_USE_EPOLL_LINUX_ONLY); 451 errorCount += testGet (MHD_USE_SELECT_INTERNALLY, CPU_COUNT, MHD_USE_EPOLL_LINUX_ONLY) [all...] |
test_options.c | 119 unsigned int errorCount = 0; 121 errorCount += test_wrap ("ip addr option", &test_ip_addr_option); 123 return errorCount != 0;
|
/frameworks/base/tools/stats_log_api_gen/ |
test_collation.cpp | 86 int errorCount = collate_atoms(Event::descriptor(), &atoms); 88 EXPECT_EQ(0, errorCount); 154 int errorCount = collate_atoms(IntAtom::descriptor(), &atoms); 156 EXPECT_EQ(1, errorCount); 164 int errorCount = collate_atoms(BadTypesEvent::descriptor(), &atoms); 166 EXPECT_EQ(2, errorCount); 174 int errorCount = collate_atoms(BadSkippedFieldSingle::descriptor(), &atoms); 176 EXPECT_EQ(1, errorCount); 185 int errorCount = collate_atoms(BadSkippedFieldMultiple::descriptor(), &atoms); 187 EXPECT_EQ(2, errorCount); [all...] |
Collation.cpp | 157 int errorCount = 0; 177 errorCount++; 193 errorCount++; 199 errorCount++; 204 errorCount++; 221 errorCount++; 247 errorCount++; 257 errorCount++; 263 errorCount++; 269 errorCount++ [all...] |
/external/ltp/testcases/kernel/fs/fs-bench/ |
random-access-del-create.c | 28 int errorcount = 0; variable 64 fprintf(stderr, "Total error : %d\n", errorcount); 84 if ((errorcount > dfilecount || errorcount > cfilecount) 85 && (errorcount > MAXERROR)) { 89 fprintf(stderr, "Total error : %d\n", errorcount); 100 errorcount++; 107 errorcount++; 127 errorcount++; 132 errorcount++ [all...] |
random-del-create.c | 25 int errorcount = 0; variable 61 fprintf(stderr, "Total error : %d\n", errorcount); 82 if ((errorcount > dfilecount || errorcount > cfilecount) 83 && (errorcount > MAXERROR)) { 87 fprintf(stderr, "Total error : %d\n", errorcount); 98 errorcount++; 105 errorcount++; 124 errorcount++; 129 errorcount++ [all...] |
/external/libmicrohttpd/src/microhttpd/ |
test_daemon.c | 158 int errorCount = 0; 159 errorCount += testStartError (); 160 errorCount += testStartStop (); 161 errorCount += testExternalRun (); 162 errorCount += testThread (); 163 errorCount += testMultithread (); 164 if (errorCount != 0) 165 fprintf (stderr, "Error (code: %u)\n", errorCount); 166 return errorCount != 0; /* 0 == pass */
|
test_postprocessor_large.c | 99 unsigned int errorCount = 0; 101 errorCount += test_simple_large (); 102 if (errorCount != 0) 103 fprintf (stderr, "Error (code: %u)\n", errorCount); 104 return errorCount != 0; /* 0 == pass */
|
/external/skia/src/sksl/ |
SkSLErrorReporter.h | 28 virtual int errorCount() = 0;
|
/external/skqp/src/sksl/ |
SkSLErrorReporter.h | 28 virtual int errorCount() = 0;
|
/external/libmicrohttpd/src/testcurl/https/ |
test_https_get.c | 101 unsigned int errorCount = 0; 121 errorCount += 123 errorCount += 125 print_test_result (errorCount, argv[0]); 129 return errorCount != 0;
|
test_https_multi_daemon.c | 97 unsigned int errorCount = 0; 106 fprintf (stderr, "Error (code: %u). l:%d f:%s\n", errorCount, __LINE__, 122 errorCount += 125 print_test_result (errorCount, "concurent_daemon_pair"); 133 return errorCount != 0;
|
test_tls_authentication.c | 75 unsigned int errorCount = 0; 89 fprintf (stderr, "Error (code: %u)\n", errorCount); 99 errorCount += 102 print_test_result (errorCount, argv[0]); 109 return errorCount != 0;
|
test_https_session_info.c | 169 unsigned int errorCount = 0; 177 fprintf (stderr, "Error (code: %u)\n", errorCount); 180 errorCount += test_query_session (); 181 print_test_result (errorCount, argv[0]); 183 if (errorCount > 0) 184 fprintf (stderr, "Error (code: %u)\n", errorCount); 185 return errorCount;
|
test_https_get_parallel.c | 136 unsigned int errorCount = 0; 151 errorCount += 159 errorCount += 167 errorCount += 175 errorCount += 184 return errorCount != 0;
|
test_https_time_out.c | 103 int errorCount = 0;; 137 errorCount += test_tls_session_time_out (session); 140 print_test_result (errorCount, argv[0]); 145 return errorCount != 0;
|
test_tls_options.c | 83 unsigned int errorCount = 0; 135 errorCount++; 150 errorCount++; 154 return errorCount != 0;
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
Comp.c | 38 UINT8 ErrorCount;
56 ErrorCount = 0;
128 ErrorCount++;
133 for (LoopVar = 0 ; LoopVar < Size1 && ErrorCount <= 10 ; LoopVar++) {
191 ++ErrorCount,
208 ++ErrorCount,
225 ++ErrorCount,
242 ++ErrorCount,
256 if (ErrorCount == 0) {
|
/external/objenesis/tck/src/main/java/org/objenesis/tck/ |
TextReporter.java | 68 private int errorCount = 0; 92 return errorCount; 118 errorCount++; 127 errorCount++; 166 errorCount++; 207 if(errorCount != 0) { 218 summary.println("--- FAILED: " + errorCount + " error(s) occured ---"); 233 return errorCount != 0;
|
/external/libmicrohttpd/src/testzzuf/ |
test_get.c | 301 unsigned int errorCount = 0; 307 errorCount += testInternalGet (); 308 errorCount += testMultithreadedGet (); 309 errorCount += testExternalGet (); 310 if (errorCount != 0) 311 fprintf (stderr, "Error (code: %u)\n", errorCount); 313 return errorCount != 0; /* 0 == pass */
|
/external/doclava/res/assets/templates/ |
todo.cs | 35 <tr><th>Errors</th><td><?cs var:all.errorCount ?></td></tr> 52 <td><?cs var:pkg.errorCount ?></td> 72 <td><?cs var:cl.errorCount ?></td> 83 <p>Errors: <?cs var:cl.errorCount ?><br/>
|