| /tools/testing/selftests/kselftest/ |
| A D | ktap_helpers.sh | 43 description="$2" 55 description="$1" 58 __ktap_test "$result" "$description" 64 description="$1" 68 __ktap_test "$result" "$description" "$directive" 74 description="$1" 84 description="$1" 87 __ktap_test "$result" "$description" 93 description="$1" 97 ktap_test_pass "$description" [all …]
|
| A D | ksft.py | 42 def _test_print(result, description, directive=None): argument 53 def test_result_pass(description): argument 54 _test_print("ok", description) 58 def test_result_fail(description): argument 59 _test_print("not ok", description) 63 def test_result_skip(description): argument 64 _test_print("ok", description, "SKIP") 68 def test_result(condition, description=""): argument 70 test_result_pass(description) 72 test_result_fail(description)
|
| /tools/testing/selftests/alsa/ |
| A D | pcm-test.conf | 2 description "8kHz mono large periods" 11 description "8kHz stereo large periods" 20 description "44.1kHz stereo large periods" 29 description "48kHz stereo small periods" 38 description "48kHz stereo large periods" 47 description "48kHz 6 channel large periods" 56 description "96kHz stereo large periods"
|
| /tools/perf/tests/ |
| A D | tests.h | 52 #define TEST_CASE(description, _name) \ argument 55 .desc = description, \ 62 .desc = description, \ 67 #define TEST_CASE_EXCLUSIVE(description, _name) \ argument 70 .desc = description, \ 78 .desc = description, \ 84 #define DEFINE_SUITE(description, _name) \ argument 86 TEST_CASE(description, _name), \ 90 .desc = description, \ 96 TEST_CASE_EXCLUSIVE(description, _name),\ [all …]
|
| /tools/testing/selftests/powerpc/papr_sysparm/ |
| A D | papr_sysparm.c | 150 const char *description; member 156 .description = "open and close " DEVPATH " without issuing commands", 160 .description = "retrieve SPLPAR characteristics", 164 .description = "verify EOPNOTSUPP for known-bad parameter", 168 .description = "PAPR_SYSPARM_IOC_GET returns EFAULT on bad address", 172 .description = "PAPR_SYSPARM_IOC_SET returns EFAULT on bad address", 176 .description = "ensure EPERM on attempt to update HMC0", 180 .description = "PAPR_IOC_SYSPARM_SET returns EACCES on read-only fd", 191 if (test_harness(t->function, t->description)) in main()
|
| /tools/testing/selftests/powerpc/papr_vpd/ |
| A D | papr_vpd.c | 302 const char *description; member 308 .description = "open/close " DEVPATH, 312 .description = "ensure EINVAL on unterminated location code", 316 .description = "ensure EFAULT on bad handle addr", 320 .description = "get handle for all VPD" 324 .description = "close handle without consuming VPD" 328 .description = "read all VPD one byte at a time" 332 .description = "ensure re-read yields same results" 336 .description = "get handle for system VPD" 347 if (test_harness(t->function, t->description)) in main()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sock_iter_batch.c | 606 const char *description; member 617 .description = "udp: resume after removing a seen socket", 625 .description = "udp: resume after removing one unseen socket", 633 .description = "udp: resume after removing all unseen sockets", 641 .description = "udp: resume after adding a few sockets", 652 .description = "udp: force a realloc to occur", 664 .description = "tcp: resume after removing a seen socket (listening)", 688 .description = "tcp: resume after adding a few sockets (listening)", 699 .description = "tcp: force a realloc to occur (listening)", 759 .description = "tcp: force a realloc to occur (established)", [all …]
|
| /tools/hv/ |
| A D | vmbus_testing | 279 description = "\nUse lsvmbus to get vmbus device type " 317 description = "Delay the ring buffer interrupt for " 334 description = "Disable ALL testing on ALL vmbus " 342 description = "Disable ALL testing on a SINGLE vmbus " 349 description = "This shows the test state for ALL the " 355 description = "This shows the test values for a SINGLE "
|
| /tools/verification/rvgen/ |
| A D | dot2c | 21 parser = argparse.ArgumentParser(description='dot2c: converts a .dot file into a C structure')
|
| /tools/testing/selftests/mm/ |
| A D | map_populate.c | 25 #define BUG_ON(condition, description) \ argument 29 __func__, __LINE__, (description), \
|
| /tools/verification/rvgen/rvgen/templates/container/ |
| A D | main.c | 15 .description = "%%DESCRIPTION%%",
|
| /tools/testing/selftests/sched_ext/ |
| A D | maybe_null.c | 46 .description = "Verify if PTR_MAYBE_NULL works for .dispatch",
|
| A D | test_example.c | 44 .description = "Validate the basic function of the test suite itself",
|
| A D | runner.c | 47 printf("DESCRIPTION: %s\n", test->description); in print_test_preamble() 112 if (!test->description) { in test_valid()
|
| A D | create_dsq.c | 52 .description = "Create and destroy a dsq in a loop",
|
| A D | maximal.c | 49 .description = "Verify we can load a scheduler with every callback defined",
|
| A D | minimal.c | 53 .description = "Verify we can load a fully minimal scheduler",
|
| A D | select_cpu_dispatch_bad_dsq.c | 53 .description = "Verify graceful failure if we direct-dispatch to a "
|
| A D | select_cpu_dispatch_dbl_dsp.c | 53 .description = "Verify graceful failure if we dispatch twice to a "
|
| A D | ddsp_bogus_dsq_fail.c | 53 .description = "Verify we gracefully fail, and fall back to using a "
|
| A D | ddsp_vtimelocal_fail.c | 52 .description = "Verify we gracefully fail, and fall back to using a "
|
| A D | enq_last_no_enq_fails.c | 57 .description = "Verify we eject a scheduler if we specify "
|
| /tools/net/ynl/pyynl/ |
| A D | cli.py | 43 description = """ 52 parser = argparse.ArgumentParser(description=description,
|
| /tools/sched/ |
| A D | dl_bw_dump.py | 53 parser = argparse.ArgumentParser(description=desc,
|
| /tools/net/ynl/ |
| A D | pyproject.toml | 11 description = "yaml netlink (ynl)"
|