| /linux/tools/testing/selftests/kselftest/ |
| H A D | ktap_helpers.sh | 44 directive="${3:-}" # optional 47 [ ! -z "$directive" ] && directive_str="# $directive" 67 directive="SKIP" 68 __ktap_test "$result" "$description" "$directive" 77 directive="XFAIL" 78 __ktap_test "$result" "$description" "$directive"
|
| H A D | ksft.py | 42 def _test_print(result, description, directive=None): argument 43 if directive:
|
| /linux/Documentation/sphinx/ |
| H A D | rstFlatTable.py | 141 def __init__(self, directive): argument 142 self.directive = directive 148 colwidths = self.directive.get_column_widths(self.max_cols) 154 stub_columns = self.directive.options.get('stub-columns', 0) 155 header_rows = self.directive.options.get('header-rows', 0) 174 stub_columns = self.directive.options.get('stub-columns', 0) 208 error = self.directive.state_machine.reporter.error( 210 , nodes.literal_block(self.directive.block_text 211 , self.directive.block_text) 212 , line = self.directive.lineno ) [all …]
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest.h | 307 const char *directive = ""; in ksft_test_result_code() local 316 directive = " # XFAIL "; in ksft_test_result_code() 320 directive = " # XPASS "; in ksft_test_result_code() 324 directive = " # SKIP "; in ksft_test_result_code() 335 if (!directive[0] && msg) in ksft_test_result_code() 336 directive = " # "; in ksft_test_result_code() 338 printf("%s %u %s%s", tap_code, ksft_test_num(), test_name, directive); in ksft_test_result_code()
|
| /linux/Documentation/dev-tools/ |
| H A D | ktap.rst | 75 <result> <number> [<description>][ # [<directive>] [<diagnostic data>]] 88 The directive and any diagnostic data is optional. If either are present, they 91 A directive is a keyword that indicates a different outcome for a test other 92 than passed and failed. The directive is optional, and consists of a single 94 a directive it doesn't support, it should fall back to the "ok" / "not ok" 100 result line can be either "ok" or "not ok" if the SKIP directive is used) 103 directive is inherited from TAP, its use in the kernel is discouraged. 107 case result line should be “not ok” if the TIMEOUT directive is used) 110 the test case result line should be “not ok” if the ERROR directive is used) 117 directive nor any diagnostic data do not need to include the "#" field [all …]
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | runner.c | 77 const char *directive = status == SCX_TEST_SKIP ? "SKIP " : ""; in print_test_result() local 79 printf("%s %u %s # %s\n", result, testnum, test->name, directive); in print_test_result()
|
| /linux/tools/net/sunrpc/xdrgen/grammars/ |
| H A D | xdr.lark | 95 pragma_def : "pragma" directive identifier [ identifier ] ";" 97 directive : big_endian_directive
|
| /linux/Documentation/bpf/libbpf/ |
| H A D | libbpf_naming_convention.rst | 174 The documentation always starts with a @brief directive. This line is a short 178 can be added below the last directive, at the bottom of the comment. 180 Parameters are denoted with the @param directive, there should be one for each 181 parameter. If this is a function with a non-void return, use the @return directive
|
| /linux/Documentation/driver-api/80211/ |
| H A D | mac80211-advanced.rst | 137 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-tx.c 145 .. WARNING: DOCPROC directive not supported: !Cnet/mac80211/agg-rx.c
|
| /linux/Documentation/doc-guide/ |
| H A D | kernel-doc.rst | 519 documents using a dedicated kernel-doc Sphinx directive extension. 521 The kernel-doc directive is of the format:: 527 tree. The following directive options are supported: 580 This is an alias of the 'identifiers' directive and deprecated. 594 Without options, the kernel-doc directive includes all documentation comments
|
| H A D | sphinx.rst | 491 The kernel figure (and image) directive supports **DOT** formatted files, see 535 The *render* directive has all the options known from the *figure* directive,
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | xdr_ast.py | 733 directive = children[0].children[0].data 734 match directive:
|
| H A D | README | 150 encoding and decoding functions. Currently one directive is
|
| /linux/Documentation/core-api/ |
| H A D | printk-basics.rst | 95 directive)::
|
| /linux/lib/kunit/ |
| H A D | test.c | 180 const char *directive) in kunit_print_ok_not_ok() argument 183 const char *directive_body = (status == KUNIT_SKIPPED) ? directive : ""; in kunit_print_ok_not_ok()
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfsroot.rst | 300 specified using the 'append=' directive in the LILO configuration 303 However, to use the 'root=' directive you also need to create
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 51 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| H A D | fplsp.doc | 52 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| H A D | TEST.DOC | 43 directive "dc.l" (define constant longword). The files can be
|
| H A D | fpsp.doc | 48 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| H A D | isp.doc | 56 using the Motorola Assembly Syntax assembler directive "dc.l"
|
| /linux/LICENSES/deprecated/ |
| H A D | CC0-1.0 | 66 directive); and
|
| /linux/include/linux/ |
| H A D | nvme.h | 2001 struct nvme_directive_cmd directive; member
|
| /linux/tools/objtool/Documentation/ |
| H A D | objtool.txt | 448 directive right before the call.
|