| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/ |
| H A D | 0001-pyproject.toml-remove-benchmark-disable-option.patch | 36 -addopts = "-r s --capture=no --strict-markers --benchmark-disable" 37 +addopts = "-r s --capture=no --strict-markers" 39 markers = [
|
| /openbmc/openbmc/poky/bitbake/lib/progressbar/ |
| H A D | widgets.py | 197 def __init__(self, markers='|/-\\'): argument 198 self.markers = markers 205 if pbar.finished: return self.markers[0] 207 self.curmark = (self.curmark + 1) % len(self.markers) 208 return self.markers[self.curmark]
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | data.c | 27 m = d.markers; in data_free() 145 struct marker **mp = &d.markers; in data_append_markers() 157 struct marker *m2 = d2.markers; in data_merge() 165 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge()
|
| H A D | treesource.c | 68 struct marker *m = val.markers; in write_propval_string() 141 struct marker *m = val.markers; in write_propval_cells() 171 struct marker *m = val.markers; in write_propval_bytes() 199 struct marker *m = prop->val.markers; in write_propval()
|
| H A D | livetree.c | 465 m = p->val.markers; in get_marker_label() 852 m = prop->val.markers; in any_fixup_tree() 898 m = prop->val.markers; in generate_fixups_tree_internal() 917 m = prop->val.markers; in any_local_fixup_tree() 979 m = prop->val.markers; in generate_local_fixups_tree_internal()
|
| H A D | checks.c | 427 struct marker *m = prop->val.markers; in check_duplicate_label_node() 456 m = prop->val.markers; in check_phandle_prop() 562 struct marker *m = prop->val.markers; in fixup_phandle_references() 595 struct marker *m = prop->val.markers; in fixup_path_references() 1136 if (prop->val.markers) { in check_property_phandle_args() 1137 struct marker *m = prop->val.markers; in check_property_phandle_args()
|
| H A D | dtc.h | 92 struct marker *markers; member
|
| H A D | flattree.c | 168 struct marker *m = d.markers; in asm_emit_data()
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2024-45774.patch | 4 Subject: [PATCH] video/readers/jpeg: Do not permit duplicate SOF0 markers in 33 + "jpeg: cannot have duplicate SOF0 markers");
|
| /openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/ |
| H A D | Makefile | 13 rm -f Module.markers Module.symvers modules.order
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/ |
| H A D | Makefile | 13 rm -f Module.markers Module.symvers modules.order
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/ |
| H A D | Makefile | 13 rm -f Module.markers Module.symvers modules.order
|
| /openbmc/u-boot/test/py/ |
| H A D | pytest.ini | 8 markers = key
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | logparser.py | 31 … markers = ("PASS:", "FAIL:", "SKIP:", "BEGIN:", "END:", "DURATION:", "ERROR: Exit", "TIMEOUT:") 40 if not line.startswith(markers):
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/ |
| H A D | 03ee1f8aa0899268ec02b2f54849352df92a3a1d.patch | 33 +markers =
|
| /openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/ |
| H A D | matchbox-session-sato_0.1.bb | 29 # This is the set of machine features that the script has markers for
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/ |
| H A D | 0001-scripts-Do-not-check-for-files-on-build-host.patch | 8 dirs in staging area and create these markers in recipe via a
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts/ |
| H A D | 0002-check-sr-results-Device-tree-improvements.patch | 25 # We add markers to the log, which will be ignored by dt-parser.py.
|
| /openbmc/openbmc-tools/ |
| H A D | README.md | 39 [Signed-off-by](https://developercertificate.org/), use SPDX markers in your
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | IEC-Code-Components-EULA | 22 processed by a computer and also includes any text found between the markers <CODE
|
| /openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
| H A D | kernel-devsrc.bb | 80 if [ -s Module.markers ]; then 81 cp Module.markers $kerneldir/build
|
| /openbmc/openbmc/poky/documentation/kernel-dev/ |
| H A D | concepts-appx.rst | 251 The resulting tree structure presents a clear path of markers (or
|
| H A D | common.rst | 1725 lower commit markers with the Git commands. You can see the branch
|
| /openbmc/entity-manager/ |
| H A D | Doxyfile | 1205 # of the possible markers and block names see the documentation. 1250 # files will be copied as-is; there are no commands or markers available. 1857 # markers available.
|
| /openbmc/u-boot/common/ |
| H A D | dlmalloc.src | 1643 else /* markers are always of size SIZE_SZ */
|