/third_party/openssl/test/testutil/ |
D | driver.c | 41 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/ |
D | swresample.c | 237 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/ |
D | test-types-stability.cc | 120 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()
|
D | test-diff-filter.cc | 934 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()
|
D | test-read-common.cc | 211 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()
|
D | test-read-write.cc | 357 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()
|
D | test-diff-suppr.cc | 2178 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()
|
D | test-diff-pkg.cc | 1261 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()
|
D | test-read-ctf.cc | 521 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()
|
D | test-read-dwarf.cc | 690 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/ |
D | run_perf_tests.py | 335 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/ |
D | 15-test_dsaparam.t | 69 my $num_tests = scalar @valid + scalar @invalid; 70 plan tests => $num_tests;
|
D | 20-test_dhparam_check.t | 62 my $num_tests = scalar @valid + scalar @invalid; 63 plan tests => 2 + 2 * $num_tests;
|
/third_party/node/tools/gyp/ |
D | test_gyp.py | 178 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/ |
D | lwip_unittests.c | 24 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()
|
D | lwip_check.h | 41 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown);
|
/third_party/mbedtls/library/ |
D | cmac.c | 751 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/ |
D | spirv_test_framework.py | 228 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/ |
D | spirv_test_framework.py | 228 self.num_tests = 0 237 self.num_tests) 247 self.num_tests += 1
|
/third_party/spirv-tools/test/tools/ |
D | spirv_test_framework.py | 228 self.num_tests = 0 237 self.num_tests) 247 self.num_tests += 1
|
/third_party/openssl/test/ssl-tests/ |
D | 24-padding.cnf | 3 num_tests = 1
|
D | 15-certstatus.cnf | 3 num_tests = 2
|
D | 16-dtls-certstatus.cnf | 3 num_tests = 2
|
/third_party/openssl/test/ |
D | ssl_test.c | 541 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/ |
D | test-unicode.c | 387 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()
|