Home
last modified time | relevance | path

Searched full:semantic (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h50 * Semantic record of the REG tokens, identifying registers
79 * Semantic record of the IMM token, identifying an immediate constant
91 * Semantic record of the PRED token, identifying a predicate
98 * Semantic record of the SAT token, identifying the saturate operator
106 * Semantic record of the CAST token, identifying the cast operator
114 * Semantic record of the EXTRACT token, identifying the cast operator
123 * Semantic record of the MPY token, identifying the fMPY multiplication
134 * Semantic record of the VARID token, identifying declared variables
161 * Semantic record of the rvalue token, identifying any numeric value,
/openbmc/qemu/python/qemu/qmp/
H A Derror.py4 This package seeks to provide semantic error classes that are intended
6 semantic failures (e.g. "failed to connect") without needing to know the
10 package, and is suitable for use in handling semantic errors from this
12 and re-encapsulate various exceptions to provide a semantic
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst19 The semantic patches included in the kernel use features and options
67 For Semantic Patch Language(SmPL) grammar documentation refer to:
92 Note that not all semantic patches implement all modes. For easy use
106 To make a report for every semantic patch, run the following command::
115 The coccicheck target applies every semantic patch available in the
118 For each semantic patch, a commit message is proposed. It gives a
119 description of the problem being checked by the semantic patch, and
151 Using Coccinelle with a single semantic patch
155 semantic patch. In that case, the variable must be initialized with
156 the name of the semantic patch to apply.
[all …]
/openbmc/u-boot/scripts/
H A Dcoccicheck101 echo 'Note however that some modes are not implemented by some semantic patches.'
207 echo ' The semantic patch that makes this change is available'
209 echo ' The semantic patch that makes this report is available'
211 echo ' The semantic patch that spots this code is available'
213 echo ' The semantic patch that makes this Org report is available'
215 echo ' The semantic patch that makes this output is available'
219 echo ' More information about semantic patching is available at'
224 echo 'Semantic patch information:'
/openbmc/u-boot/doc/
H A DREADME.coccinelle17 The semantic patches included in the kernel use features and options
78 Note that not all semantic patches implement all modes. For easy use
92 To make a report for every semantic patch, run the following command::
101 The coccicheck target applies every semantic patch available in the
104 For each semantic patch, a commit message is proposed. It gives a
105 description of the problem being checked by the semantic patch, and
137 Using Coccinelle with a single semantic patch
141 semantic patch. In that case, the variable must be initialized with
142 the name of the semantic patch to apply.
173 about semantic patches displayed, and no commit message proposed.
[all …]
/openbmc/linux/scripts/
H A Dcoccicheck120 echo 'Note however that some modes are not implemented by some semantic patches.'
223 echo ' The semantic patch that makes this change is available'
225 echo ' The semantic patch that makes this report is available'
227 echo ' The semantic patch that spots this code is available'
229 echo ' The semantic patch that makes this Org report is available'
231 echo ' The semantic patch that makes this output is available'
235 echo ' More information about semantic patching is available at'
240 echo 'Semantic patch information:'
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire8 See IEEE 1212 for semantic definitions.
27 See IEEE 1212 for semantic definitions.
61 See IEEE 1212 for semantic definitions.
80 See IEEE 1212 for semantic definitions.
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-semantic-version_2.10.0.bb2 DESCRIPTION = "Semantic version comparison for Python (see http://semver.org/)"
18 UPSTREAM_CHECK_REGEX = "/semantic-version/(?P<pver>(\d+[\.\-_]*)+)/"
H A Dpython3-spdx-tools_0.8.3.bb16 # Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply
27 python3-semantic-version \
H A Dpython3-setuptools-rust_1.10.2.bb22 python3-semantic-version \
H A Dpython3-maturin_1.7.4.bb19 python3-semantic-version-native \
/openbmc/webui-vue/docs/guide/coding-standards/
H A Daccessibility.md24 ## Semantic HTML
26 Coding the UI using semantic markup is the most important step in creating an
32 1. Always favor semantic markup over ARIA
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCXLLogicalDevice.v1_2_1.json167 "CXLcache": "CXL caching protocol semantic.",
168 "CXLio": "CXL I/O semantic.",
169 "CXLmem": "CXL memory access semantic."
172 …value shall indicate the device conforms with the CXL Specification-defined 'CXL.cache' semantic.",
173 …is value shall indicate the device conforms with the CXL Specification-defined 'CXL.io' semantic.",
174 …is value shall indicate the device conforms with the CXL Specification-defined 'CXL.mem' semantic."
/openbmc/linux/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst58 vmalloc doesn't support GFP_NOFS semantic because there are hardcoded
61 almost always a bug. The good news is that the NOFS/NOIO semantic can be
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCXLLogicalDevice_v1.xml225 <Annotation Term="OData.Description" String="CXL I/O semantic."/>
226 …s value shall indicate the device conforms with the CXL Specification-defined 'CXL.io' semantic."/>
229 <Annotation Term="OData.Description" String="CXL caching protocol semantic."/>
230 …alue shall indicate the device conforms with the CXL Specification-defined 'CXL.cache' semantic."/>
233 <Annotation Term="OData.Description" String="CXL memory access semantic."/>
234 … value shall indicate the device conforms with the CXL Specification-defined 'CXL.mem' semantic."/>
/openbmc/linux/scripts/coccinelle/api/
H A Dstream_open.cocci239 …"WARNING: %s: .read() and .write() have stream semantic; safe to change nonseekable_open -> stream…
299 …"WARNING: %s: .read() has stream semantic; safe to change nonseekable_open -> stream_open." % (fop…
347 …"WARNING: %s: .write() has stream semantic; safe to change nonseekable_open -> stream_open." % (fo…
/openbmc/linux/tools/perf/util/
H A Dsetup.py35 if not clang_has_option("-fno-semantic-interposition"):
36 vars[var] = sub("-fno-semantic-interposition", "", vars[var])
/openbmc/webui-vue/docs/guide/components/page-section/
H A Dindex.md3 The `<page-section>` component will render semantic HTML. By adding a
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-semver_3.0.2.bb1 DESCRIPTION = "Python module for Semantic Versioning"
/openbmc/qemu/scripts/
H A Dgit.orderfile29 # semantic patches
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-stacktrace.tc27 echo "Test stacktrace semantic errors"
H A Dtrigger-snapshot.tc30 echo "Test snapshot semantic errors"
H A Dtrigger-traceonoff.tc31 echo "Test semantic error for traceoff/on trigger"
H A Dtrigger-eventonoff.tc38 echo "Test semantic error for event enable/disable trigger"
/openbmc/qemu/scripts/qapi/
H A Derror.py50 """Error class for semantic QAPI errors."""

123456