Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 46) sorted by relevance

12

/qemu/tests/qapi-schema/
H A Dcomments.json1 # Unindented comment
3 # Indented comment
H A Ddoc-invalid-end.json4 # An invalid comment
H A Ddoc-invalid-end.err1 doc-invalid-end.json:5:2: documentation comment must end with '##'
H A Ddoc-invalid-end2.err1 doc-invalid-end2.json:5:1: junk after '##' at end of documentation comment
H A Ddoc-invalid-start.err1 doc-invalid-start.json:3:1: junk after '##' at start of documentation comment
H A Ddoc-missing.err2 doc-missing.json:5: documentation comment required
H A Ddoc-non-first-section.err1 doc-non-first-section.json:5:1: '=' heading must come first in a comment block
H A Ddoc-before-pragma.json1 # Doc comment separated from defining expression by non-defining expression
H A Ddoc-undoc-feature.json1 # Doc comment must cover all features
H A Ddoc-bad-symbol.err2 doc-bad-symbol.json:6: documentation comment is for 'food'
H A Ddoc-bad-event-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-before-include.json1 # Doc comment separated from defining expression by non-defining expression
H A Ddoc-bad-feature.json1 # Features listed in the doc comment must exist in the actual schema
H A Ddoc-bad-enum-member.json1 # Members listed in the doc comment must exist in the actual schema
H A Ddoc-bad-command-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-section.json1 # = section within an expression comment
H A Ddoc-bad-alternate-member.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-union-member.json1 # Arguments listed in the doc comment must exist in the actual schema
/qemu/scripts/qapi/
H A Dintrospect.py91 comment: Optional[str] = None):
93 self.comment: Optional[str] = comment
121 if obj.comment:
270 comment: Optional[str] = None
275 comment = f'"{self._name(name)}" = {name}'
281 self._trees.append(Annotated(obj, ifcond, comment))
/qemu/.github/workflows/
H A Dlockdown.yml18 pr-comment: |
/qemu/scripts/
H A Drender_block_graph.py54 graph = Digraph(comment='Block Nodes Graph')
/qemu/tests/qtest/
H A Dbios-tables-test.c356 gchar *comment, *block_name; in normalize_asl() local
359 comment = g_strstr_len(asl->str, asl->len, COMMENT_END); in normalize_asl()
360 if (comment) { in normalize_asl()
361 comment += strlen(COMMENT_END); in normalize_asl()
362 while (*comment == '\n') { in normalize_asl()
363 comment++; in normalize_asl()
365 asl = g_string_erase(asl, 0, comment - asl->str); in normalize_asl()
/qemu/linux-headers/LICENSES/preferred/
H A DBSD-2-Clause5 tag/value pair into a comment according to the placement guidelines in
H A DBSD-3-Clause5 tag/value pair into a comment according to the placement guidelines in
/qemu/scripts/oss-fuzz/
H A Doutput_reproducer.py122 as a comment in the C reproducers",

12