Home
last modified time | relevance | path

Searched defs:self (Results 551 – 575 of 1122) sorted by relevance

1...<<21222324252627282930>>...45

/openbmc/qemu/tests/qemu-iotests/
H A D14937 def __init__(self, name, cipher, keylen, mode, ivgen, argument
58 def __repr__(self): argument
61 def image_name(self): argument
64 def image_path(self): argument
67 def device_name(self): argument
70 def device_path(self): argument
73 def first_password(self): argument
80 def first_password_base64(self): argument
84 def active_slots(self): argument
H A Dqed.py51 def __init__(self, f): argument
60 def raw_pread(self, offset, size): argument
64 def raw_pwrite(self, offset, data): argument
68 def load_header(self): argument
71 def store_header(self): argument
74 def read_table(self, offset): argument
80 def load_l1_table(self): argument
84 def write_table(self, offset, table): argument
H A D19632 def tearDown(self): argument
38 def setUp(self): argument
47 def test_migration(self): argument
/openbmc/qemu/backends/
H A Ddbus-vmstate.c63 get_id_list_set(DBusVMState *self) in get_id_list_set()
84 dbus_get_proxies(DBusVMState *self, GError **err) in dbus_get_proxies()
194 DBusVMState *self = DBUS_VMSTATE(opaque); in dbus_vmstate_post_load() local
344 DBusVMState *self = DBUS_VMSTATE(opaque); in dbus_vmstate_pre_save() local
406 DBusVMState *self = DBUS_VMSTATE(uc); in dbus_vmstate_complete() local
437 DBusVMState *self = DBUS_VMSTATE(o); in dbus_vmstate_finalize() local
450 DBusVMState *self = DBUS_VMSTATE(o); in get_dbus_addr() local
458 DBusVMState *self = DBUS_VMSTATE(o); in set_dbus_addr() local
467 DBusVMState *self = DBUS_VMSTATE(o); in get_id_list() local
475 DBusVMState *self = DBUS_VMSTATE(o); in set_id_list() local
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dluks-detached-header69 def setUp(self) -> None: argument
158 def tearDown(self) -> None: argument
171 def test_img_creation(self) -> None: argument
190 def test_detached_luks_header(self) -> None: argument
H A Dmirror-top-perms35 def setUp(self): argument
45 def tearDown(self): argument
56 def test_cancel(self): argument
/openbmc/qemu/tests/functional/
H A Daspeed.py10 def do_test_arm_aspeed_openbmc(self, machine, image, uboot='2019.04', argument
33 def do_test_arm_aspeed_buildroot_start(self, image, cpu_id, pattern='Aspeed EVB'): argument
50 def do_test_arm_aspeed_buildroot_poweroff(self): argument
54 def do_test_arm_aspeed_sdk_start(self, image): argument
H A Dtest_ppc_mac.py16 def do_day15_test(self): argument
27 def test_ppc_g3beige(self): argument
31 def test_ppc_mac99(self): argument
H A Dtest_ppc_replay.py17 def do_day15_test(self): argument
24 def test_g3beige(self): argument
28 def test_mac99(self): argument
/openbmc/skeleton/pyipmitest/
H A Dipmi_debug.py43 def __init__(self, bus, name): argument
47 def ReceivedMessage(self, seq, netfn, lun, cmd, data): argument
52 def sendMessage(self, seq, netfn, lun, cmd, ccode, data): argument
58 def setAttention(self): argument
63 def __init__(self, ipmi_obj): argument
72 def io_callback(self, fd, condition): argument
82 def line(self, data): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A D__init__.py20 def __init__(self, *args, **kwargs): argument
31 def __call__(self, func): argument
43 def bind(self, registry, case): argument
50 def setUpDecorator(self): argument
55 def tearDownDecorator(self): argument
/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py25 def __init__(self, bus, name): argument
40 def DownloadComplete(self, outfile, filename): argument
45 def DownloadError(self, filename): argument
48 def TftpDownloadHandler(self, ip, filename, path=None): argument
67 def DownloadHandler(self, url, filename, path=None): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_data.py21 def test_data_fail_missing_variable(self): argument
34 def test_data_fail_wrong_variable(self): argument
48 def test_data_ok(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dlocales.py13 def run_locales_test(self, binary_enabled): argument
41 def test_locales_on(self): argument
53 def test_locales_off(self): argument
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dmanifest.py10 def create_initial(self): argument
24 def create_final(self): argument
27 def create_full(self, pm): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/example/
H A Dtest_basic.py10 def test_example(self): argument
18 def test_example_depends(self): argument
21 def test_example_no_depends(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dconnman.py13 def service_status(self, service): argument
22 def test_connmand_help(self): argument
28 def test_connmand_running(self): argument
H A Dmultilib.py16 def archtest(self, binary, arch): argument
39 def test_check_multilib_libc(self): argument
48 def test_file_connman(self): argument
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dtimings.py23 def __init__(self, tid, timestamp, value): argument
29 def serialize(self): argument
46 def __init__(self, records): argument
50 def serialize(self): argument
/openbmc/openbmc/poky/scripts/
H A Dpatchtest47 def startTestRun(self): argument
71 def addError(self, test, err): argument
76 def addFailure(self, test, err): argument
90 def addSuccess(self, test): argument
102 def addSkip(self, test, reason): argument
115 def stopTestRun(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py22 def __init__(self, command, msg=None): argument
26 def __str__(self): argument
38 def __str__(self): argument
42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
49 def __str__(self): argument
70 def __init__(self, *args, **kwargs): argument
/openbmc/qemu/rust/qemu-api/src/
H A Dsysbus.rs57 fn init_mmio(&self, iomem: &MemoryRegion) { in init_mmio()
68 fn init_irq(&self, irq: &InterruptSource) { in init_irq()
76 fn mmio_addr(&self, id: u32) -> Option<u64> { in mmio_addr()
90 fn mmio_map(&self, id: u32, addr: u64) { in mmio_map()
101 fn connect_irq(&self, id: u32, irq: &Owned<IRQState>) { in connect_irq()
110 fn sysbus_realize(&self) { in sysbus_realize()
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py114 def pass_handle(self, node): # pylint: disable=W0613 argument
332 def visit_kernel_image(self, node): # pylint: disable=W0613 argument
352 def run(self): argument
369 def visit_kernel_figure(self, node): # pylint: disable=W0613 argument
388 def run(self): argument
407 def visit_kernel_render(self, node): argument
477 def run(self): argument
480 def build_node(self): argument
/openbmc/qemu/scripts/qapi/
H A Dtypes.py283 def __init__(self, prefix: str): argument
288 def _begin_builtin_module(self) -> None: argument
299 def _begin_user_module(self, name: str) -> None: argument
316 def visit_begin(self, schema: QAPISchema) -> None: argument
320 def _gen_type_cleanup(self, name: str) -> None: argument
324 def visit_enum_type(self, argument
335 def visit_array_type(self, argument
345 def visit_object_type(self, argument
368 def visit_alternate_type(self, argument
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddammit.py220 def quoted_attribute_value(self, value): argument
344 def __init__(self, markup, known_definite_encodings=None, argument
391 def _usable(self, encoding, tried): argument
408 def encodings(self): argument
541 def __init__(self, markup, known_definite_encodings=[], argument
629 def _sub_ms_char(self, match): argument
646 def _convert_from(self, proposed, errors="strict"): argument
677 def _to_unicode(self, data, encoding, errors="strict"): argument
685 def declared_html_encoding(self): argument
693 def find_codec(self, charset): argument
[all …]

1...<<21222324252627282930>>...45