| /openbmc/openbmc-tools/bi2cp/ |
| H A D | bi2cp | 231 def calculate_pec(self): argument 234 def validate_pec(self): argument 241 def validate_xfer(self): argument 244 def valid(self): argument 249 def __init__(self, command, xfer): argument 271 def calculate_pec(self): argument 278 def validate_xfer(self): argument 281 def __str__(self): argument 308 def __init__(self, command, start, repeat): argument 333 def calculate_pec(self): argument [all …]
|
| /openbmc/entity-manager/scripts/ |
| H A D | autojson.py | 37 def __init__(self) -> None: argument 41 def extract_comments(self, contents: str) -> str: argument 78 def insert_comments(self, contents: str) -> str: argument
|
| /openbmc/u-boot/tools/binman/etype/ |
| H A D | intel_descriptor.py | 21 def __init__(self, data, frba, region_num): argument 47 def __init__(self, section, etype, node): argument 51 def GetOffsets(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| 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
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | devtool | 39 def __init__(self, basepath, filename): argument 44 def get(self, section, option, default=None): argument 54 def read(self): argument 71 def write(self): argument 77 def set(self, section, option, value): argument
|
| H A D | oe-pkgdata-browser | 100 def __init__(self, pkgdata): argument 152 def on_link_activate(self, label, url_string): argument 175 def on_recipe_changed(self, selection): argument 196 def on_package_changed(self, selection): argument 243 def load_recipes(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | common.py | 15 def __init__(self): argument 19 def tinfoil_init(self, tinfoil): argument 38 def get_layer_name(self, layerdir): argument
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_aarch64_tcg_plugins.py | 30 def run_vm(self, kernel_path, kernel_command_line, argument 65 def test_aarch64_virt_insn(self): argument 91 def test_aarch64_virt_insn_icount(self): argument
|
| H A D | test_aarch64_imx8mp_evk.py | 24 def extract(self, in_path, out_path, offset, size): argument 35 def setUp(self): argument 51 def test_aarch64_imx8mp_evk_usdhc(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | terminal.py | 18 def __init__(self, terms): argument 34 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 46 def format_command(self, sh_cmd, title): argument 54 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 63 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 88 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 114 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 132 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 150 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 164 def __init__(self, sh_cmd, title=None, env=None, d=None): argument [all …]
|
| H A D | useradd.py | 10 def _print_message(self, message, file=None): argument 14 def exit(self, status=0, message=None): argument 18 def error(self, message): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 40 def __init__(self): argument 73 def block_start(self, name): argument 77 def block_end(self): argument 82 def progress(self, message, percent, extra=None): argument 100 def format(self, record): argument
|
| /openbmc/openbmc/poky/meta/lib/bblayers/ |
| H A D | buildconf.py | 30 def _save_conf(self, templatename, templatepath, oecorepath, relpaths_to_oecore): argument 59 def do_save_build_conf(self, args): argument 79 def register_commands(self, sp): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | decorators.py | 20 def __init__(self, test_case): argument 23 def __call__(self, func): argument 32 def filter(self, record): argument 60 def run(self, result, *args, **kws): argument 76 def results(self, message, *args, **kws): argument 193 def wrapped_f(self, *args, **kw): argument
|
| H A D | testexport.py | 18 def __init__(self): argument 20 def plain(self, msg): argument 23 def warn(self, msg): argument 26 def fatal(self, msg): argument
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | cell.rs | 280 fn eq(&self, other: &BqlCell<T>) -> bool { in eq() 289 fn partial_cmp(&self, other: &BqlCell<T>) -> Option<Ordering> { in partial_cmp() 296 fn cmp(&self, other: &BqlCell<T>) -> Ordering { in cmp() 309 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 315 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 351 pub fn set(&self, val: T) { in set() 370 pub fn replace(&self, val: T) -> T { in replace() 551 fn panic_already_borrowed(&self) -> ! { in panic_already_borrowed() 712 fn clone_from(&mut self, source: &Self) { in clone_from() 731 fn eq(&self, other: &BqlRefCell<T>) -> bool { in eq() [all …]
|
| H A D | irq.rs | 61 pub fn lower(&self) { in lower() 66 pub fn pulse(&self) { in pulse() 72 pub fn raise(&self) { in raise() 82 pub fn set(&self, level: T) { in set()
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | linuxkernel.py | 17 def wait_for_console_pattern(self, success_message, vm=None): argument 22 def launch_kernel(self, kernel, initrd=None, dtb=None, console_index=0, argument 34 def check_http_download(self, filename, hashsum, guestport=8080, argument
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | scriptutils.py | 24 def __init__(self, keepalive=True, **kwargs): argument 43 def close(self): argument 52 def emit(self, record): argument 130 def __init__(self, url): argument 132 def __str__(self): argument
|
| /openbmc/qemu/rust/hw/timer/hpet/src/ |
| H A D | device.rs | 272 fn clear_valset(&mut self) { in clear_valset() 284 fn calculate_cmp64(&self, cur_tick: u64, target: u64) -> u64 { in calculate_cmp64() 325 fn set_irq(&mut self, set: bool) { in set_irq() 351 fn update_irq(&mut self, set: bool) { in update_irq() 360 fn arm_timer(&mut self, tick: u64) { in arm_timer() 372 fn set_timer(&mut self) { in set_timer() 389 fn del_timer(&mut self) { in del_timer() 402 fn set_tn_cfg_reg(&mut self, shift: u32, len: u32, val: u64) { in set_tn_cfg_reg() 432 fn set_tn_cmp_reg(&mut self, shift: u32, len: u32, val: u64) { in set_tn_cmp_reg() 462 fn set_tn_fsb_route_reg(&mut self, shift: u32, len: u32, val: u64) { in set_tn_fsb_route_reg() [all …]
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | progress.py | 23 def __init__(self, argument 45 def serialize(self): argument 76 def __init__(self, argument 101 def serialize(self): argument
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | nbd-fault-injector.py | 91 def __init__(self, name, event, io, when): argument 97 def match(self, event, io): argument 105 def __init__(self, sock, rules): argument 109 def check(self, event, io, bufsize=None): argument 121 def send(self, buf, event): argument 126 def recv(self, bufsize, event): argument 132 def close(self): argument
|
| /openbmc/qemu/util/ |
| H A D | qemu-coroutine-lock.c | 44 Coroutine *self = qemu_coroutine_self(); in qemu_co_queue_wait_impl() local 197 Coroutine *self = qemu_coroutine_self(); in qemu_co_mutex_lock_slowpath() local 239 Coroutine *self = qemu_coroutine_self(); in qemu_co_mutex_lock() local 278 Coroutine *self = qemu_coroutine_self(); in qemu_co_mutex_unlock() local 381 Coroutine *self = qemu_coroutine_self(); in qemu_co_rwlock_rdlock() local 406 Coroutine *self = qemu_coroutine_self(); in qemu_co_rwlock_unlock() local 434 Coroutine *self = qemu_coroutine_self(); in qemu_co_rwlock_wrlock() local
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_builddashboard_page_recipes.py | 19 def setUp(self): argument 39 def test_build_recipes_columns(self): argument
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/ |
| H A D | arm_systemready_fedora_unattended.py | 5 def setUp(self): argument 9 def test_fedora_unattended(self): argument
|