Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/testing/selftests/kselftest/
H A Dktap_helpers.sh44 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 Dksft.py42 def _test_print(result, description, directive=None): argument
43 if directive:
/linux/Documentation/sphinx/
H A DrstFlatTable.py141 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 Dkselftest.h307 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 Dktap.rst75 <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 Drunner.c77 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 Dxdr.lark95 pragma_def : "pragma" directive identifier [ identifier ] ";"
97 directive : big_endian_directive
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst174 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 Dmac80211-advanced.rst137 .. 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 Dkernel-doc.rst519 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 Dsphinx.rst491 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 Dxdr_ast.py733 directive = children[0].children[0].data
734 match directive:
H A DREADME150 encoding and decoding functions. Currently one directive is
/linux/Documentation/core-api/
H A Dprintk-basics.rst95 directive)::
/linux/lib/kunit/
H A Dtest.c180 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 Dxilinx.txt37 directive in system.mhs). Should be in lowercase
/linux/Documentation/admin-guide/nfs/
H A Dnfsroot.rst300 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 Dilsp.doc51 using the Motorola Assembly Syntax assembler directive "dc.l"
H A Dfplsp.doc52 using the Motorola Assembly Syntax assembler directive "dc.l"
H A DTEST.DOC43 directive "dc.l" (define constant longword). The files can be
H A Dfpsp.doc48 using the Motorola Assembly Syntax assembler directive "dc.l"
H A Disp.doc56 using the Motorola Assembly Syntax assembler directive "dc.l"
/linux/LICENSES/deprecated/
H A DCC0-1.066 directive); and
/linux/include/linux/
H A Dnvme.h2001 struct nvme_directive_cmd directive; member
/linux/tools/objtool/Documentation/
H A Dobjtool.txt448 directive right before the call.

12