Home
last modified time | relevance | path

Searched defs:self (Results 701 – 725 of 1371) sorted by relevance

1...<<21222324252627282930>>...55

/openbmc/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py91 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 D13233 def setUp(self): argument
41 def tearDown(self): argument
49 def test_mirror_discard(self): argument
/openbmc/qemu/util/
H A Dqemu-coroutine-lock.c44 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 Dksize.py28 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 Dparsing.py34 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 Dfetch.py15 def test_git_mirrors(self): argument
62 def write_recipe(self, content, tempdir): argument
68 def test_dependencies(self): argument
H A Ddistrodata.py13 def test_checkpkg(self): argument
42 def test_maintainers(self): argument
119 def test_common_include_recipes(self): argument
H A Dliboe.py19 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 Du_boot_elf.py23 def __init__(self, section, etype, node): argument
27 def ReadBlobContents(self): argument
37 def GetDefaultFilename(self): argument
H A Dblob_dtb.py20 def __init__(self, section, etype, node): argument
23 def ObtainContents(self): argument
30 def ProcessContents(self): argument
H A Du_boot_spl.py35 def __init__(self, section, etype, node): argument
39 def GetDefaultFilename(self): argument
42 def WriteSymbols(self, section): argument
H A Du_boot_tpl.py35 def __init__(self, section, etype, node): argument
39 def GetDefaultFilename(self): argument
42 def WriteSymbols(self, section): argument
/openbmc/qemu/tests/functional/
H A Dtest_arm_raspi2.py31 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 Dtest_arm_aspeed_ast2600.py26 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 Dtest_ppc_40p.py41 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 Dtest_riscv64_tuxrun.py33 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 Dteamcity.py40 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 Duihelper.py12 def __init__(self): argument
22 def eventHandler(self, event): argument
67 def getTasks(self): argument
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dblock-status-cache36 def setUp(self) -> None: argument
52 def tearDown(self) -> None: argument
59 def test_with_zero_bug(self) -> None: argument
H A Dstream-error-on-reset45 def setUp(self) -> None: argument
109 def tearDown(self) -> None: argument
114 def test_stream_error_on_reset(self) -> None: argument
H A Dstream-unaligned-prefetch33 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 Dsdk.py16 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 Dpackage.py33 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 Dclamav.py32 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 Dscriptutils.py24 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

1...<<21222324252627282930>>...55