Home
last modified time | relevance | path

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

12

/third_party/openssl/test/testutil/
Ddriver.c38 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/
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/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/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/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/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/openssl/test/ssl-tests/
D24-padding.conf3 num_tests = 1
D16-dtls-certstatus.conf3 num_tests = 2
D15-certstatus.conf3 num_tests = 2
D01-simple.conf3 num_tests = 3
D29-dtls-sctp-label-bug.conf3 num_tests = 4
D21-key-update.conf3 num_tests = 4
D23-srp.conf3 num_tests = 4
D27-ticket-appdata.conf3 num_tests = 4
D19-mac-then-encrypt.conf3 num_tests = 6
D28-seclevel.conf3 num_tests = 6
D22-compression.conf3 num_tests = 8
/third_party/openssl/test/
Dssl_test.c514 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/
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()
/third_party/harfbuzz/test/api/
Dtest-unicode.c533 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/
Dtest-unicode.c546 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()

12