Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.h49 struct test_selector { struct
56 struct test_selector test_selector; member
57 struct test_selector subtest_selector;
Dtest_progs.c30 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run()
362 int parse_num_list(const char *s, struct test_selector *sel) in parse_num_list()
441 if (parse_num_list(arg, &env->test_selector)) { in parse_arg()
456 env->test_selector.name = strdup(arg); in parse_arg()
457 if (!env->test_selector.name) in parse_arg()
591 if (!should_run(&env.test_selector, in main()
620 free(env.test_selector.num_set); in main()
/external/pdfium/testing/fuzzers/
Dpdf_cfgas_stringformatter_fuzzer.cc34 uint8_t test_selector = data[0] % 10; in LLVMFuzzerTestOneInput() local
52 switch (test_selector) { in LLVMFuzzerTestOneInput()
/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.cc72 const WeightedRandomTestSelector& test_selector, long test_duration_secs, in StressTestInteropClient() argument
79 test_selector_(test_selector), in StressTestInteropClient()
Dstress_interop_client.h95 const WeightedRandomTestSelector& test_selector,
Dstress_test.cc258 WeightedRandomTestSelector test_selector(tests); in main() local
297 ++thread_idx, *it, channel_creation_func, test_selector, in main()
/external/python/cpython2/Lib/test/
Dtest_tokenize.py471 def test_selector(self): member in TokenizeTest
Dtest_urllib2.py1344 def test_selector(self): member in RequestTests
/external/python/cpython3/Lib/test/
Dtest_selectors.py299 def test_selector(self): member in BaseSelectorTestCase
Dtest_urllib2.py1921 def test_selector(self): member in RequestTests