/openbmc/linux/rust/kernel/ |
H A D | allocator.rs | 43 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() 49 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 55 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 70 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed()
|
/openbmc/qemu/tests/functional/ |
H A D | test_m68k_nextcube.py | 33 def check_bootrom_framebuffer(self, screenshot_path): argument 47 def test_bootrom_framebuffer_size(self): argument 60 def test_bootrom_framebuffer_ocr_with_tesseract(self): argument
|
H A D | test_arm_sx1.py | 39 def test_arm_sx1_initrd(self): argument 49 def test_arm_sx1_sd(self): argument 60 def test_arm_sx1_flash(self): argument
|
H A D | test_virtio_gpu.py | 46 def wait_for_console_pattern(self, success_message, vm=None): argument 54 def test_virtio_vga_virgl(self): argument 86 def test_vhost_user_vga_virgl(self): argument
|
H A D | test_ppc64_tuxrun.py | 21 def ppc64_common_tuxrun(self, kernel_asset, rootfs_asset, prefix): argument 91 def test_ppc64(self): argument 103 def test_ppc64le(self): 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_arm_integratorcp.py | 55 def boot_integratorcp(self): argument 67 def test_integratorcp_console(self): argument 77 def test_framebuffer_tux_logo(self): argument
|
/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/openbmc/poky/scripts/ |
H A D | oe-pkgdata-browser | 100 def __init__(self, pkgdata): argument 152 def on_link_activate(self, label, url_string): argument 175 def on_recipe_changed(self, selection): argument 196 def on_package_changed(self, selection): argument 243 def load_recipes(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshyacc.py | 20 def __init__(self, op, filename, io_number=None): argument 26 def __init__(self, op, name, content, io_number=None): argument 50 def __init__(self, words, redirs, assigns): argument 56 def __init__(self, commands, reverse_status=False): argument 62 def __init__(self, op, left, right): argument 68 def __init__(self, name, items, cmds): argument 74 def __init__(self, condition, cmds): argument 79 def __init__(self, condition, cmds): argument 84 def __init__(self, name, body): argument 89 def __init__(self, cmds): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | base.py | 33 def __init__(self, message, exitcode=1): argument 101 def fail(self, issue, fix=None, commit=None, data=None): argument 118 def skip(self, issue, data=None): argument 129 def shortid(self): argument 132 def __str__(self): argument
|
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/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/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/bitbake/lib/bb/ |
H A D | acl.py | 128 def __init__(self, tag, qualifier, mode): argument 133 def __str__(self): argument 159 def __init__(self, acl): argument 162 def __del__(self): argument 165 def entries(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | case.py | 14 def _run(self, cmd): argument 19 def fetch(self, workdir, dl_dir, url, archive=None): argument 35 def check_elf(self, path, target_os=None, target_arch=None): argument
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | progress.py | 23 def __init__(self, argument 45 def serialize(self): argument 76 def __init__(self, argument 101 def serialize(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | testexport.py | 18 def __init__(self): argument 20 def plain(self, msg): argument 23 def warn(self, msg): argument 26 def fatal(self, msg): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | az.py | 25 def supports(self, ud, d): argument 32 def checkstatus(self, fetch, ud, d, try_again=True): argument 44 def download(self, ud, d, retries=3): argument
|