Searched refs:errorCount (Results 1 - 25 of 108) sorted by relevance

12345

/external/libmicrohttpd/src/testcurl/
H A Dtest_start_stop.c109 unsigned int errorCount = 0; local
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
[all...]
H A Dperf_get_concurrent.c336 unsigned int errorCount = 0; local
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
[all...]
H A Dtest_options.c119 unsigned int errorCount = 0; local
121 errorCount += test_wrap ("ip addr option", &test_ip_addr_option);
123 return errorCount != 0;
H A Dtest_concurrent_stop.c211 unsigned int errorCount = 0; local
221 errorCount += testMultithreadedGet (port++, 0);
222 errorCount += testMultithreadedPoolGet (port++, 0);
224 if (errorCount != 0)
225 fprintf (stderr, "Error (code: %u)\n", errorCount);
227 return errorCount != 0; /* 0 == pass */
H A Dtest_get.c607 unsigned int errorCount = 0; local
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
[all...]
H A Dtest_get_response_cleanup.c291 unsigned int errorCount = 0; local
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 */
H A Dtest_digestauth.c232 unsigned int errorCount = 0; local
242 errorCount += testDigestAuth ();
243 if (errorCount != 0)
244 fprintf (stderr, "Error (code: %u)\n", errorCount);
246 return errorCount != 0; /* 0 == pass */
H A Dtest_digestauth_with_arguments.c230 unsigned int errorCount = 0; local
240 errorCount += testDigestAuth ();
241 if (errorCount != 0)
242 fprintf (stderr, "Error (code: %u)\n", errorCount);
244 return errorCount != 0; /* 0 == pass */
H A Dtest_urlparse.c180 unsigned int errorCount = 0; local
186 errorCount += testInternalGet (0);
187 if (errorCount != 0)
188 fprintf (stderr, "Error (code: %u)\n", errorCount);
190 return errorCount != 0; /* 0 == pass */
/external/libmicrohttpd/src/microhttpd/
H A Dtest_daemon.c158 int errorCount = 0; local
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 */
H A Dtest_postprocessor_large.c99 unsigned int errorCount = 0; local
101 errorCount += test_simple_large ();
102 if (errorCount != 0)
103 fprintf (stderr, "Error (code: %u)\n", errorCount);
104 return errorCount != 0; /* 0 == pass */
H A Dtest_postprocessor.c338 unsigned int errorCount = 0; local
340 errorCount += test_multipart_splits ();
341 errorCount += test_multipart_garbage ();
342 errorCount += test_urlencoding ();
343 errorCount += test_multipart ();
344 errorCount += test_nested_multipart ();
345 errorCount += test_empty_value ();
346 if (errorCount != 0)
347 fprintf (stderr, "Error (code: %u)\n", errorCount);
348 return errorCount !
[all...]
/external/libmicrohttpd/src/testcurl/https/
H A Dtest_https_get.c101 unsigned int errorCount = 0; local
121 errorCount +=
123 errorCount +=
125 print_test_result (errorCount, argv[0]);
129 return errorCount != 0;
H A Dtest_tls_authentication.c75 unsigned int errorCount = 0; local
89 fprintf (stderr, "Error (code: %u)\n", errorCount);
99 errorCount +=
102 print_test_result (errorCount, argv[0]);
109 return errorCount != 0;
H A Dtest_tls_options.c83 unsigned int errorCount = 0; local
135 errorCount++;
150 errorCount++;
154 return errorCount != 0;
H A Dtest_https_session_info.c169 unsigned int errorCount = 0; local
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;
H A Dtest_https_get_parallel_threads.c137 unsigned int errorCount = 0; local
170 errorCount +=
178 errorCount +=
186 if (errorCount != 0)
190 return errorCount != 0;
H A Dtest_https_multi_daemon.c97 unsigned int errorCount = 0; local
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;
H A Dtest_https_get_parallel.c136 unsigned int errorCount = 0; local
151 errorCount +=
159 errorCount +=
167 errorCount +=
175 errorCount +=
184 return errorCount != 0;
H A Dtest_https_time_out.c103 int errorCount = 0;; local
137 errorCount += test_tls_session_time_out (session);
140 print_test_result (errorCount, argv[0]);
145 return errorCount != 0;
H A Dtest_https_get_select.c213 unsigned int errorCount = 0; local
221 if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY)))
222 fprintf (stderr, "Fail: %d\n", errorCount);
224 if (0 != (errorCount = testExternalGet (0)))
225 fprintf (stderr, "Fail: %d\n", errorCount);
227 return errorCount != 0;
/external/icu/android_icu4j/runner/src/main/java/android/icu/junit/
H A DIcuFrameworkTest.java95 localParams.errorCount++;
99 int errorCount = localParams.errorCount + localParams.warnCount;
106 if (errorCount != 0) {
115 + errorCount + " error(s)\n" + information;
/external/libmicrohttpd/src/testzzuf/
H A Dtest_long_header.c222 unsigned int errorCount = 0; local
228 errorCount += testLongUrlGet ();
229 errorCount += testLongHeaderGet ();
230 if (errorCount != 0)
231 fprintf (stderr, "Error (code: %u)\n", errorCount);
233 return errorCount != 0; /* 0 == pass */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java258 int errorCount = countCompileErrors(fileContents);
262 if (errorCount != 0) {
275 formatCompileErrorRow(log, errorCount, warningCount, compilerLog);
280 int errorCount = 0;
337 errorCount++;
341 if (errorCount != 0) {
358 errorCount,
546 int errorCount = countErrors(fullName);
547 if (errorCount != 0) {
562 String tmp=((platformSpecificTemplateList.equals(""))?formatRow(xmlFileNames[i].getPath(), errorCount,tru
829 formatCompileErrorRow( String fileName, int errorCount, int warningCount, StringBuffer buffer) argument
927 formatRow(String fileName, int errorCount, boolean link) argument
990 formatRowReleng(String fileName, int errorCount, boolean link) argument
[all...]
/external/opencv3/modules/ml/test/
H A Dtest_lr.cpp204 float errorCount = 0.0; local
205 errorCount += 1 - (float)countNonZero(responses1 == responses2)/responses1.rows;
206 errorCount += 1 - (float)sum(comp_learnt_mats)[0]/comp_learnt_mats.rows;
208 if(errorCount>0)
210 ts->printf( cvtest::TS::LOG, "Different prediction results before writing and after reading (errorCount=%d).\n", errorCount );

Completed in 1012 milliseconds

12345