Home
last modified time | relevance | path

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

/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py25 # 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 Dcheck-dco.py26 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 Dpath.py40 # 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 Dspdx30.py3241 # 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 DObjectMapper.interface.yaml30 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 D043.out16 == ancestor references another ancestor ==
H A D04375 echo "== ancestor references another ancestor =="
/openbmc/qemu/python/qemu/qmp/
H A Derror.py9 QMPError serves as the ancestor for all exceptions raised by this
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dget_managed_objects.cpp62 // Look for the ObjectManager as an ancestor of the path. in run()
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/
H A Dbluez-firmware-rpidistro_git.bb43 # their common ancestor works; other approaches do not.
/openbmc/u-boot/lib/
H A Drbtree.c455 * 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 Dutils.py2153 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 Dobject-mapper.md411 interface. If no interfaces are passed in, then all ancestor
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h771 * 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 Dregression.py394 # In future we could check the commit is a common ancestor and
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js318 // result in +node+ being an ancestor of itself.
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report559 # In future we could check the commit is a common ancestor and
H A Dcombo-layer436 # ancestor in the new repository.
1055 # of revisions starting at the ancestor.
/openbmc/qemu/util/
H A Dinterval-tree.c167 * Go up the tree; any time the ancestor is a right-hand child of its in rb_next()
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl462 # Returns an ancestor target based on its class
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp691 // Look for the ObjectManager as an ancestor from the in addGroups()
/openbmc/qemu/hw/9pfs/
H A D9p.c235 * 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 Dmain.c1446 g_critical("unable to create (an ancestor of) the state directory" in initialize_agent()
/openbmc/qemu/qom/
H A Dobject.c286 /* Check if target_type is a direct ancestor of type */ in type_is_ancestor()
/openbmc/u-boot/fs/ubifs/
H A Dtnc.c1071 * This function records the path back to the last dirty ancestor, and then