Home
last modified time | relevance | path

Searched refs:suite (Results 101 - 125 of 178) sorted by relevance

12345678

/third_party/selinux/libsepol/tests/
H A Dtest-ebitmap.h8 int ebitmap_add_tests(CU_pSuite suite);
H A Dtest-cond.h28 int cond_add_tests(CU_pSuite suite);
H A Dtest-linker.h28 int linker_add_tests(CU_pSuite suite);
H A Dtest-neverallow.h8 int neverallow_add_tests(CU_pSuite suite);
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/python/Lib/test/
H A Dtest_unittest.py8 return unittest.test.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/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/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/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);
/third_party/python/Lib/unittest/
H A D__init__.py64 from .suite import BaseTestSuite, TestSuite
/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

Completed in 16 milliseconds

12345678