Home
last modified time | relevance | path

Searched defs:self (Results 576 – 600 of 1122) sorted by relevance

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

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dreopen-file32 def setUp(self) -> None: argument
56 def tearDown(self) -> None: argument
66 def test_reopen_file(self) -> None: argument
H A Dmigration-permissions32 def setUp(self): argument
58 def tearDown(self): argument
70 def test_post_migration_permissions(self): argument
H A Dqom-set-drive30 def setUp(self) -> None: argument
51 def tearDown(self) -> None: argument
56 def test_qom_set_drive(self) -> None: argument
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_replay.py20 def test_ppc64_e500(self): argument
33 def test_ppc64_pseries(self): argument
40 def test_ppc64_powernv(self): argument
H A Dtest_hppa_seabios.py17 def boot_seabios(self): argument
26 def test_hppa_32(self): argument
30 def test_hppa_64(self): argument
H A Dtest_arm_aspeed_otp.py21 def generate_otpmem_image(self): argument
28 def test_ast2600_otp_blockdev_device(self): argument
40 def test_ast1030_otp_blockdev_device(self): argument
H A Dtest_arm_raspi2.py28 def do_test_arm_raspi2(self, uart_id): argument
58 def test_arm_raspi2_uart0(self): argument
61 def test_arm_raspi2_initrd(self): argument
H A Dtest_riscv64_sifive_u.py30 def do_test_riscv64_sifive_u_mmc_spi(self, connect_card): argument
55 def test_riscv64_sifive_u_nommc_spi(self): argument
58 def test_riscv64_sifive_u_mmc_spi(self): argument
H A Dtest_arm_aspeed_ast2500.py18 def test_arm_ast2500_evb_buildroot(self): argument
44 def test_arm_ast2500_evb_sdk(self): argument
58 def test_arm_ast2500_evb_sdk_515(self): argument
H A Dtest_m68k_nextcube.py25 def check_bootrom_framebuffer(self, screenshot_path): argument
41 def test_bootrom_framebuffer_size(self): argument
52 def test_bootrom_framebuffer_ocr_with_tesseract(self): argument
H A Dtest_virtio_version.py67 def run_device(self, devtype, opts=None, machine='pc'): argument
86 def assert_devids(self, dev, devid, non_transitional=False): argument
93 def check_all_variants(self, qemu_devtype, virtio_devid): argument
141 def test_conventional_devs(self): argument
153 def check_modern_only(self, qemu_devtype, virtio_devid): argument
168 def test_modern_only_devs(self): argument
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs51 fn index(&self, idx: hwaddr) -> &Self::Output { in index()
70 fn index_mut(&mut self, idx: u32) -> &mut Self::Output { in index_mut()
78 fn index(&self, idx: u32) -> &Self::Output { in index()
155 fn class_init<T: PL011Impl>(&mut self) { in class_init()
195 pub(self) fn read(&mut self, offset: RegisterOffset) -> (bool, u32) { in read()
223 &mut self, in write()
292 fn read_data_register(&mut self, update: &mut bool) -> u32 { in read_data_register()
311 fn write_data_register(&mut self, value: u32) -> bool { in write_data_register()
326 fn loopback_tx(&mut self, value: registers::Data) -> bool { in loopback_tx()
394 fn loopback_break(&mut self, enable: bool) -> bool { in loopback_break()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dltp.py67 def runltp(self, ltp_group): argument
117 def test_ltp_help(self): argument
123 def test_ltp_groups(self): argument
128 def test_ltp_runltp_cve(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgit.py18 def __init__(self, path, is_topdir=False): argument
56 def run_cmd(self, git_args, env_update=None): argument
64 def rev_parse(self, revision): argument
72 def get_current_branch(self): argument
/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py122 def test_me_1(self): argument
125 def test_me_2(self): argument
128 def test_me_3(self): argument
131 def test_me_4(self): argument
/openbmc/qemu/tests/qemu-iotests/
H A D13233 def setUp(self): argument
41 def tearDown(self): argument
49 def test_mirror_discard(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
/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
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py31 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
190 def download(self, ud, d): argument
207 def unpack(self, ud, destdir, d): argument
253 def clean(self, ud, d): argument
267 def implicit_urldata(self, ud, d): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcase.py45 def _oeSetUp(self): argument
55 def _oeTearDown(self): argument
72 def ptest_rawlog(self, log): argument
77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument
96 def ptest_result(self, section, test, result): argument
/openbmc/u-boot/tools/patman/
H A Dterminal.py30 def __init__(self, text, newline, colour): argument
35 def __str__(self): argument
101 def __init__(self, colored=COLOR_IF_TERMINAL): argument
115 def Start(self, color, bright=True): argument
130 def Stop(self): argument
141 def Color(self, color, text, bright=True): argument
/openbmc/qemu/scripts/rust/
H A Drustc_args.py46 def __init__(self, path: Optional[str], workspace: Optional[str]): argument
61 def find_check_cfg(self) -> Iterable[str]: argument
68 def lints(self) -> Mapping[Any, Any]: argument
71 def get_table(self, key: str, can_be_workspace: bool = False) -> Mapping[Any, Any]: argument
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py24 def __init__(self): argument
27 def load_index(self, url, load): argument
50 def load_index_file(self, up, url, load): argument
134 def load_index_web(self, up, url, load): argument
268 def store_index(self, url, index): argument
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py25 def __init__(self, bus, name): argument
30 def __init__(self, bus, name, data): argument
48 def update(self, data): argument
53 def setPresent(self, present): argument
58 def setFault(self, fault): argument

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