Home
last modified time | relevance | path

Searched refs:do_tests (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/dports/math/libdivide/libdivide-5.0/test/
H A Dtester.cpp58 do_tests[type_s16] = true; in main()
60 do_tests[type_u16] = true; in main()
62 do_tests[type_s32] = true; in main()
64 do_tests[type_u32] = true; in main()
66 do_tests[type_s64] = true; in main()
107 if (do_tests[type_s16]) { in main()
110 if (do_tests[type_u16]) { in main()
113 if (do_tests[type_s32]) { in main()
116 if (do_tests[type_u32]) { in main()
119 if (do_tests[type_s64]) { in main()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/linalg/bwc/
H A Dtest-arith-modp.cpp14 void do_tests(unsigned long iter) in do_tests() function
128 do_tests< gfp<1>, SUMMANDS, CBOUND>(iter); in main()
129 do_tests< gfp<2>, SUMMANDS, CBOUND>(iter); in main()
130 do_tests< gfp<3>, SUMMANDS, CBOUND>(iter); in main()
131 do_tests< gfp<4>, SUMMANDS, CBOUND>(iter); in main()
132 do_tests< gfp<5>, SUMMANDS, CBOUND>(iter); in main()
133 do_tests< gfp<6>, SUMMANDS, CBOUND>(iter); in main()
134 do_tests< gfp<7>, SUMMANDS, CBOUND>(iter); in main()
135 do_tests< gfp<8>, SUMMANDS, CBOUND>(iter); in main()
136 do_tests< gfp<9>, SUMMANDS, CBOUND>(iter); in main()
[all …]
/dports/www/p5-CGI-Minimal/CGI-Minimal-1.30/t/
H A D07_commandline.t7 my $do_tests = [1..1];
13 run_tests($test_subs,$do_tests);
72 my ($test_subs,$do_tests) = @_;
74 print @$do_tests[0],'..',@$do_tests[$#$do_tests],"\n";
77 foreach my $test (@$do_tests) {
H A D03_misc.t7 my $do_tests = [1..2];
14 run_tests($test_subs,$do_tests);
148 my ($test_subs,$do_tests) = @_;
150 print @$do_tests[0],'..',@$do_tests[$#$do_tests],"\n";
153 foreach my $test (@$do_tests) {
H A D02_encodings.t7 my $do_tests = [1..2];
14 run_tests($test_subs,$do_tests);
126 my ($test_subs,$do_tests) = @_;
128 print @$do_tests[0],'..',@$do_tests[$#$do_tests],"\n";
131 foreach my $test (@$do_tests) {
H A D05_preload.t7 my $do_tests = [1..4];
16 run_tests($test_subs,$do_tests);
215 my ($test_subs,$do_tests) = @_;
217 print @$do_tests[0],'..',@$do_tests[$#$do_tests],"\n";
220 foreach my $test (@$do_tests) {
H A D06_mod_perl1.t13 my $do_tests = [1..5];
23 run_tests($test_subs,$do_tests);
241 my ($test_subs,$do_tests) = @_;
243 print @$do_tests[0],'..',@$do_tests[$#$do_tests],"\n";
246 foreach my $test (@$do_tests) {
H A D04_modify_parameters.t7 my $do_tests = [1..4];
16 run_tests($test_subs,$do_tests);
345 my ($test_subs,$do_tests) = @_;
347 print @$do_tests[0],'..',@$do_tests[$#$do_tests],"\n";
350 foreach my $test (@$do_tests) {
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/
H A Dconfigure.ac62 do_tests=no
66 do_tests="yes", do_tests="no")
69 AM_CONDITIONAL(ENABLE_TESTS, test "x$do_tests" = "xyes")
71 if test "x$do_tests" = "xno"; then
73 do_tests="yes", do_tests="no")
76 AM_CONDITIONAL(ENABLE_TESTS, test "x$do_tests" = "xyes")
78 if test "x$do_tests" = "xno"; then
/dports/x11/konsole/konsole-21.12.3/tests/features/
H A Dtestwrap.sh1 do_tests() { function
17 do_tests "No Reverse Wrap - AutoWrap Mode"
20 do_tests "No Reverse Wrap - No AutoWrap Mode"
24 do_tests "Reverse Wrap - AutoWrap Mode"
27 do_tests "Reverse Wrap - No AutoWrap Mode"
H A Dtestdwlwrap.sh1 do_tests() { function
19 do_tests "No Reverse Wrap - AutoWrap Mode"
22 do_tests "No Reverse Wrap - No AutoWrap Mode"
26 do_tests "Reverse Wrap - AutoWrap Mode"
29 do_tests "Reverse Wrap - No AutoWrap Mode"
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dset-2038.c62 int do_tests(void) in do_tests() function
106 ret = do_tests(); in main()
111 ret = do_tests(); in main()
120 ret = do_tests(); in main()
125 ret = do_tests(); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dset-2038.c62 int do_tests(void) in do_tests() function
106 ret = do_tests(); in main()
111 ret = do_tests(); in main()
120 ret = do_tests(); in main()
125 ret = do_tests(); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dset-2038.c62 int do_tests(void) in do_tests() function
106 ret = do_tests(); in main()
111 ret = do_tests(); in main()
120 ret = do_tests(); in main()
125 ret = do_tests(); in main()
/dports/devel/z88dk/z88dk/
H A Dbuild.sh44 do_tests=0
65 t) do_tests=1 ;; # Run tests as well
75 && [ $do_tests != 1 ] \
99 && [ $do_tests != 1 ] \
163 if [ $do_tests = 1 ]; then # Build tests or not...
/dports/devel/p5-Class-ParmList/Class-ParmList-1.06/t/
H A D02_simple_parms.t13 my @do_tests=(1..5);
24 my $test_plan = join('', $do_tests[0],'..',$do_tests[$#do_tests]);
28 foreach my $test (@do_tests) {
H A D03_parse_parms.t7 my @do_tests=(1..5);
18 my $test_plan = join('', $do_tests[0],'..',$do_tests[$#do_tests]);
22 foreach my $test (@do_tests) {
/dports/games/gbrainy/gbrainy-2.4.3/
H A Dconfigure.ac101 do_tests=no
105 do_tests="yes", do_tests="no")
113 AM_CONDITIONAL(ENABLE_TESTS, test "x$do_tests" = "xyes")
115 if test "x$do_tests" = "xno"; then
117 do_tests="yes", do_tests="no")
119 AM_CONDITIONAL(ENABLE_TESTS, test "x$do_tests" = "xyes")
121 if test "x$do_tests" = "xno"; then
/dports/audio/picard/picard-release-2.6.2/test/
H A Dtest_coverartprovider_caa.py29 def do_tests(sizes, expectations): function
57 do_tests(sizes, expectations)
70 do_tests(sizes, expectations)
84 do_tests(sizes, expectations)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/rseq/
H A Drun_param_test.sh37 function do_tests() function
50 do_tests
74 do_tests -${INJECT_LIST[i]} ${NR_LOOPS}
95 do_tests -${INJECT_LIST[i]} -1 ${@}
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/rseq/
H A Drun_param_test.sh37 function do_tests() function
50 do_tests
74 do_tests -${INJECT_LIST[i]} ${NR_LOOPS}
95 do_tests -${INJECT_LIST[i]} -1 ${@}
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/rseq/
H A Drun_param_test.sh37 function do_tests() function
50 do_tests
74 do_tests -${INJECT_LIST[i]} ${NR_LOOPS}
95 do_tests -${INJECT_LIST[i]} -1 ${@}
/dports/math/gmp-ecm/ecm-7.0.4/build.vc12/
H A Dtests.py107 def do_tests(tests, ctests, out=False, gpu=False): function
139 do_tests(t, ct)
141 do_tests(t, ct)
143 do_tests(t, ct)
145 do_tests(t, ct)
147 do_tests(t, ct)
150 do_tests(t, ct, gpu=True)
/dports/net-im/p5-Net-OSCAR/Net-OSCAR-1.928/t/
H A D41_xml_cornercases.t19 my %do_tests = map {$_ => 1} @ARGV;
21 my @tests = grep {%do_tests ? exists($do_tests{$_->{template}}) : 1} (
70 $oscar->loglevel(99) if %do_tests;
/dports/devel/lua-cjson/lua-cjson-2.1.0/
H A Druntests.sh15 do_tests() { function
48 do_tests
55 do_tests
66 do_tests

12345678910>>...18