/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
|
H A D | 132 | 33 def setUp(self): argument 41 def tearDown(self): argument 49 def test_mirror_discard(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/scripts/tiny/ |
H A D | ksize.py | 28 def __init__(self, glob): argument 41 def show(self, indent=""): argument 78 def __init__(self, glob, title): argument 86 def show(self, indent=""): argument
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | parsing.py | 34 def __init__(self, writer, paths, options): argument 71 def __init__(self, start_time, end_time): argument 115 def valid(self): argument 120 def add_process(self, process, start, end): argument 131 def compile(self, writer): argument 177 def crop(self, writer, crop_after): argument 257 def __init__(self, value): argument 260 def __str__(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | fetch.py | 15 def test_git_mirrors(self): argument 62 def write_recipe(self, content, tempdir): argument 68 def test_dependencies(self): argument
|
H A D | distrodata.py | 13 def test_checkpkg(self): argument 42 def test_maintainers(self): argument 119 def test_common_include_recipes(self): argument
|
H A D | liboe.py | 19 def test_copy_tree_special(self): argument 44 def test_copy_tree_xattr(self): argument 78 def test_copy_hardlink_tree_count(self): argument
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | u_boot_elf.py | 23 def __init__(self, section, etype, node): argument 27 def ReadBlobContents(self): argument 37 def GetDefaultFilename(self): argument
|
H A D | blob_dtb.py | 20 def __init__(self, section, etype, node): argument 23 def ObtainContents(self): argument 30 def ProcessContents(self): argument
|
H A D | u_boot_spl.py | 35 def __init__(self, section, etype, node): argument 39 def GetDefaultFilename(self): argument 42 def WriteSymbols(self, section): argument
|
H A D | u_boot_tpl.py | 35 def __init__(self, section, etype, node): argument 39 def GetDefaultFilename(self): argument 42 def WriteSymbols(self, section): argument
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_raspi2.py | 31 def do_test_arm_raspi2(self, uart_id): argument 60 def test_arm_raspi2_uart0(self): argument 63 def test_arm_raspi2_initrd(self): argument
|
H A D | test_arm_aspeed_ast2600.py | 26 def test_arm_ast2600_evb_buildroot(self): argument 72 def test_arm_ast2600_evb_buildroot_tpm(self): argument 106 def test_arm_ast2600_evb_sdk(self): argument
|
H A D | test_ppc_40p.py | 41 def test_factory_firmware_and_netbsd(self): argument 56 def test_openbios_192m(self): argument 67 def test_openbios_and_netbsd(self): argument
|
H A D | test_riscv64_tuxrun.py | 33 def test_riscv64(self): argument 38 def test_riscv64_maxcpu(self): argument 44 def test_riscv64_rv32(self): 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
|
H A D | uihelper.py | 12 def __init__(self): argument 22 def eventHandler(self, event): argument 67 def getTasks(self): argument
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | block-status-cache | 36 def setUp(self) -> None: argument 52 def tearDown(self) -> None: argument 59 def test_with_zero_bug(self) -> None: argument
|
H A D | stream-error-on-reset | 45 def setUp(self) -> None: argument 109 def tearDown(self) -> None: argument 114 def test_stream_error_on_reset(self) -> None: argument
|
H A D | stream-unaligned-prefetch | 33 def setUp(self) -> None: argument 76 def tearDown(self) -> None: argument 81 def test_stream_unaligned_prefetch(self) -> None: argument
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | sdk.py | 16 def __init__(self, d, manifest_dir=None): argument 45 def _populate_sysroot(self, pm, manifest): argument 58 def _populate(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/ |
H A D | package.py | 33 def setUpDecorator(self): argument 62 def _decorator_fail(self, msg): argument 89 def _decorator_fail(self, msg): argument
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | clamav.py | 32 def test_freshclam_help(self): argument 40 def test_ping_clamav_net(self): argument 53 def test_freshclam_download(self): 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
|