Home
last modified time | relevance | path

Searched refs:suite (Results 151 - 175 of 250) sorted by relevance

12345678910

/kernel/linux/linux-6.6/include/kunit/
H A Dattributes.h27 * Print all test attributes for a test case or suite.
45 * Returns a copy of the suite containing only tests that pass the filter.
47 struct kunit_suite *kunit_filter_attr_tests(const struct kunit_suite *const suite,
/third_party/selinux/libsepol/tests/
H A Dtest-downgrade.h57 * Description: Add the given downgrade tests to the downgrade suite.
59 int downgrade_add_tests(CU_pSuite suite);
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py10 with different test suite extensions and build configurations.
73 for suite in os.listdir(os.path.join(basedir, 'test')):
74 os.makedirs(os.path.join(testroot, suite))
75 for entry in os.listdir(os.path.join(basedir, 'test', suite)):
77 os.path.join(basedir, 'test', suite, entry),
78 os.path.join(testroot, suite))
479 """Test printing sources, but the suite's tests have none available."""
/third_party/python/Lib/distutils/tests/
H A Dtest_dist.py523 suite = unittest.TestSuite()
524 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(DistributionTestCase))
525 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(MetadataTestCase))
526 return suite
H A Dtest_build_ext.py549 suite = unittest.TestSuite()
550 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(BuildExtTestCase))
551 suite.addTest(unittest.TestLoader().loadTestsFromTestCase(ParallelBuildExtTestCase))
552 return suite
/third_party/ffmpeg/libavformat/
H A Dsrtp.h45 int ff_srtp_set_crypto(struct SRTPContext *s, const char *suite,
/third_party/protobuf/benchmarks/js/
H A Dbenchmark_suite.js6 suite: new benchmark.Suite(messageName + filename + language )
H A Djs_benchmark.js46 senarios.suite
/third_party/node/lib/internal/test_runner/
H A Dtest.js188 #suite;
190 constructor(suite) {
191 this.#suite = suite;
195 return this.#suite.signal;
199 return this.#suite.name;
658 // Do not abort hooks and the root test as hooks instance are shared between tests suite so aborting them will
885 reportedType = 'suite';
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.c32 u32 suite; in wpa_write_wpa_ie() local
40 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group); in wpa_write_wpa_ie()
41 if (suite == 0) { in wpa_write_wpa_ie()
46 RSN_SELECTOR_PUT(pos, suite); in wpa_write_wpa_ie()
98 u32 suite; in wpa_write_rsn_ie() local
105 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group); in wpa_write_rsn_ie()
106 if (suite == 0) { in wpa_write_rsn_ie()
111 RSN_SELECTOR_PUT(pos, suite); in wpa_write_rsn_ie()
827 "RSN: Trying to use non-FT AKM suite, but MDIE included"); in wpa_validate_wpa_ie()
/third_party/python/Lib/unittest/
H A D__init__.py64 from .suite import BaseTestSuite, TestSuite
/test/xts/tools/build/
H A Dutils.py145 for suite in suite_names.split(","):
147 _suite_output_prefix, suite.strip(), _dirname_suffix)
/third_party/mesa3d/.gitlab-ci/
H A Ddeqp-runner.sh184 suite \
185 --suite $INSTALL/deqp-$DEQP_SUITE.toml \
/third_party/ltp/pan/cgi/
H A Dreconsile.cgi57 ($host, $datestr, $suite, $ext) = split(/\./, $result_filename);
60 $result_details->[$i]->{SUITE} = $suite;
/third_party/node/deps/v8/tools/testrunner/
H A Dnum_fuzzer.py197 def _is_testsuite_supported(self, suite, options):
198 return not options.combine_tests or suite.test_combiner_available()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_common.h216 u16 suite; member
250 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite);
H A Dtlsv1_client_read.c180 "cipher suite 0x%04x", cipher_suite); in tls_process_server_hello()
188 "cipher suite for a resumed connection (0x%04x != " in tls_process_server_hello()
1019 const struct tls_cipher_suite *suite; in tls_process_server_key_exchange() local
1079 "with the selected cipher suite"); in tls_process_server_key_exchange()
1086 suite = tls_get_cipher_suite(conn->rl.cipher_suite); in tls_process_server_key_exchange()
1087 if (suite && (suite->key_exchange == TLS_KEY_X_DH_anon || in tls_process_server_key_exchange()
1088 suite->key_exchange == TLS_KEY_X_DHE_RSA)) { in tls_process_server_key_exchange()
1090 suite->key_exchange) < 0) { in tls_process_server_key_exchange()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_common.h216 u16 suite; member
250 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite);
H A Dtlsv1_client_read.c180 "cipher suite 0x%04x", cipher_suite); in tls_process_server_hello()
188 "cipher suite for a resumed connection (0x%04x != " in tls_process_server_hello()
1027 const struct tls_cipher_suite *suite; in tls_process_server_key_exchange() local
1087 "with the selected cipher suite"); in tls_process_server_key_exchange()
1094 suite = tls_get_cipher_suite(conn->rl.cipher_suite); in tls_process_server_key_exchange()
1095 if (suite && (suite->key_exchange == TLS_KEY_X_DH_anon || in tls_process_server_key_exchange()
1096 suite->key_exchange == TLS_KEY_X_DHE_RSA)) { in tls_process_server_key_exchange()
1098 suite->key_exchange) < 0) { in tls_process_server_key_exchange()
/third_party/python/Lib/test/support/
H A D__init__.py107 # that contains Python's regression test suite
1077 def _filter_suite(suite, pred):
1078 """Recursively filter test cases in a suite based on a predicate."""
1080 for test in suite._tests:
1087 suite._tests = newtests
1089 def _run_suite(suite):
1095 result = runner.run(suite)
1209 suite = unittest.TestSuite()
1213 suite.addTest(loader.loadTestsFromModule(sys.modules[cls]))
1217 suite
[all...]
/third_party/protobuf/benchmarks/protobuf.js/
H A Dprotobufjs_benchmark.js36 senarios.suite
/third_party/node/deps/v8/tools/dev/
H A Dgm.py395 for suite in TESTSUITES_TARGETS:
396 if argstring.startswith(suite): return TESTSUITES_TARGETS[suite]
/third_party/mbedtls/tests/scripts/
H A Danalyze_outcomes.py31 # suite_case = "<suite>;<case>"
125 - only some specific test inside a test suite, for which the corresponding
142 test_suite = full_test_suite.split('.')[0] # retrieve main part of test suite name
173 (_platform, component, suite, case, result, _cause) = line.split(';')
177 suite_case = ';'.join([suite, case])
252 # This suite tests builtins directly, but these are missing
/third_party/python/Lib/
H A Ddoctest.py2360 Convert doctest tests for a module to a unittest test suite.
2402 suite = _DocTestSuite()
2403 suite.addTest(SkipDocTestCase(module))
2404 return suite
2407 suite = _DocTestSuite()
2417 suite.addTest(DocTestCase(test, **options))
2419 return suite
2461 """A unittest suite for one or more doctest files.
2516 suite = _DocTestSuite()
2525 suite
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc886 while (const testing::TestSuite* suite = ins->GetTestSuite(ts++)) { in TEST()
887 know_suite_names.insert(suite->name()); in TEST()
890 while (const testing::TestInfo* info = suite->GetTestInfo(ti++)) { in TEST()
891 know_test_names.insert(std::string(suite->name()) + "." + info->name()); in TEST()
1159 // Used in TestGenerationTest test suite. in main()
1161 // Used in GeneratorEvaluationTest test suite. Tests that the updated value in main()
1167 // Used in GeneratorEvaluationTest test suite. Tests that value updated in main()

Completed in 23 milliseconds

12345678910