Home
last modified time | relevance | path

Searched refs:all_tests (Results 26 – 50 of 1494) sorted by relevance

12345678910>>...60

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/render_pipeline/
H A Drender_pipeline_test.cc205 all_tests.push_back(s); in GeneratePipelineTests()
212 all_tests.push_back(s); in GeneratePipelineTests()
219 all_tests.push_back(s); in GeneratePipelineTests()
226 all_tests.push_back(s); in GeneratePipelineTests()
233 all_tests.push_back(s); in GeneratePipelineTests()
240 all_tests.push_back(s); in GeneratePipelineTests()
248 all_tests.push_back(s); in GeneratePipelineTests()
255 all_tests.push_back(s); in GeneratePipelineTests()
286 all_tests.push_back(s); in GeneratePipelineTests()
294 all_tests.push_back(s); in GeneratePipelineTests()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/
H A DBUILD.gn30 "//ios/chrome/test:all_tests",
31 "//ios/chrome/test/earl_grey2:all_tests",
32 "//ios/chrome/test/wpt:all_tests",
33 "//ios/components:all_tests",
34 "//ios/net:all_tests",
35 "//ios/showcase:all_tests",
36 "//ios/testing:all_tests",
37 "//ios/web:all_tests",
38 "//ios/web/shell/test:all_tests",
39 "//ios/web_view:all_tests",
/dports/science/dynare/dynare-4.6.4/dynare++/tl/testing/
H A Dtests.cc1088 std::vector<std::unique_ptr<TestRunnable>> all_tests; in main() local
1104 all_tests.push_back(std::make_unique<FoldUnfoldFS>()); in main()
1105 all_tests.push_back(std::make_unique<FoldUnfoldGS>()); in main()
1107 all_tests.push_back(std::make_unique<FoldUnfoldR>()); in main()
1109 all_tests.push_back(std::make_unique<DenseProd>()); in main()
1120 all_tests.push_back(std::make_unique<PolyEvalBig>()); in main()
1122 all_tests.push_back(std::make_unique<FoldZCont>()); in main()
1124 all_tests.push_back(std::make_unique<UnfoldZCont>()); in main()
1129 for (const auto &test : all_tests) in main()
1134 for (const auto &test : all_tests) in main()
[all …]
/dports/math/primme/primme-3.2/
H A Dmakefile17 .PHONY: lib clean test all_tests check_style matlab octave \
49 all_tests: target
51 @$(MAKE) -C tests veryclean all_tests
116 lib-debug-sanitize all_tests-debug-sanitize: export CFLAGS += -g -O0 -fsanitize=undefined,address
117 lib-debug-sanitize all_tests-debug-sanitize: export LDFLAGS += -g -O0 -fsanitize=undefined,address
119 all_tests-debug-sanitize: all_tests
126 all_tests-clang-half-debug: export CC := clang
127 all_tests-clang-half-debug: export CXX := clang++
128 all_tests-clang-half-debug: export LDFLAGS := -rtlib=compiler-rt -fPIC -lgcc_s
129 all_tests-clang-half-debug: all_tests
/dports/math/py-primme/primme-3.2/
H A Dmakefile17 .PHONY: lib clean test all_tests check_style matlab octave \
49 all_tests:
51 @$(MAKE) -C tests veryclean all_tests
116 lib-debug-sanitize all_tests-debug-sanitize: export CFLAGS += -g -O0 -fsanitize=undefined,address
117 lib-debug-sanitize all_tests-debug-sanitize: export LDFLAGS += -g -O0 -fsanitize=undefined,address
119 all_tests-debug-sanitize: all_tests
126 all_tests-clang-half-debug: export CC := clang
127 all_tests-clang-half-debug: export CXX := clang++
128 all_tests-clang-half-debug: export LDFLAGS := -rtlib=compiler-rt -fPIC -lgcc_s
129 all_tests-clang-half-debug: all_tests
/dports/science/dynare/dynare-4.6.4/dynare++/sylv/testing/
H A Dtests.cc1161 std::vector<std::unique_ptr<TestRunnable>> all_tests; in main() local
1173 all_tests.push_back(std::make_unique<MultKronTest>()); in main()
1176 all_tests.push_back(std::make_unique<LevelKronTest>()); in main()
1180 all_tests.push_back(std::make_unique<KronPowerTest>()); in main()
1182 all_tests.push_back(std::make_unique<LinEvalTest>()); in main()
1184 all_tests.push_back(std::make_unique<QuaEvalTest>()); in main()
1194 all_tests.push_back(std::make_unique<TriSylvTest>()); in main()
1197 all_tests.push_back(std::make_unique<IterSylvTest>()); in main()
1200 all_tests.push_back(std::make_unique<GenSylvTest>()); in main()
1207 for (const auto &test : all_tests) in main()
[all …]
/dports/devel/xtl/xtl-1.4.2/examples/tests/
H A Dmain.cpp19 void input(char buf[], all_tests& ti);
20 void output(char buf[], const all_tests& to);
21 void compare(const all_tests& to, const all_tests& ti);
29 all_tests to; in main()
33 all_tests ti; in main()
/dports/games/pentobi/pentobi-19.1/libboardgame_test/
H A DTest.cpp21 static map<string, TestFunction> all_tests; in get_all_tests() local
22 return all_tests; in get_all_tests()
45 auto& all_tests = get_all_tests(); in add_test() local
46 LIBBOARDGAME_ASSERT(all_tests.find(name) == all_tests.end()); in add_test()
47 all_tests.insert({name, function}); in add_test()
/dports/devel/py-numba/numba-0.51.2/numba/testing/
H A D_runtests.py50 all_tests, failed_tests = self.find_last_failed(argv)
55 remaing_tests = [t for t in all_tests
65 tests = list(all_tests)
77 self.save_failed_tests(result, all_tests)
80 def save_failed_tests(self, result, all_tests): argument
88 for t in all_tests:
105 all_tests = [x for x in lines if pat.match(x) is not None]
114 return all_tests, failed_tests
/dports/misc/amanda-server/amanda-3.3.9/installcheck/
H A DMakefile.am3 all_tests = macro
19 all_tests += $(common_tests)
28 all_tests += $(client_tests)
65 all_tests += $(server_tests)
85 all_tests += $(full_tests)
91 all_tests += $(restore_tests)
95 all_tests += $(restore_tests_no_check_userid)
100 all_tests += $(ndmp_tests)
104 all_tests += $(mock_tests)
208 SCRIPTS_EXTRA_DIST = $(all_tests)
/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A DMakefile.am3 all_tests = macro
19 all_tests += $(common_tests)
28 all_tests += $(client_tests)
65 all_tests += $(server_tests)
85 all_tests += $(full_tests)
91 all_tests += $(restore_tests)
95 all_tests += $(restore_tests_no_check_userid)
100 all_tests += $(ndmp_tests)
104 all_tests += $(mock_tests)
208 SCRIPTS_EXTRA_DIST = $(all_tests)
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/usnic/
H A Dbtl_usnic_test.c31 static opal_list_t all_tests; variable
39 while (NULL != (li = opal_list_remove_first(&all_tests))) { in opal_btl_usnic_cleanup_tests()
43 OBJ_DESTRUCT(&all_tests); in opal_btl_usnic_cleanup_tests()
51 OBJ_CONSTRUCT(&all_tests, opal_list_t); in init_test_infra()
71 opal_list_append(&all_tests, &info->li); in opal_btl_usnic_register_test()
85 OPAL_LIST_FOREACH(info, &all_tests, struct test_info) { in opal_btl_usnic_run_tests()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/btl/usnic/
H A Dbtl_usnic_test.c31 static opal_list_t all_tests; variable
39 while (NULL != (li = opal_list_remove_first(&all_tests))) { in opal_btl_usnic_cleanup_tests()
43 OBJ_DESTRUCT(&all_tests); in opal_btl_usnic_cleanup_tests()
51 OBJ_CONSTRUCT(&all_tests, opal_list_t); in init_test_infra()
71 opal_list_append(&all_tests, &info->li); in opal_btl_usnic_register_test()
85 OPAL_LIST_FOREACH(info, &all_tests, struct test_info) { in opal_btl_usnic_run_tests()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.20/recursion/
H A Drecursion.c155 static const struct test_vector all_tests[] = { variable
217 for (i = 0; i < ARRAY_SIZE(all_tests); i++) { in do_named_test()
222 if (name != NULL && strcmp(name, all_tests[i].name) != 0) in do_named_test()
225 printf("Starting test \"%s\":\n", all_tests[i].name); in do_named_test()
229 for (j = 0; all_tests[i].shader_source[j] != NULL; j++) { in do_named_test()
235 & all_tests[i].shader_source[j], in do_named_test()
283 printf("Done with test \"%s\".\n\n", all_tests[i].name); in do_named_test()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_runfiles/
H A Dtest_runfiles.py85 for suite in self.all_tests + self.filtered_tests:
194 self.assertEqual(1, len(self.all_tests) > 0)
229 self.assertEqual(0, self.count_suite(self.all_tests))
233 filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
238 filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
243 filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
247 filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
251 filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
256 filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
260 filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/controllers/
H A Dweb_test_finder.py57 all_tests = []
59 all_tests = self._port.tests(None)
70 fastest_tests = self._fastest_tests(times_trie, all_tests, fastest_percentile)
74 test_files = all_tests
79 test_files = all_tests
97 def _fastest_tests(self, times_trie, all_tests, fastest_percentile): argument
108 fastest_tests = fastest_tests.intersection(all_tests)
112 unaccounted_tests = set(all_tests) - set(times.keys())
169 all_tests = set(all_tests_list)
171 for test in all_tests:
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/ruby/enc/
H A Dtest_emoji_breaks.rb72 def all_tests method
79 all_tests.each do |test|
89 all_tests.each do |test|
101 length = all_tests.length
103 all_tests.each do |test1|
106 test2 = all_tests[t2]
/dports/devel/tcllib/tcllib-1.20/modules/stringprep/tools/
H A Dgen_unicode_test.tcl44 set all_tests {}
73 lappend all_tests $n
81 set all_tests [struct::list iota $n]
112 foreach i $all_tests {
138 foreach i $all_tests {
164 foreach i $all_tests {
190 foreach i $all_tests {
/dports/devel/tcllibc/tcllib-1.20/modules/stringprep/tools/
H A Dgen_unicode_test.tcl44 set all_tests {}
73 lappend all_tests $n
81 set all_tests [struct::list iota $n]
112 foreach i $all_tests {
138 foreach i $all_tests {
164 foreach i $all_tests {
190 foreach i $all_tests {
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Drunner.cxx117 std::map<std::string const, pqxx::test::testfunc> *all_tests{nullptr}; variable
125 if (all_tests == nullptr) in register_test()
127 all_tests = new std::map<std::string const, pqxx::test::testfunc>(); in register_test()
131 assert(all_tests->find(name) == all_tests->end()); in register_test()
133 (*all_tests)[name] = func; in register_test()
144 for (auto const &i : *all_tests) in main()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/ruby/
H A Dcheck_missing_tests.rb26 all_tests = []
42 all_tests += diff
48 all_tests.uniq!
53 puts all_tests.join(', ')
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/performance/
H A Dmain.cpp34 std::set<test_info>& all_tests() in all_tests() function
42 all_tests().insert(i); in add_new_test()
54 std::set<test_info>::const_iterator i(all_tests().begin()), j(all_tests().end()); in show_help()
101 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in add_named_test()
185 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/performance/
H A Dmain.cpp34 std::set<test_info>& all_tests() in all_tests() function
42 all_tests().insert(i); in add_new_test()
54 std::set<test_info>::const_iterator i(all_tests().begin()), j(all_tests().end()); in show_help()
101 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in add_named_test()
185 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/math/performance/
H A Dmain.cpp34 std::set<test_info>& all_tests() in all_tests() function
42 all_tests().insert(i); in add_new_test()
54 std::set<test_info>::const_iterator i(all_tests().begin()), j(all_tests().end()); in show_help()
101 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in add_named_test()
185 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/math/performance/
H A Dmain.cpp34 std::set<test_info>& all_tests() in all_tests() function
42 all_tests().insert(i); in add_new_test()
54 std::set<test_info>::const_iterator i(all_tests().begin()), j(all_tests().end()); in show_help()
101 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in add_named_test()
185 std::set<test_info>::const_iterator a(all_tests().begin()), b(all_tests().end()); in main()

12345678910>>...60