Home
last modified time | relevance | path

Searched defs:test_selector (Results 1 – 10 of 10) sorted by relevance

/external/python/mobly/tests/mobly/
Dsuite_runner_test.py151 def set_test_selector(self, test_selector): argument
197 def set_test_selector(self, test_selector): argument
235 def set_test_selector(self, test_selector): argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.h60 struct test_selector { struct
61 struct test_filter_set whitelist;
62 struct test_filter_set blacklist;
63 bool *num_set;
64 int num_set_len;
96 struct test_selector test_selector; member
Dtest_progs.c765 static void free_test_selector(struct test_selector *test_selector) in free_test_selector()
/external/python/mobly/mobly/
Dbase_suite.py45 def set_test_selector(self, test_selector): argument
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc39 uint8_t test_selector = data[0] % 10; in LLVMFuzzerTestOneInput() local
/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.cc75 const WeightedRandomTestSelector& test_selector, long test_duration_secs, in StressTestInteropClient()
Dstress_test.cc268 WeightedRandomTestSelector test_selector(tests); in main() local
/external/python/cpython3/Lib/test/
Dtest_selectors.py338 def test_selector(self): member in BaseSelectorTestCase
Dtest_tokenize.py820 def test_selector(self): member in TokenizeTest
2640 def test_selector(self): member in CTokenizeTest
Dtest_urllib2.py2009 def test_selector(self): member in RequestTests