/third_party/openssl/test/testutil/ |
D | driver.c | 38 static int num_tests = 0; variable 49 assert(num_tests != OSSL_NELEM(all_tests)); in add_test() 50 all_tests[num_tests].test_case_name = test_case_name; in add_test() 51 all_tests[num_tests].test_fn = test_fn; in add_test() 52 all_tests[num_tests].num = -1; in add_test() 53 ++num_tests; in add_test() 60 assert(num_tests != OSSL_NELEM(all_tests)); in add_all_tests() 61 all_tests[num_tests].test_case_name = test_case_name; in add_all_tests() 62 all_tests[num_tests].param_test_fn = test_fn; in add_all_tests() 63 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/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/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/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/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/openssl/test/ssl-tests/ |
D | 24-padding.conf | 3 num_tests = 1
|
D | 16-dtls-certstatus.conf | 3 num_tests = 2
|
D | 15-certstatus.conf | 3 num_tests = 2
|
D | 01-simple.conf | 3 num_tests = 3
|
D | 29-dtls-sctp-label-bug.conf | 3 num_tests = 4
|
D | 21-key-update.conf | 3 num_tests = 4
|
D | 23-srp.conf | 3 num_tests = 4
|
D | 27-ticket-appdata.conf | 3 num_tests = 4
|
D | 19-mac-then-encrypt.conf | 3 num_tests = 6
|
D | 28-seclevel.conf | 3 num_tests = 6
|
D | 22-compression.conf | 3 num_tests = 8
|
/third_party/openssl/test/ |
D | ssl_test.c | 514 long num_tests; in setup_tests() local 520 &num_tests), 0)) in setup_tests() 523 ADD_ALL_TESTS(test_handshake, (int)num_tests); in setup_tests()
|
/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()
|
/third_party/harfbuzz/test/api/ |
D | test-unicode.c | 533 unsigned int num_tests; member 580 for (j = 0; j < p->num_tests; j++) { in test_unicode_properties() 631 for (j = 0; j < p->num_tests; j++) { in _test_unicode_properties_nil()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-unicode.c | 546 unsigned int num_tests; member 593 for (j = 0; j < p->num_tests; j++) { in test_unicode_properties() 644 for (j = 0; j < p->num_tests; j++) { in _test_unicode_properties_nil()
|