Home
last modified time | relevance | path

Searched refs:test_group (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/test/
Dsm2_internal_test.c213 EC_GROUP *test_group = in sm2_crypt_test() local
223 if (!TEST_ptr(test_group)) in sm2_crypt_test()
227 test_group, in sm2_crypt_test()
242 test_group, in sm2_crypt_test()
296 EC_GROUP_free(test_group); in sm2_crypt_test()
374 EC_GROUP *test_group = in sm2_sig_test() local
384 if (!TEST_ptr(test_group)) in sm2_sig_test()
388 test_group, in sm2_sig_test()
401 EC_GROUP_free(test_group); in sm2_sig_test()
/third_party/python/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py314 test_group = tests["folds"]
316 test_group = tests["gaps"]
326 test_group.append((dt, 0, zt.offset_before))
327 test_group.append((dt, 1, zt.offset_before))
330 test_group.append((dt, 0, zt.offset_before))
331 test_group.append((dt, 1, zt.offset_after))
334 test_group.append((dt, 0, zt.offset_before))
335 test_group.append((dt, 1, zt.offset_after))
338 test_group.append((dt, 0, zt.offset_before))
339 test_group.append((dt, 1, zt.offset_after))
[all …]
/third_party/ltp/lib/
Dtst_cgroup.c156 static struct tst_cg_group test_group; variable
158 const struct tst_cg_group *const tst_cg = &test_group;
1273 cg == &test_group ? "Test" : "Drain"); in group_from_roots()
1278 cg == &test_group ? &root->test_dir : &root->drain_dir; in group_from_roots()
1295 group_from_roots(&test_group); in tst_cg_init()
/third_party/rust/crates/syn/tests/
Dtest_pat.rs49 fn test_group() { in test_group() function
/third_party/python/Lib/test/
Dtest_clinic.py421 def test_group(self): member in ClinicParserTest
Dtest_nntplib.py104 def test_group(self): member in NetworkedNNTPTestsMixin
958 def test_group(self): member in NNTPv1v2TestsMixin
Dtest_pathlib.py1368 def test_group(self): member in WindowsPathAsPureTest
1917 def test_group(self): member in _BasePathTest
Dtest_re.py421 def test_group(self): member in ReTests
Dtest_subprocess.py1930 def test_group(self): member in POSIXProcessTestCase