Home
last modified time | relevance | path

Searched refs:number_of_tests (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/emulators/qemu/qemu-6.2.0/capstone/suite/cstest/src/
H A Dmain.c359 int issue_num, number_of_tests; in test_file() local
368 number_of_tests = 0; in test_file()
374 tests = (struct CMUnitTest *)realloc(tests, sizeof(struct CMUnitTest) * (number_of_tests + 1)); in test_file()
376 tests[number_of_tests].name = strdup(list_lines[i]); in test_file()
377 number_of_tests ++; in test_file()
381 _cmocka_run_group_tests("Testing issues", tests, number_of_tests, NULL, NULL); in test_file()
384 number_of_tests = 0; in test_file()
391 tests = (struct CMUnitTest *)realloc(tests, sizeof(struct CMUnitTest) * (number_of_tests + 1)); in test_file()
393 tests[number_of_tests].name = tmp; in test_file()
394 number_of_tests ++; in test_file()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/capstone/suite/cstest/src/
H A Dmain.c359 int issue_num, number_of_tests; in test_file() local
368 number_of_tests = 0; in test_file()
374 tests = (struct CMUnitTest *)realloc(tests, sizeof(struct CMUnitTest) * (number_of_tests + 1)); in test_file()
376 tests[number_of_tests].name = strdup(list_lines[i]); in test_file()
377 number_of_tests ++; in test_file()
381 _cmocka_run_group_tests("Testing issues", tests, number_of_tests, NULL, NULL); in test_file()
384 number_of_tests = 0; in test_file()
391 tests = (struct CMUnitTest *)realloc(tests, sizeof(struct CMUnitTest) * (number_of_tests + 1)); in test_file()
393 tests[number_of_tests].name = tmp; in test_file()
394 number_of_tests ++; in test_file()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/capstone/suite/cstest/src/
H A Dmain.c359 int issue_num, number_of_tests; in test_file() local
368 number_of_tests = 0; in test_file()
374 tests = (struct CMUnitTest *)realloc(tests, sizeof(struct CMUnitTest) * (number_of_tests + 1)); in test_file()
376 tests[number_of_tests].name = strdup(list_lines[i]); in test_file()
377 number_of_tests ++; in test_file()
381 _cmocka_run_group_tests("Testing issues", tests, number_of_tests, NULL, NULL); in test_file()
384 number_of_tests = 0; in test_file()
391 tests = (struct CMUnitTest *)realloc(tests, sizeof(struct CMUnitTest) * (number_of_tests + 1)); in test_file()
393 tests[number_of_tests].name = tmp; in test_file()
394 number_of_tests ++; in test_file()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/test/
H A Dtest_quartic_1.c25 TestCase * build_test_collection(int n_data, const char ** data_collection, int* number_of_tests) in build_test_collection() argument
28 *number_of_tests = 2; //n_data * n_solvers; in build_test_collection()
29 TestCase * collection = (TestCase*)malloc((*number_of_tests) * sizeof(TestCase)); in build_test_collection()
46 *number_of_tests = current; in build_test_collection()
H A Dtest_fc2d_enum.c26 TestCase * build_test_collection(int n_data, const char ** data_collection, int* number_of_tests) in build_test_collection() argument
32 *number_of_tests = n_data * n_solvers; in build_test_collection()
33 TestCase * collection = (TestCase*)malloc((*number_of_tests) * sizeof(TestCase)); in build_test_collection()
50 *number_of_tests = current; in build_test_collection()
H A Dtest_fc2d_1.c26 TestCase * build_test_collection(int n_data, const char ** data_collection, int* number_of_tests) in build_test_collection() argument
32 *number_of_tests = n_data * (n_solvers+1); in build_test_collection()
33 TestCase * collection = (TestCase*)malloc((*number_of_tests) * sizeof(TestCase)); in build_test_collection()
59 *number_of_tests = current; in build_test_collection()
H A Dtest_prox_1.c26 TestCase * build_test_collection(int n_data, const char ** data_collection, int* number_of_tests) in build_test_collection() argument
29 *number_of_tests = 3; //n_data * n_solvers; in build_test_collection()
30 TestCase * collection = (TestCase*)malloc((*number_of_tests) * sizeof(TestCase)); in build_test_collection()
65 *number_of_tests = current; in build_test_collection()
H A Dtest_nsn_3.c27 TestCase * build_test_collection(int n_data, const char ** data_collection, int* number_of_tests) in build_test_collection() argument
29 *number_of_tests = 7; //n_data * n_solvers; in build_test_collection()
30 TestCase * collection = (TestCase*)malloc((*number_of_tests) * sizeof(TestCase)); in build_test_collection()
69 *number_of_tests = current; in build_test_collection()
H A Dtest_nsn_2.c26 TestCase * build_test_collection(int n_data, const char ** data_collection, int* number_of_tests) in build_test_collection() argument
29 *number_of_tests = 9; //n_data * n_solvers; in build_test_collection()
30 TestCase * collection = (TestCase*)malloc((*number_of_tests) * sizeof(TestCase)); in build_test_collection()
77 *number_of_tests = current; in build_test_collection()
H A Dtest_dsfp.c26 TestCase * build_test_collection(int n_data, const char ** data_collection, int* number_of_tests) in build_test_collection() argument
29 *number_of_tests = 4; //n_data * n_solvers; in build_test_collection()
30 TestCase * collection = (TestCase*)malloc((*number_of_tests) * sizeof(TestCase)); in build_test_collection()
86 *number_of_tests = current; in build_test_collection()
H A Drfc3d_test_collection.c.in47 int number_of_tests; local
48 TestCase * collection = build_test_collection(n_data, _data_collection, &number_of_tests);
55 printf("%i tests for %i data files.\n", number_of_tests, n_data);
57 int out = run_test_collection(collection, number_of_tests, rollingFrictionContact_test_function);
58 free_test_collection(collection, number_of_tests);
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/test/
H A Dtest_10964.cpp73 const int number_of_tests = 2; in main() local
74 (void)(number_of_tests); in main()
84 for (int i=0; i< number_of_tests; i++) in main()
98 for (int i=0; i< number_of_tests; i++) in main()
113 for (int i=0; i< number_of_tests; i++) in main()
124 for (int i=0; i< number_of_tests; i++) in main()
130 for (int i=0; i< number_of_tests; i++) in main()
137 for (int i=0; i< number_of_tests; i++) in main()
146 for (int i=0; i< number_of_tests; i++) in main()
158 for (int i=0; i< number_of_tests; i++) in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/thread/test/
H A Dtest_10964.cpp73 const int number_of_tests = 2; in main() local
74 (void)(number_of_tests); in main()
84 for (int i=0; i< number_of_tests; i++) in main()
98 for (int i=0; i< number_of_tests; i++) in main()
113 for (int i=0; i< number_of_tests; i++) in main()
124 for (int i=0; i< number_of_tests; i++) in main()
130 for (int i=0; i< number_of_tests; i++) in main()
137 for (int i=0; i< number_of_tests; i++) in main()
146 for (int i=0; i< number_of_tests; i++) in main()
158 for (int i=0; i< number_of_tests; i++) in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/thread/test/
H A Dtest_10964.cpp73 const int number_of_tests = 2; in main() local
74 (void)(number_of_tests); in main()
84 for (int i=0; i< number_of_tests; i++) in main()
98 for (int i=0; i< number_of_tests; i++) in main()
113 for (int i=0; i< number_of_tests; i++) in main()
124 for (int i=0; i< number_of_tests; i++) in main()
130 for (int i=0; i< number_of_tests; i++) in main()
137 for (int i=0; i< number_of_tests; i++) in main()
146 for (int i=0; i< number_of_tests; i++) in main()
158 for (int i=0; i< number_of_tests; i++) in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/thread/test/
H A Dtest_10964.cpp73 const int number_of_tests = 2; in main() local
74 (void)(number_of_tests); in main()
84 for (int i=0; i< number_of_tests; i++) in main()
98 for (int i=0; i< number_of_tests; i++) in main()
113 for (int i=0; i< number_of_tests; i++) in main()
124 for (int i=0; i< number_of_tests; i++) in main()
130 for (int i=0; i< number_of_tests; i++) in main()
137 for (int i=0; i< number_of_tests; i++) in main()
146 for (int i=0; i< number_of_tests; i++) in main()
158 for (int i=0; i< number_of_tests; i++) in main()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/GenericMechanical/test/
H A Dgmp_test_collection.c.in47 int number_of_tests; local
48 TestCase * collection = build_test_collection(n_data, _data_collection, &number_of_tests);
49 printf("%i tests for %i data files.\n", number_of_tests, n_data);
50 int out = run_test_collection(collection, number_of_tests, gmp_test_function);
51 free_test_collection(collection, number_of_tests);
/dports/devel/boost-python-libs/boost_1_72_0/libs/thread/example/
H A Dfuture_fallback_to.cpp42 const int number_of_tests = 200; in main() local
46 for (int i=0; i< number_of_tests; i++) in main()
71 for (int i=0; i< number_of_tests; i++) in main()
100 for (int i=0; i< number_of_tests; i++) in main()
125 for (int i=0; i< number_of_tests; i++) in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/thread/example/
H A Dfuture_fallback_to.cpp38 const int number_of_tests = 200; in main() local
42 for (int i=0; i< number_of_tests; i++) in main()
67 for (int i=0; i< number_of_tests; i++) in main()
96 for (int i=0; i< number_of_tests; i++) in main()
121 for (int i=0; i< number_of_tests; i++) in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/thread/example/
H A Dfuture_fallback_to.cpp38 const int number_of_tests = 200; in main() local
42 for (int i=0; i< number_of_tests; i++) in main()
67 for (int i=0; i< number_of_tests; i++) in main()
96 for (int i=0; i< number_of_tests; i++) in main()
121 for (int i=0; i< number_of_tests; i++) in main()
/dports/databases/percona57-server/boost_1_59_0/libs/thread/example/
H A Dfuture_fallback_to.cpp38 const int number_of_tests = 200; in main() local
42 for (int i=0; i< number_of_tests; i++) in main()
67 for (int i=0; i< number_of_tests; i++) in main()
96 for (int i=0; i< number_of_tests; i++) in main()
121 for (int i=0; i< number_of_tests; i++) in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/thread/example/
H A Dfuture_fallback_to.cpp38 const int number_of_tests = 200; in main() local
42 for (int i=0; i< number_of_tests; i++) in main()
67 for (int i=0; i< number_of_tests; i++) in main()
96 for (int i=0; i< number_of_tests; i++) in main()
121 for (int i=0; i< number_of_tests; i++) in main()
/dports/databases/percona57-client/boost_1_59_0/libs/thread/example/
H A Dfuture_fallback_to.cpp38 const int number_of_tests = 200; in main() local
42 for (int i=0; i< number_of_tests; i++) in main()
67 for (int i=0; i< number_of_tests; i++) in main()
96 for (int i=0; i< number_of_tests; i++) in main()
121 for (int i=0; i< number_of_tests; i++) in main()
/dports/devel/boost-libs/boost_1_72_0/libs/thread/example/
H A Dfuture_fallback_to.cpp42 const int number_of_tests = 200; in main() local
46 for (int i=0; i< number_of_tests; i++) in main()
71 for (int i=0; i< number_of_tests; i++) in main()
100 for (int i=0; i< number_of_tests; i++) in main()
125 for (int i=0; i< number_of_tests; i++) in main()
/dports/devel/boost-docs/boost_1_72_0/libs/thread/example/
H A Dfuture_fallback_to.cpp42 const int number_of_tests = 200; in main() local
46 for (int i=0; i< number_of_tests; i++) in main()
71 for (int i=0; i< number_of_tests; i++) in main()
100 for (int i=0; i< number_of_tests; i++) in main()
125 for (int i=0; i< number_of_tests; i++) in main()
/dports/devel/hyperscan/boost_1_75_0/libs/thread/example/
H A Dfuture_fallback_to.cpp42 const int number_of_tests = 200; in main() local
46 for (int i=0; i< number_of_tests; i++) in main()
71 for (int i=0; i< number_of_tests; i++) in main()
100 for (int i=0; i< number_of_tests; i++) in main()
125 for (int i=0; i< number_of_tests; i++) in main()

12345678910>>...13