/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 50 * 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 D | error.py | 4 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 D | coccinelle.rst | 19 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 D | coccicheck | 101 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 D | README.coccinelle | 17 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 D | coccicheck | 120 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 D | sysfs-bus-firewire | 8 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 D | python3-semantic-version_2.10.0.bb | 2 DESCRIPTION = "Semantic version comparison for Python (see http://semver.org/)" 18 UPSTREAM_CHECK_REGEX = "/semantic-version/(?P<pver>(\d+[\.\-_]*)+)/"
|
H A D | python3-spdx-tools_0.8.3.bb | 16 # Dependencies required for conversion to spdx3 : python3-semantic-version, python3-ply 27 python3-semantic-version \
|
H A D | python3-setuptools-rust_1.10.2.bb | 22 python3-semantic-version \
|
H A D | python3-maturin_1.7.4.bb | 19 python3-semantic-version-native \
|
/openbmc/webui-vue/docs/guide/coding-standards/ |
H A D | accessibility.md | 24 ## 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 D | CXLLogicalDevice.v1_2_1.json | 167 "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 D | gfp_mask-from-fs-io.rst | 58 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 D | CXLLogicalDevice_v1.xml | 225 <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 D | stream_open.cocci | 239 …"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 D | setup.py | 35 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 D | index.md | 3 The `<page-section>` component will render semantic HTML. By adding a
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-semver_3.0.2.bb | 1 DESCRIPTION = "Python module for Semantic Versioning"
|
/openbmc/qemu/scripts/ |
H A D | git.orderfile | 29 # semantic patches
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-stacktrace.tc | 27 echo "Test stacktrace semantic errors"
|
H A D | trigger-snapshot.tc | 30 echo "Test snapshot semantic errors"
|
H A D | trigger-traceonoff.tc | 31 echo "Test semantic error for traceoff/on trigger"
|
H A D | trigger-eventonoff.tc | 38 echo "Test semantic error for event enable/disable trigger"
|
/openbmc/qemu/scripts/qapi/ |
H A D | error.py | 50 """Error class for semantic QAPI errors."""
|