| /tools/power/cpupower/bindings/python/ |
| A D | test_raw_pylibcpupower.py | 23 case 0: 25 case -1: 27 case -2: 29 case -3: 31 case _: 40 case 1: 42 case 0: 44 case -1: 46 case -2: 48 case _:
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 178 case "$command" in 195 case $type in 224 case "$command" in 241 case $type in 274 case $prev in 314 case $cur in 335 case $object in 339 case $command in 356 case $command in 605 case $command in [all …]
|
| /tools/net/sunrpc/xdrgen/generators/ |
| A D | union.py | 61 for case in node.cases: 62 emit_union_case_spec_definition(environment, case) 92 for case in node.values: 93 print(template.render(case=case)) 143 for case in node.cases: 146 case, 177 for case in node.values: 178 print(template.render(case=case)) 224 for case in node.cases: 227 case,
|
| A D | program.py | 143 case "server": 148 case "client": 159 case "server": 164 case "client":
|
| A D | __init__.py | 16 case "C": 26 case _:
|
| /tools/net/sunrpc/xdrgen/templates/C/union/decoder/ |
| A D | case_spec.j2 | 2 case {{ case }}:
|
| A D | case_spec_be.j2 | 2 case __constant_cpu_to_be32({{ case }}):
|
| /tools/net/sunrpc/xdrgen/templates/C/union/encoder/ |
| A D | case_spec.j2 | 2 case {{ case }}:
|
| A D | case_spec_be.j2 | 2 case __constant_cpu_to_be32({{ case }}):
|
| /tools/testing/kunit/test_data/ |
| A D | test_is_test_passed-no_tests_no_plan.log | 5 # Subtest: case 6 ok 1 - case
|
| /tools/net/sunrpc/xdrgen/ |
| A D | xdr_ast.py | 456 for case in self.cases: 457 if case.arm.max_width() > max_width: 467 for case in self.cases: 548 case "decimal_constant": 550 case "hexadecimal_constant": 552 case "octal_constant": 728 case "big_endian_directive": 730 case "exclude_directive": 732 case "header_directive": 735 case "public_directive": [all …]
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 129 def ktap_result(ok, cnt=1, case="", comment=""): argument 139 if case: 140 res += "." + str(case.__name__) 237 for case in cases: 244 case(*args) 266 ktap_result(KSFT_RESULT, cnt, case, comment=comment)
|
| /tools/testing/selftests/tc-testing/creating-testcases/ |
| A D | AddingTestCases.txt | 13 option will generate a unique ID for that test case. 16 directories named with the -D option) for .json files. Any test case 32 Each test case has required data: 34 id: A unique alphanumeric value to identify a particular test case 37 then tdc will not execute the test case in question. However, 38 this test case will still appear in the results output but 40 test case at the top level. 87 case, or possibly even a bug in one of the commands that are not being tested.
|
| /tools/net/sunrpc/xdrgen/subcmds/ |
| A D | source.py | 110 case "server": 112 case "client": 114 case _:
|
| /tools/testing/selftests/net/ |
| A D | cmsg_time.sh | 54 echo " Case $case returned $ret, expected 0 $xf" 57 echo " Case $case returned '$got', expected '$exp' $xf"
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_nagle_sendmsg_msg_more.pkt | 17 // Test the basic case: MSG_MORE overwrites TCP_NODELAY and enables Nagle. 62 // Test the case a MSG_MORE send followed by a write flushes the data
|
| A D | tcp_slow_start_slow-start-app-limited.pkt | 2 // Test of slow start when application-limited: in this case,
|
| A D | tcp_slow_start_slow-start-app-limited-9-packets-out.pkt | 2 // Test of slow start when application-limited: in this case,
|
| /tools/perf/Documentation/ |
| A D | guest-files.txt | 16 which is a common case for KVM test programs.
|
| A D | perf-check.txt | 35 list, in which case the exit status will be 0 only if all of the passed 38 The feature names/macros are case-insensitive.
|
| A D | cpu-and-latency-overheads.txt | 22 running time of the program looking at the (wrong in this case) CPU overhead, 52 numbers of cores ('Parallelism' column). For example, in the following case
|
| /tools/memory-model/litmus-tests/ |
| A D | ISA2+pooncerelease+poacquirerelease+poacquireonce.litmus | 9 * case (P2() to P0()), each process reads from the preceding process's
|
| /tools/testing/selftests/ftrace/ |
| A D | README | 65 In this case, the test must call exit_untested. 68 In this case, the test must call exit_unsupported.
|
| /tools/memory-model/Documentation/ |
| A D | glossary.txt | 18 In this case, because the address of "p->a" on line 3 is computed 50 the coi case. 95 In this case, the data dependency extends from the READ_ONCE() 113 the fri case. 154 the rfi case.
|
| /tools/testing/selftests/rcutorture/doc/ |
| A D | rcu-test-image.txt | 12 the shell and other utilities, and soforth. In that case, place your 23 Or maybe you need a real root filesystem for some reason, in which case
|