/openbmc/openbmc/poky/scripts/ |
H A D | b4-wrapper-poky.py | 42 patch = sys.stdin.readlines() variable 89 patch = "".join(patch) variable
|
H A D | patchtest | 36 def getResult(patch, mergepatch, logfile=None): argument 155 def run(patch, logfile=None): argument
|
/openbmc/openbmc/poky/bitbake/contrib/ |
H A D | b4-wrapper-bitbake.py | 23 patch = sys.stdin.read() variable
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | patch.py | 90 def Import(self, patch, force): argument 193 def _appendPatchFile(self, patch, strippath): argument 221 def Import(self, patch, force = None): argument 231 def _applypatch(self, patch, force = False, reverse = False, run = True): argument 575 def _commitpatch(self, patch, patchfilevar): argument 592 def _applypatch(self, patch, force = False, reverse = False, run = True): argument 595 def _applypatchhelper(shellcmd, patch, force = False, reverse = False, run = True): argument 721 def Import(self, patch, force = None): argument
|
H A D | recipeutils.py | 271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument 337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): argument
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/ |
H A D | evbA3_emmc_patch.json | 5 "patch": true, boolean
|
/openbmc/hiomapd/vpnor/test/ |
H A D | tmpd.cpp | 29 size_t VpnorRoot::patch(const std::string& name, const void* data, size_t len) in patch() function in openpower::virtual_pnor::test::VpnorRoot
|
H A D | write_patch.cpp | 55 fs::path patch = root.patch() / "TEST1"; in main() local
|
H A D | write_patch_resize.cpp | 63 fs::path patch = root.patch() / "TEST1"; in main() local
|
H A D | read_patch.cpp | 57 std::vector<uint8_t> patch(PATCH_SIZE, 0xff); in main() local
|
H A D | tmpd.hpp | 101 fs::path patch() in patch() function in openpower::virtual_pnor::test::VpnorRoot
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | tmpd.cpp | 29 size_t VpnorRoot::patch(const std::string &name, const void *data, size_t len) in patch() function in openpower::virtual_pnor::test::VpnorRoot
|
H A D | write_patch.cpp | 50 fs::path patch = root.patch() / "TEST1"; in main() local
|
H A D | write_patch_resize.cpp | 60 fs::path patch = root.patch() / "TEST1"; in main() local
|
H A D | read_patch.cpp | 56 std::vector<uint8_t> patch(PATCH_SIZE, 0xff); in main() local
|
H A D | tmpd.hpp | 88 fs::path patch() in patch() function in openpower::virtual_pnor::test::VpnorRoot
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | repo.py | 20 def __init__(self, patch, repodir, commit=None, branch=None): argument
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | cdomain.py | 47 major, minor, patch = sphinx.version_info[:3] variable
|
H A D | kfigure.py | 71 major, minor, patch = sphinx.version_info[:3] variable
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchreview.py | 46 def blame_patch(patch): argument
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/ |
H A D | selftest | 37 def test(root, patch): argument
|
/openbmc/u-boot/Documentation/ |
H A D | conf.py | 20 major, minor, patch = sphinx.version_info[:3] variable
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | patchreview | 56 def blame_patch(patch): argument
|
/openbmc/phosphor-webui/app/ |
H A D | index.js | 171 $httpProvider.defaults.headers.patch = { class in $httpProvider.defaults.headers
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_plus.py | 178 def patch(self, *args, **kwargs): member in redfish_plus
|