Home
last modified time | relevance | path

Searched refs:num_tests (Results 1 – 25 of 58) sorted by relevance

123

/third_party/openssl/test/testutil/
Ddriver.c41 static int num_tests = 0; variable
61 assert(num_tests != OSSL_NELEM(all_tests)); in add_test()
62 all_tests[num_tests].test_case_name = test_case_name; in add_test()
63 all_tests[num_tests].test_fn = test_fn; in add_test()
64 all_tests[num_tests].num = -1; in add_test()
65 ++num_tests; in add_test()
72 assert(num_tests != OSSL_NELEM(all_tests)); in add_all_tests()
73 all_tests[num_tests].test_case_name = test_case_name; in add_all_tests()
74 all_tests[num_tests].param_test_fn = test_fn; in add_all_tests()
75 all_tests[num_tests].num = num; in add_all_tests()
[all …]
/third_party/ffmpeg/libswresample/tests/
Dswresample.c237 int num_tests = 10000; in main() local
251 "num_tests Default is %d\n", num_tests); in main()
254 num_tests = strtol(argv[1], NULL, 0); in main()
255 if(num_tests < 0) { in main()
256 num_tests = -num_tests; in main()
259 if(num_tests<= 0 || num_tests>max_tests) in main()
260 num_tests = max_tests; in main()
269 for(test=0; test<num_tests; test++){ in main()
275 qsort(remaining_tests + max_tests - num_tests, num_tests, sizeof(remaining_tests[0]), cmp); in main()
277 for(test=0; test<num_tests; test++){ in main()
/third_party/libabigail/tests/
Dtest-types-stability.cc120 const size_t num_tests = (sizeof(elf_paths) / sizeof(char*) - 1) * 2; in main() local
121 size_t num_workers = std::min(get_number_of_threads(), num_tests); in main()
145 ABG_ASSERT(completed_tasks.size () == num_tests); in main()
Dtest-diff-filter.cc934 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() local
935 size_t num_workers = std::min(get_number_of_threads(), num_tests); in main()
955 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
Dtest-read-common.cc211 run_tests(const size_t num_tests, const InOutSpec* specs, in run_tests() argument
216 num_tests) in run_tests()
248 ABG_ASSERT(completed_tasks.size() == num_tests); in run_tests()
Dtest-read-write.cc357 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() local
358 size_t num_workers = std::min(get_number_of_threads(), num_tests); in main()
380 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
Dtest-diff-suppr.cc2178 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() local
2182 num_tests)); in main()
2215 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
Dtest-diff-pkg.cc1261 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main() local
1262 size_t num_workers = std::min(get_number_of_threads(), num_tests); in main()
1281 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
Dtest-read-ctf.cc521 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main() local
523 return run_tests(num_tests, in_out_specs, opts, new_task); in main()
Dtest-read-dwarf.cc690 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main() local
692 return run_tests(num_tests, in_out_specs, opts, new_task); in main()
/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py335 num_tests = len(tests)
336 if num_tests == 0:
340 logging.info('Running %d test%s' % (num_tests, 's' if num_tests > 1 else ' '))
348 for test_index in range(num_tests):
383 (test_index + 1, num_tests, test, args.samples_per_test,
417 (test_index + 1, num_tests, sample + 1, args.samples_per_test,
440 (test_index + 1, num_tests, test, _mean(wall_times),
/third_party/openssl/test/recipes/
D15-test_dsaparam.t69 my $num_tests = scalar @valid + scalar @invalid;
70 plan tests => $num_tests;
D20-test_dhparam_check.t62 my $num_tests = scalar @valid + scalar @invalid;
63 plan tests => 2 + 2 * $num_tests;
/third_party/node/tools/gyp/
Dtest_gyp.py178 self.num_tests = len(formats) * len(tests)
179 num_digits = len(str(self.num_tests))
203 msg = self.fmt_str % (i, self.num_tests, fmt, test)
262 % (self.num_tests, self.took, num_failures)
/third_party/lwip/test/unit/
Dlwip_unittests.c24 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown) in create_suite() argument
29 for(i = 0; i < num_tests; i++) { in create_suite()
Dlwip_check.h41 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown);
/third_party/mbedtls/library/
Dcmac.c751 int num_tests ) in cmac_test_subkeys() argument
766 for( i = 0; i < num_tests; i++ ) in cmac_test_subkeys()
846 int num_tests ) in cmac_test_wth_cipher() argument
860 for( i = 0; i < num_tests; i++ ) in cmac_test_wth_cipher()
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dspirv_test_framework.py228 self.num_tests = 0
237 self.num_tests)
247 self.num_tests += 1
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dspirv_test_framework.py228 self.num_tests = 0
237 self.num_tests)
247 self.num_tests += 1
/third_party/spirv-tools/test/tools/
Dspirv_test_framework.py228 self.num_tests = 0
237 self.num_tests)
247 self.num_tests += 1
/third_party/openssl/test/ssl-tests/
D24-padding.cnf3 num_tests = 1
D15-certstatus.cnf3 num_tests = 2
D16-dtls-certstatus.cnf3 num_tests = 2
/third_party/openssl/test/
Dssl_test.c541 long num_tests; in OPT_TEST_DECLARE_USAGE() local
552 &num_tests), 0)) { in OPT_TEST_DECLARE_USAGE()
560 ADD_ALL_TESTS(test_handshake, (int)num_tests); in OPT_TEST_DECLARE_USAGE()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-unicode.c387 unsigned int num_tests; member
431 for (j = 0; j < p->num_tests; j++) { in test_unicode_properties()
468 for (j = 0; j < p->num_tests; j++) { in _test_unicode_properties_nil()

123