| /openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | sdk.py | 15 def __init__(self, d, manifest_dir=None, rpm_workdir="oe-sdk-repo"): argument 43 def _populate_sysroot(self, pm, manifest): argument 62 def _populate(self): argument
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | export-incoming-iothread | 39 def setUp(self) -> None: argument 53 def tearDown(self): argument 57 def test_export_add(self): argument
|
| H A D | backing-file-invalidation | 43 def setUp(self) -> None: argument 59 def tearDown(self) -> None: argument 75 def test_migration(self) -> None: argument
|
| H A D | migrate-during-backup | 33 def tearDown(self): argument 39 def setUp(self): argument 55 def test_migrate(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/ |
| H A D | targetbuildproject.py | 11 def __init__(self, target, uri, foldername=None, dl_dir=None): argument 16 def download_archive(self): argument 39 def _run(self, cmd): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | rust.py | 29 def test_rust_compile(self): argument 41 def test_cargo_compile(self): argument 57 def test_rust_c_lib_example(self): argument
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_arm_sx1.py | 39 def test_arm_sx1_initrd(self): argument 50 def test_arm_sx1_sd(self): argument 61 def test_arm_sx1_flash(self): argument
|
| H A D | test_arm_integratorcp.py | 41 def boot_integratorcp(self): argument 53 def test_integratorcp_console(self): argument 62 def test_framebuffer_tux_logo(self): argument
|
| H A D | test_x86_64_replay.py | 24 def do_test_x86(self, machine, blkdevice, devroot): argument 50 def test_pc(self): argument 53 def test_q35(self): argument
|
| H A D | reverse_debugging.py | 35 def run_vm(self, record, shift, args, replay_path, image_path, port): argument 74 def get_reg(self, g, reg): argument 81 def get_pc(self, g): argument 84 def check_pc(self, g, addr): argument 101 def reverse_debugging(self, shift=7, args=None): argument
|
| H A D | test_arm_tuxrun.py | 29 def test_armv5(self): argument 46 def test_armv7(self): argument 61 def test_armv7be(self): argument
|
| H A D | test_ppc64_tuxrun.py | 22 def ppc64_common_tuxrun(self, kernel_asset, rootfs_asset, prefix): argument 94 def test_ppc64(self): argument 106 def test_ppc64le(self): argument
|
| H A D | test_virtio_gpu.py | 40 def wait_for_console_pattern(self, success_message, vm=None): argument 48 def test_virtio_vga_virgl(self): argument 80 def test_vhost_user_vga_virgl(self): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
| H A D | meson.py | 19 def setUp(self): argument 30 def build_meson(self, sourcedir, builddir, installdir=None, options=""): argument 58 def test_epoxy(self): argument
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | chardev.rs | 51 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() 59 fn write_all(&mut self, buf: &[u8]) -> io::Result<()> { in write_all() 75 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 84 fn drop(&mut self) { in drop() 92 pub fn enable_handlers< in enable_handlers() 171 pub fn disable_handlers(&self) { in disable_handlers() 189 pub fn accept_input(&self) { in accept_input() 205 pub fn send_break(&self, long: bool) -> io::Result<()> { in send_break() 227 pub fn write(&self, buf: &[u8]) -> io::Result<usize> { in write() 241 pub fn write_all(&self, buf: &[u8]) -> io::Result<()> { in write_all()
|
| /openbmc/qemu/python/scripts/ |
| H A D | mkvenv.py | 161 def __init__(self, name_and_constraint: str): argument 171 def match(self, version_str: str) -> bool: argument 187 def __str__(self) -> str: argument 191 def __repr__(self) -> str: argument 216 def __init__(self, *args: Any, **kwargs: Any) -> None: argument 250 def get_parent_libpath(self) -> Optional[str]: argument 286 def ensure_directories(self, env_dir: DirType) -> SimpleNamespace: argument 291 def create(self, env_dir: DirType) -> None: argument 297 def post_post_setup(self, context: SimpleNamespace) -> None: argument 323 def get_value(self, field: str) -> str: argument
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | features.py | 19 def __init__(self, prefix: str): argument 27 def visit_begin(self, schema: QAPISchema) -> None: argument 31 def visit_end(self) -> None: argument
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | test-qapi.py | 27 def visit_module(self, name): argument 30 def visit_include(self, name, info): argument 33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument 44 def visit_array_type(self, name, info, ifcond, element_type): argument 50 def visit_object_type(self, name, info, ifcond, features, argument 64 def visit_alternate_type(self, name, info, ifcond, features, argument 71 def visit_command(self, name, info, ifcond, features, argument 83 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-selftest | 49 def __init__(self): argument 54 def stream(self): argument 72 def _print_help(self, *args, **kwargs): argument
|
| /openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
| H A D | test_python_pylint.py | 29 def setUp(self): argument 35 def pretest_pylint(self): argument 46 def test_pylint(self): argument
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 141 | 33 def __init__(self, name, vm, image_path, cancel_event): argument 39 def __enter__(self): argument 47 def __exit__(self, *exc_details): argument
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ |
| H A D | ide_none.py | 25 def __init__(self): argument 28 def setup_shared_sysroots(self, shared_env): argument 36 def setup_modified_recipe(self, args, image_recipe, modified_recipe): argument
|
| /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/lib/build_perf/ |
| H A D | report.py | 232 def gv_value(self): argument 246 def hms(self): argument 253 def __str__(self): argument 267 def gv_value(self): argument 281 def __str__(self): argument 291 def gv_value(self): argument
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | redfish_request.py | 67 def request_login(self, headers, url, credential, timeout=10): argument 106 def request_get(self, headers, url, timeout=10, verify=False): argument 150 def request_patch(self, headers, url, data=None, timeout=10, verify=False): argument 199 def request_post(self, headers, url, data=None, timeout=10, verify=False): argument 253 self, headers, url, files=None, data=None, timeout=10, verify=False argument 312 self, headers, url, data=None, timeout=10, verify=False argument
|