| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | check-patch.py | 25 # ancestor between the user's branch and current git master. 29 ancestor = subprocess.check_output(["git", "merge-base", variable 33 ancestor = ancestor.strip() variable 36 ancestor + "..."], 42 print("\nNo commits since %s, skipping checks\n" % ancestor) 47 print("\nChecking all commits since %s...\n" % ancestor, flush=True) 49 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", ancestor + "..."])
|
| H A D | check-dco.py | 26 ancestor = subprocess.check_output(["git", "merge-base", variable 30 ancestor = ancestor.strip() variable 37 "on all commits since %s...\n" % ancestor) 40 ancestor + "..."],
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | path.py | 40 # find the common ancestor directory 41 ancestor = path 43 while ancestor and not link.startswith(ancestor): 44 ancestor = ancestor.rpartition('/')[0] 47 if not ancestor: 48 …print("make_relative_symlink() Error: unable to find the common ancestor of %s and its target" % p… 51 base = link.partition(ancestor)[2].strip('/')
|
| H A D | spdx30.py | 3241 # The `from` Element is an ancestor of each `to` Element. 3729 # Abstract ancestor class for all vulnerability assessments 4855 # Abstract ancestor class for all VEX relationships
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
| H A D | ObjectMapper.interface.yaml | 30 Obtain a dictionary of ancestor -> services where ancestor is an 31 ancestor of path and services is of the type returned by the GetObject 46 A dictionary of ancestor -> services.
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 043.out | 16 == ancestor references another ancestor ==
|
| H A D | 043 | 75 echo "== ancestor references another ancestor =="
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | error.py | 9 QMPError serves as the ancestor for all exceptions raised by this
|
| /openbmc/phosphor-fan-presence/control/json/actions/ |
| H A D | get_managed_objects.cpp | 62 // Look for the ObjectManager as an ancestor of the path. in run()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/ |
| H A D | bluez-firmware-rpidistro_git.bb | 43 # their common ancestor works; other approaches do not.
|
| /openbmc/u-boot/lib/ |
| H A D | rbtree.c | 455 * Go up the tree; any time the ancestor is a right-hand child of its in rb_next() 485 * No left-hand children. Go up till we find an ancestor which in rb_prev()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 2153 def path_is_descendant(descendant, ancestor): argument 2155 Returns ``True`` if the path ``descendant`` is a descendant of ``ancestor`` 2156 (including being equivalent to ``ancestor`` itself). Otherwise returns 2166 - ``descendant``: path to check for being an ancestor. 2167 - ``ancestor``: path to the ancestor ``descendant`` will be checked 2171 ancestor_stat = os.stat(ancestor) 2174 # equivalent to the ancestor
|
| /openbmc/docs/architecture/ |
| H A D | object-mapper.md | 411 interface. If no interfaces are passed in, then all ancestor
|
| /openbmc/u-boot/scripts/dtc/libfdt/ |
| H A D | libfdt.h | 771 * fdt_supernode_atdepth_offset - find a specific ancestor of a node 774 * @supernodedepth: depth of the ancestor to find 777 * fdt_supernode_atdepth_offset() finds an ancestor of the given node 790 * structure block offset of the node at node offset's ancestor
|
| /openbmc/openbmc/poky/scripts/lib/resulttool/ |
| H A D | regression.py | 394 # In future we could check the commit is a common ancestor and
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.treetable.js | 318 // result in +node+ being an ancestor of itself.
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-build-perf-report | 559 # In future we could check the commit is a common ancestor and
|
| H A D | combo-layer | 436 # ancestor in the new repository. 1055 # of revisions starting at the ancestor.
|
| /openbmc/qemu/util/ |
| H A D | interval-tree.c | 167 * Go up the tree; any time the ancestor is a right-hand child of its in rb_next()
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | gen_path_callouts.pl | 462 # Returns an ancestor target based on its class
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | manager.cpp | 691 // Look for the ObjectManager as an ancestor from the in addGroups()
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.c | 235 * Return TRUE if s1 is an ancestor of s2. 237 * E.g. "a/b" is an ancestor of "a/b/c" but not of "a/bc/d". 238 * As a special case, We treat s1 as ancestor of s2 if they are same!
|
| /openbmc/qemu/qga/ |
| H A D | main.c | 1446 g_critical("unable to create (an ancestor of) the state directory" in initialize_agent()
|
| /openbmc/qemu/qom/ |
| H A D | object.c | 286 /* Check if target_type is a direct ancestor of type */ in type_is_ancestor()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | tnc.c | 1071 * This function records the path back to the last dirty ancestor, and then
|