Home
last modified time | relevance | path

Searched refs:case (Results 1 – 25 of 77) sorted by relevance

1234

/tools/power/cpupower/bindings/python/
A Dtest_raw_pylibcpupower.py23 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 Dbpftool178 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 Dunion.py61 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 Dprogram.py143 case "server":
148 case "client":
159 case "server":
164 case "client":
A D__init__.py16 case "C":
26 case _:
/tools/net/sunrpc/xdrgen/templates/C/union/decoder/
A Dcase_spec.j22 case {{ case }}:
A Dcase_spec_be.j22 case __constant_cpu_to_be32({{ case }}):
/tools/net/sunrpc/xdrgen/templates/C/union/encoder/
A Dcase_spec.j22 case {{ case }}:
A Dcase_spec_be.j22 case __constant_cpu_to_be32({{ case }}):
/tools/testing/kunit/test_data/
A Dtest_is_test_passed-no_tests_no_plan.log5 # Subtest: case
6 ok 1 - case
/tools/net/sunrpc/xdrgen/
A Dxdr_ast.py456 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 Dksft.py129 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 DAddingTestCases.txt13 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 Dsource.py110 case "server":
112 case "client":
114 case _:
/tools/testing/selftests/net/
A Dcmsg_time.sh54 echo " Case $case returned $ret, expected 0 $xf"
57 echo " Case $case returned '$got', expected '$exp' $xf"
/tools/testing/selftests/net/packetdrill/
A Dtcp_nagle_sendmsg_msg_more.pkt17 // 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 Dtcp_slow_start_slow-start-app-limited.pkt2 // Test of slow start when application-limited: in this case,
A Dtcp_slow_start_slow-start-app-limited-9-packets-out.pkt2 // Test of slow start when application-limited: in this case,
/tools/perf/Documentation/
A Dguest-files.txt16 which is a common case for KVM test programs.
A Dperf-check.txt35 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 Dcpu-and-latency-overheads.txt22 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 DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus9 * case (P2() to P0()), each process reads from the preceding process's
/tools/testing/selftests/ftrace/
A DREADME65 In this case, the test must call exit_untested.
68 In this case, the test must call exit_unsupported.
/tools/memory-model/Documentation/
A Dglossary.txt18 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 Drcu-test-image.txt12 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

Completed in 21 milliseconds

1234