| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | git.py | 136 def supports(self, ud, d): argument 148 def urldata_init(self, ud, d): argument 308 def localpath(self, ud, d): argument 311 def need_update(self, ud, d): argument 317 def clonedir_need_update(self, ud, d): argument 326 def lfs_need_update(self, ud, d): argument 337 def clonedir_need_shallow_revs(self, ud, d): argument 345 def shallow_tarball_need_update(self, ud): argument 348 def tarball_need_update(self, ud): argument 351 def update_mirror_links(self, ud, origud): argument [all …]
|
| H A D | npmsw.py | 64 def supports(self, ud, d): argument 68 def urldata_init(self, ud, d): argument 206 def _foreach_proxy_method(ud, handle): argument 219 def verify_donestamp(self, ud, d): argument 221 def _handle(m, ud, d): argument 225 def update_donestamp(self, ud, d): argument 227 def _handle(m, ud, d): argument 231 def need_update(self, ud, d): argument 233 def _handle(m, ud, d): argument 237 def try_mirrors(self, fetch, ud, d, mirrors): argument [all …]
|
| H A D | hg.py | 26 def supports(self, ud, d): argument 39 def urldata_init(self, ud, d): argument 77 def need_update(self, ud, d): argument 85 def try_premirror(self, ud, d): argument 94 def _buildhgcommand(self, ud, d, command): argument 150 def download(self, ud, d): argument 196 def clean(self, ud, d): argument 206 def _latest_revision(self, ud, d, name): argument 214 def _build_revision(self, ud, d, name): argument 217 def _revision_key(self, ud, d, name): argument [all …]
|
| H A D | gitsm.py | 31 def supports(self, ud, d): argument 37 def process_submodules(self, ud, workdir, function, d): argument 149 def call_process_submodules(self, ud, d, extra_check, subfunc): argument 165 def need_update(self, ud, d): argument 170 def need_update_submodule(ud, url, module, modpath, workdir, d): argument 190 def download(self, ud, d): argument 191 def download_submodule(ud, url, module, modpath, workdir, d): argument 207 def unpack(self, ud, destdir, d): argument 208 def unpack_submodules(ud, url, module, modpath, workdir, d): argument 253 def clean(self, ud, d): argument [all …]
|
| H A D | svn.py | 24 def supports(self, ud, d): argument 30 def urldata_init(self, ud, d): argument 67 def _buildsvncommand(self, ud, d, command): argument 122 def download(self, ud, d): argument 174 def clean(self, ud, d): argument 184 def _revision_key(self, ud, d, name): argument 190 def _latest_revision(self, ud, d, name): argument 204 def sortable_revision(self, ud, d, name): argument 211 def _build_revision(self, ud, d): argument
|
| H A D | clearcase.py | 66 def supports(self, ud, d): argument 75 def urldata_init(self, ud, d): argument 133 def _build_ccase_command(self, ud, command): argument 167 def _write_configspec(self, ud, d): argument 187 def _remove_view(self, ud, d): argument 195 def need_update(self, ud, d): argument 206 def sortable_revision(self, ud, d, name): argument 209 def download(self, ud, d): argument 243 def clean(self, ud, d): argument
|
| H A D | bzr.py | 24 def supports(self, ud, d): argument 27 def urldata_init(self, ud, d): argument 43 def _buildbzrcommand(self, ud, d, command): argument 72 def download(self, ud, d): argument 102 def _revision_key(self, ud, d, name): argument 108 def _latest_revision(self, ud, d, name): argument 120 def sortable_revision(self, ud, d, name): argument 127 def _build_revision(self, ud, d): argument
|
| H A D | perforce.py | 66 def supports(self, ud, d): argument 70 def urldata_init(self, ud, d): argument 139 def _buildp4command(self, ud, d, command, depot_filename=None): argument 192 def _p4listfiles(self, ud, d): argument 218 def download(self, ud, d): argument 236 def clean(self, ud, d): argument 244 def _revision_key(self, ud, d, name): argument 248 def _latest_revision(self, ud, d, name): argument 261 def sortable_revision(self, ud, d, name): argument 265 def _build_revision(self, ud, d): argument
|
| H A D | gitannex.py | 16 def supports(self, ud, d): argument 22 def urldata_init(self, ud, d): argument 27 def uses_annex(self, ud, d, wd): argument 37 def update_annex(self, ud, d, wd): argument 46 def download(self, ud, d): argument 53 def clone_shallow_local(self, ud, dest, d): argument 65 def unpack(self, ud, destdir, d): argument
|
| H A D | osc.py | 27 def supports(self, ud, d): argument 33 def urldata_init(self, ud, d): argument 58 def _buildosccommand(self, ud, d, command): argument 88 def _latest_revision(self, ud, d, name): argument 100 def _revision_key(self, ud, d, name): argument 109 def download(self, ud, d): argument 139 def generate_config(self, ud, d): argument
|
| H A D | npm.py | 151 def supports(self, ud, d): argument 155 def urldata_init(self, ud, d): argument 200 def _resolve_proxy_url(self, ud, d): argument 261 def _setup_proxy(self, ud, d): argument 275 def _get_proxy_method(self, ud, d): argument 283 def verify_donestamp(self, ud, d): argument 288 def update_donestamp(self, ud, d): argument 293 def need_update(self, ud, d): argument 302 def try_mirrors(self, fetch, ud, d, mirrors): argument 307 def download(self, ud, d): argument [all …]
|
| H A D | gomod.py | 86 def supports(self, ud, d): argument 90 def urldata_init(self, ud, d): argument 130 def unpack(self, ud, rootdir, d): argument 165 def supports(self, ud, d): argument 169 def urldata_init(self, ud, d): argument 224 def unpack(self, ud, rootdir, d): argument
|
| H A D | cvs.py | 25 def supports(self, ud, d): argument 31 def urldata_init(self, ud, d): argument 58 def need_update(self, ud, d): argument 65 def download(self, ud, d): argument 152 def clean(self, ud, d): argument
|
| H A D | repo.py | 22 def supports(self, ud, d): argument 28 def urldata_init(self, ud, d): argument 46 def download(self, ud, d): argument 83 def _build_revision(self, ud, d): argument 86 def _want_sortable_revision(self, ud, d): argument
|
| H A D | crate.py | 29 def supports(self, ud, d): argument 38 def urldata_init(self, ud, d): argument 48 def _crate_urldata_init(self, ud, d): argument 80 def unpack(self, ud, rootdir, d): argument 89 def _crate_unpack(self, ud, rootdir, d): argument 144 def latest_versionstring(self, ud, d): argument
|
| H A D | gcp.py | 34 def supports(self, ud, d): argument 43 def urldata_init(self, ud, d): argument 55 def download(self, ud, d): argument 87 def checkstatus(self, fetch, ud, d): argument
|
| H A D | sftp.py | 59 def supports(self, ud, d): argument 68 def urldata_init(self, ud, d): argument 82 def download(self, ud, d): argument
|
| H A D | az.py | 25 def supports(self, ud, d): argument 32 def checkstatus(self, fetch, ud, d, try_again=True): argument 44 def download(self, ud, d, retries=3): argument
|
| H A D | s3.py | 65 def supports(self, ud, d): argument 74 def urldata_init(self, ud, d): argument 84 def download(self, ud, d): argument 109 def checkstatus(self, fetch, ud, d): argument
|
| H A D | wget.py | 62 def supports(self, ud, d): argument 71 def urldata_init(self, ud, d): argument 93 def _runwget(self, ud, d, command, quiet, workdir=None): argument 101 def download(self, ud, d): argument 148 def checkstatus(self, fetch, ud, d, try_again=True): argument 481 def _fetch_index(self, uri, ud, d): argument 497 def _check_latest_version(self, url, package, package_regex, current_version, ud, d): argument 537 def _check_latest_version_by_dir(self, dirver, package, package_regex, current_version, ud, d): argument 589 def _init_regexes(self, package, ud, d): argument 642 def latest_versionstring(self, ud, d): argument
|
| H A D | __init__.py | 438 def uri_replace(ud, uri_find, uri_replace, replacements, d, mirrortarball=None): argument 569 def verify_checksum(ud, d, precomputed={}, localpath=None, fatal_nochecksum=True): argument 664 def verify_donestamp(ud, d, origud=None): argument 729 def update_stamp(ud, d): argument 1007 def adduri(ud, uris, uds, mirrors, tarballs): argument 1052 def rename_bad_checksum(ud, suffix): argument 1066 def try_mirror_url(fetch, origud, ud, ld, check = False): argument 1214 def srcrev_internal_helper(ud, d, name): argument 1457 def verify_donestamp(self, ud, d): argument 1463 def update_donestamp(self, ud, d): argument [all …]
|
| H A D | local.py | 30 def urldata_init(self, ud, d): argument 63 def need_update(self, ud, d): argument
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | user_data_test.cpp | 23 UserData ud(stream); in TEST() local 56 UserData ud(stream); in TEST() local 67 UserData ud(stream); in TEST() local 73 UserData ud(stream); in TEST() local 82 UserData ud(0x1112, 0x42, 0x01, data); in TEST() local 101 UserData ud(0x1112, 0x42, 0x01, data); in TEST() local
|
| /openbmc/u-boot/drivers/dma/ |
| H A D | sandbox-dma-test.c | 21 struct sandbox_dma_dev *ud; member 50 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_of_xlate() local 75 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_request() local 93 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_free() local 113 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_enable() local 133 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_disable() local 154 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_send() local 186 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_receive() local 221 struct sandbox_dma_dev *ud = dev_get_priv(dma->dev); in sandbox_dma_prepare_rcv_buf() local 243 struct sandbox_dma_dev *ud = dev_get_priv(dev); in sandbox_dma_probe() local
|
| /openbmc/qemu/target/hexagon/mmvec/ |
| H A D | mmvec.h | 33 uint64_t ud[MAX_VEC_SIZE_BYTES / 8]; member 44 uint64_t ud[2 * MAX_VEC_SIZE_BYTES / 8]; member 56 uint64_t ud[MAX_VEC_SIZE_BYTES / 8 / 8]; member
|