| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Test.pm | 20 perlapp perltest subtest)); 1209 sub subtest { subroutine 1212 Test::More::subtest @_;
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| driver.c | 36 int subtest : 1; member in struct:test_info 50 * |num_test_cases| counts the total number of non-subtest test cases 68 int num, int subtest) 74 all_tests[num_tests].subtest = subtest; 76 if (subtest) 301 test_printf_stdout("Subtest: %s\n", test_prog_name); 346 if (all_tests[i].subtest) { 350 test_printf_stdout("Subtest: %s\n", test_title); 382 if (all_tests[i].subtest) [all...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 21 perlapp perltest subtest)); 1319 sub subtest { subroutine 1322 Test::More::subtest @_;
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| driver.c | 37 int subtest:1; member in struct:test_info 51 * |num_test_cases| counts the total number of non-subtest test cases 70 int num, int subtest) 76 all_tests[num_tests].subtest = subtest; 78 if (subtest) 299 test_printf_stdout("Subtest: %s\n", test_prog_name); 345 if (all_tests[i].subtest) { 349 test_printf_stdout("Subtest: %s\n", test_title); 381 if (all_tests[i].subtest) [all...] |
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 20 perlapp perltest subtest)); 1293 sub subtest { subroutine 1296 Test::More::subtest @_;
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| driver.c | 34 int subtest:1; member in struct:test_info 58 int num, int subtest) 64 all_tests[num_tests].subtest = subtest; 184 test_printf_stdout("%*s# Subtest: %s\n", level, "", test_prog_name); 218 if (all_tests[i].subtest) { 219 test_printf_stdout("%*s# Subtest: %s\n", level, "", 246 if (all_tests[i].subtest) {
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 1792 "2 - The test ran to completion, but it or a subtest failed. See test output for details.\n" \ 1989 "Each subtest runs for five seconds.\n" 2054 " 1. missing browse and query \"add\" results for Wi-Fi interfaces aren't enough for a subtest to fail; and\n" 17456 // Constants for SRV record query subtest. 17481 const char * testDesc; // Description of the current subtest. 17483 dispatch_source_t timer; // Timer used for limiting the time for each subtest. 17484 NanoTime64 startTime; // Timestamp of when the subtest started. 17485 NanoTime64 endTime; // Timestamp of when the subtest ended. 17489 OSStatus error; // Subtest's error code. 17508 dispatch_source_t timer; // Timer used for limiting the time for each state/subtest 17509 DotLocalSubtest * subtest; \/\/ Current subtest's state. member in struct:__anon5930 17820 DotLocalSubtest * subtest = NULL; local 17986 DotLocalSubtest * subtest; local 18272 DotLocalSubtest * const subtest = context->subtest; local 18403 DotLocalSubtest * const subtest = context->subtest; local 19140 FallbackSubtest * const subtest = &test->subtests[ i ]; local 19266 FallbackSubtest * const subtest = &inTest->subtests[ i ]; local 19403 FallbackSubtest *const subtest = &test->subtests[ test->subtestIndex ]; local 19467 FallbackSubtest * const subtest = &test->subtests[ test->subtestIndex ]; local 19496 FallbackSubtest * const subtest = &inTest->subtests[ inTest->subtestIndex ]; local 24444 RegistrationSubtest * subtest; \/\/ Current subtest. member in struct:__anon5944 24848 RegistrationSubtest * subtest; local 25053 RegistrationSubtest * subtest; local 25431 RegistrationSubtest * const subtest = (RegistrationSubtest *) inContext; local 25512 RegistrationSubtest * const subtest = (RegistrationSubtest *) inContext; local 25639 RegistrationSubtest * const subtest = (RegistrationSubtest *) inContext; local 26016 KeepAliveSubtest * const subtest = &test->subtests[ i ]; local 26104 KeepAliveSubtest * const subtest = &test->subtests[ i ]; local 26151 KeepAliveSubtest * const subtest = &inTest->subtests[ i ]; local 26188 KeepAliveSubtest * const subtest = &inTest->subtests[ i ]; local 26201 KeepAliveSubtest * const subtest = _KeepAliveTestGetSubtest( inTest ); local 26300 KeepAliveSubtest * subtest; local 26330 KeepAliveSubtest * const subtest = _KeepAliveTestGetSubtest( test ); local 26374 KeepAliveSubtest * const subtest = _KeepAliveTestGetSubtest( inTest ); local 26561 KeepAliveSubtest * const subtest = _KeepAliveTestGetSubtest( test ); local 26591 KeepAliveSubtest * const subtest = _KeepAliveTestGetSubtest( test ); local 29276 const RegisterRecordSubtest * const subtest = _RecordRegistrationTestGetCurrentSubtest( me ); local 29368 const RegisterRecordSubtest * const subtest = _RecordRegistrationTestGetCurrentSubtest( me ); local 29380 const RegisterRecordSubtest * const subtest = _RecordRegistrationTestGetCurrentSubtest( me ); local 29388 const RegisterRecordSubtest * const subtest = _RecordRegistrationTestGetCurrentSubtest( me ); local 29836 const RegisterRecordSubtest * const subtest = _RecordRegistrationTestGetCurrentSubtest( me ); local 30727 const ResolverOverrideSubtest * const subtest = _ResolverOverrideTestGetCurrentSubtest( me ); local 30792 const ResolverOverrideSubtest * const subtest = _ResolverOverrideTestGetCurrentSubtest( me ); local 30913 const ResolverOverrideSubtest * const subtest = _ResolverOverrideTestGetCurrentSubtest( me ); local [all...] |