Home
last modified time | relevance | path

Searched refs:tests_count (Results 1 – 25 of 68) sorted by relevance

123

/dports/misc/opennn/opennn-5.0.5/tests/
H A Dmain.cpp88 Index tests_count = 0; in main() local
96 tests_count += correlations_test.get_tests_count(); in main()
105 tests_count += data_set_test.get_tests_count(); in main()
132 tests_count += matrix_test.get_tests_count(); in main()
162 tests_count += scaling_layer_test.get_tests_count(); in main()
194 tests_count += layer_test.get_tests_count(); in main()
202 tests_count += layer_test.get_tests_count(); in main()
210 tests_count += neural_network_test.get_tests_count(); in main()
266 tests_count += statistics_test.get_tests_count(); in main()
424 tests_count += data_set_test.get_tests_count(); in main()
[all …]
/dports/devel/py-nose2/nose2-0.10.0/nose2/tests/functional/support/scenario/layers_hooks/
H A Dtest_layers_simple.py10 tests_count = 0 variable in Layer1
43 assert self.layer.test_setup == self.layer.tests_count + 1
44 assert self.layer.test_teardown == self.layer.tests_count
46 self.layer.tests_count += 1
50 assert self.layer.test_setup == self.layer.tests_count + 1
51 assert self.layer.test_teardown == self.layer.tests_count
53 self.layer.tests_count += 1
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dunit_testing.cpp13 tests_count = 0; in UnitTesting()
33 return tests_count; in get_tests_count()
80 tests_count = new_tests_count; in set_tests_count()
137 tests_count++; in assert_true()
163 tests_count++; in assert_false()
191 cout << "Tests run: " << tests_count << endl; in print_results()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/
H A Dperceptron.c99 slot_size += (int)(num_tests_hit[i] * ham_preference * tests_count[i]); in init_wheel()
101 slot_size = tests_count[i]; in init_wheel()
193 ga_yy += tests_count[i]; in write_weights()
194 yyscore += tests_count[i] * score; in write_weights()
196 ga_nn += tests_count[i]; in write_weights()
197 nnscore += tests_count[i] * score; in write_weights()
199 ga_ny += tests_count[i]; in write_weights()
200 nyscore += tests_count[i] * score; in write_weights()
202 ga_yn += tests_count[i]; in write_weights()
203 ynscore += tests_count[i] * score; in write_weights()
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/Command/
H A DTest.php229 $tests_count = count($tests);
230 $this->ui->outputData('Running ' . $tests_count . ' tests', $command);
237 $tap = '1..' . $tests_count . "\n";
242 $run->tests_count = $tests_count;
255 fwrite($fp, "Running test [$i / $tests_count] $t...");
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/Command/
H A DTest.php229 $tests_count = count($tests);
230 $this->ui->outputData('Running ' . $tests_count . ' tests', $command);
237 $tap = '1..' . $tests_count . "\n";
242 $run->tests_count = $tests_count;
255 fwrite($fp, "Running test [$i / $tests_count] $t...");
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/Command/
H A DTest.php229 $tests_count = count($tests);
230 $this->ui->outputData('Running ' . $tests_count . ' tests', $command);
237 $tap = '1..' . $tests_count . "\n";
242 $run->tests_count = $tests_count;
255 fwrite($fp, "Running test [$i / $tests_count] $t...");
/dports/graphics/cairo/cairo-1.17.4/perf/
H A Dcairo-perf-report.c337 qsort (report->tests, report->tests_count, sizeof (test_report_t), cmp); in cairo_perf_report_sort_and_compute_stats()
343 last = &report->tests[report->tests_count - 1]; in cairo_perf_report_sort_and_compute_stats()
405 report->tests_count = 0; in cairo_perf_report_load()
420 if (report->tests_count == report->tests_size) { in cairo_perf_report_load()
430 status = test_report_parse (&report->tests[report->tests_count], in cairo_perf_report_load()
436 report->tests_count++; in cairo_perf_report_load()
448 if (report->tests_count == report->tests_size) { in cairo_perf_report_load()
453 report->tests[report->tests_count].name = NULL; in cairo_perf_report_load()
/dports/graphics/p5-GraphViz-Data-Structure/GraphViz-Data-Structure-0.20/dotty/
H A Dbuild_test138 my $tests_count = 0;
167 $tests_count++;
177 use Test::More tests=>$tests_count;
/dports/devel/py-pytest-sugar/pytest-sugar-0.9.4/
H A Dpytest_sugar.py79 reporter.tests_count = len(session.items)
88 terminal_reporter.tests_count = len(ids)
97 and terminal_reporter.tests_count > 0):
98 terminal_reporter.tests_count -= len(items)
215 self.tests_count = 0
266 float(self.tests_taken) / self.tests_count
267 if self.tests_count else 0
275 if progressbar == "100% " and self.tests_taken < self.tests_count:
453 float(self.tests_taken) * LEN_PROGRESS_BAR / self.tests_count
454 if self.tests_count else 0
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/
H A Dtests.rs294 let mut tests_count = 0; in deterministic_enabled() localVariable
297 tests_count += 1; in deterministic_enabled()
299 assert_eq!(96, tests_count); in deterministic_enabled()
302 let mut tests_count = 0; in deterministic_enabled() localVariable
305 tests_count += 1; in deterministic_enabled()
307 assert_eq!(6, tests_count); in deterministic_enabled()
310 let mut tests_count = 0; in deterministic_enabled() localVariable
313 tests_count += 1; in deterministic_enabled()
315 assert_eq!(1, tests_count); in deterministic_enabled()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/
H A Dtests.rs293 let mut tests_count = 0; in deterministic_enabled() localVariable
296 tests_count += 1; in deterministic_enabled()
298 assert_eq!(96, tests_count); in deterministic_enabled()
301 let mut tests_count = 0; in deterministic_enabled() localVariable
304 tests_count += 1; in deterministic_enabled()
306 assert_eq!(6, tests_count); in deterministic_enabled()
309 let mut tests_count = 0; in deterministic_enabled() localVariable
312 tests_count += 1; in deterministic_enabled()
314 assert_eq!(1, tests_count); in deterministic_enabled()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/perf/
H A Dtime_framework.h59 const int tests_count; variable
76 : barrier(NULL), tests_count(ntests) in TesterBase()
191 keys.resize(tester.tests_count); in init()
192 for(int testn = 0; testn < tester.tests_count; testn++) { in init()
201 for(int testn = 0; testn < tester.tests_count; testn++) { in run_test()
211 for(int testn = 0; testn < tester.tests_count; testn++) { in post_process()
/dports/devel/tbb/oneTBB-2020.3/src/perf/
H A Dtime_framework.h59 const int tests_count; variable
76 : barrier(NULL), tests_count(ntests) in TesterBase()
191 keys.resize(tester.tests_count); in init()
192 for(int testn = 0; testn < tester.tests_count; testn++) { in init()
201 for(int testn = 0; testn < tester.tests_count; testn++) { in run_test()
211 for(int testn = 0; testn < tester.tests_count; testn++) { in post_process()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/perf/
H A Dtime_framework.h59 const int tests_count; variable
76 : barrier(NULL), tests_count(ntests) in TesterBase()
191 keys.resize(tester.tests_count); in init()
192 for(int testn = 0; testn < tester.tests_count; testn++) { in init()
201 for(int testn = 0; testn < tester.tests_count; testn++) { in run_test()
211 for(int testn = 0; testn < tester.tests_count; testn++) { in post_process()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/
H A Dtests.rs293 let mut tests_count = 0; in deterministic_enabled() localVariable
296 tests_count += 1; in deterministic_enabled()
298 assert_eq!(96, tests_count); in deterministic_enabled()
301 let mut tests_count = 0; in deterministic_enabled() localVariable
304 tests_count += 1; in deterministic_enabled()
306 assert_eq!(6, tests_count); in deterministic_enabled()
309 let mut tests_count = 0; in deterministic_enabled() localVariable
312 tests_count += 1; in deterministic_enabled()
314 assert_eq!(1, tests_count); in deterministic_enabled()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/
H A Dtests.rs293 let mut tests_count = 0; in deterministic_enabled() localVariable
296 tests_count += 1; in deterministic_enabled()
298 assert_eq!(96, tests_count); in deterministic_enabled()
301 let mut tests_count = 0; in deterministic_enabled() localVariable
304 tests_count += 1; in deterministic_enabled()
306 assert_eq!(6, tests_count); in deterministic_enabled()
309 let mut tests_count = 0; in deterministic_enabled() localVariable
312 tests_count += 1; in deterministic_enabled()
314 assert_eq!(1, tests_count); in deterministic_enabled()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/
H A Dtests.rs293 let mut tests_count = 0; in deterministic_enabled() localVariable
296 tests_count += 1; in deterministic_enabled()
298 assert_eq!(96, tests_count); in deterministic_enabled()
301 let mut tests_count = 0; in deterministic_enabled() localVariable
304 tests_count += 1; in deterministic_enabled()
306 assert_eq!(6, tests_count); in deterministic_enabled()
309 let mut tests_count = 0; in deterministic_enabled() localVariable
312 tests_count += 1; in deterministic_enabled()
314 assert_eq!(1, tests_count); in deterministic_enabled()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__doctests.py112 tests_count = 0
123 tests_count += test_count
125 util.log('Total: %s tests in %s modules', tests_count, modules_count)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsDLineTest.cpp20 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
23 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
H A DPathOpsDVectorTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count - 1; ++index) { in DEF_TEST()
H A DPathOpsLineParametetersTest.cpp38 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
41 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
H A DPathOpsDPointTest.cpp21 static const size_t tests_count = SK_ARRAY_COUNT(tests); variable
24 for (size_t index = 0; index < tests_count; ++index) { in DEF_TEST()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_runfiles/
H A Dpydev_runfiles_xml_rpc.py188 def notifyTestsCollected(tests_count): argument
189 assert tests_count is not None
191 _ServerHolder.SERVER.notifyTestsCollected(tests_count)
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_runfiles/
H A Dpydev_runfiles_xml_rpc.py188 def notifyTestsCollected(tests_count): argument
189 assert tests_count is not None
191 _ServerHolder.SERVER.notifyTestsCollected(tests_count)

123