/openbmc/linux/scripts/gdb/linux/ |
H A D | utils.py | 18 def __init__(self, name): argument 22 def _new_objfile_handler(self, event): argument 26 def get_type(self): argument 81 def __init__(self): argument 84 def invoke(self, ptr, typename, elementname): argument
|
/openbmc/linux/rust/kernel/ |
H A D | init.rs | 777 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E>; in __pinned_init() argument 818 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() 838 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E> { in __pinned_init() argument 891 unsafe fn __init(self, slot: *mut T) -> Result<(), E>; in __init() argument 920 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() 939 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() argument 957 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E> { in __pinned_init() argument 1099 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() argument 1107 unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), E> { in __pinned_init() argument
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils.c | 33 int hw_atl2_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl2_utils_initfw() 55 static bool hw_atl2_mcp_boot_complete(struct aq_hw_s *self) in hw_atl2_mcp_boot_complete() 70 int hw_atl2_utils_soft_reset(struct aq_hw_s *self) in hw_atl2_utils_soft_reset()
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_env.py | 18 def __init__(self, u_boot_console): argument 32 def get_env(self): argument 55 def get_existent_var(self): argument 68 def get_non_existent_var(self): argument
|
/openbmc/qemu/tests/qtest/ |
H A D | vnc-display-test.c | 24 static void on_vnc_error(VncConnection* self, in on_vnc_error() 30 static void on_vnc_auth_failure(VncConnection *self, in on_vnc_auth_failure() 72 test_vnc_basic_on_vnc_initialized(VncConnection *self, in test_vnc_basic_on_vnc_initialized()
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | cdomain.py | 68 def handle_func_like_macro(self, sig, signode): argument 109 def handle_signature(self, sig, signode): argument 124 def add_target_and_index(self, name, sig, signode): argument
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | machine-summary.py | 178 def render(self, context, output: pathlib.Path): argument 181 def get_template(self, name): argument 199 def render(self, context, output: pathlib.Path): argument 206 def render(self, context, output: pathlib.Path): argument
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | report.py | 29 def __init__(self, argument 56 def serialize(self): argument 88 def to_json(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/ |
H A D | context.py | 22 def __init__(self, td, logger, target, argument 31 def _set_target_cmds(self): argument 58 def register_commands(self, logger, subparsers): argument 203 def _process_args(self, logger, args): argument
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | ksparser.py | 51 def error(self, message): argument 138 def __init__(self, confpath): argument 209 def _parse(self, parser, confpath): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | autotools.py | 20 def setUp(self): argument 25 def test_cpio(self): argument
|
H A D | meson.py | 20 def setUp(self): argument 29 def test_epoxy(self): argument
|
H A D | gtk3.py | 20 def setUp(self): argument 32 def test_galculator(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page_recipes.py | 19 def setUp(self): argument 39 def test_build_recipes_columns(self): argument
|
H A D | test_sample.py | 25 def test_landing_page_has_brand(self): argument 31 def test_no_builds_message(self): argument
|
H A D | test_builddashboard_page_tasks.py | 19 def setUp(self): argument 38 def test_build_tasks_columns(self): argument
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/ |
H A D | arm_systemready_fedora_unattended.py | 5 def setUp(self): argument 9 def test_fedora_unattended(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | skeletoninit.py | 21 def test_skeleton_availability(self): argument 31 def test_skeleton_script(self): argument
|
H A D | runlevel.py | 14 def test_runlevel_3(self): argument 22 def test_runlevel_5(self): argument
|
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/ |
H A D | selftest.py | 7 def test_install_package(self): argument 21 def test_verify_uninstall(self): argument
|
H A D | virgl.py | 9 def test_kernel_driver(self): argument 15 def test_kmscube(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | uki.py | 19 def test_uki_boot_systemd(self): argument 85 def test_uki_sysvinit(self): argument
|
H A D | minidebuginfo.py | 17 def test_minidebuginfo(self): argument 47 def test_minidebuginfo_qemu(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | common.py | 15 def setUp(self): argument 27 def tearDown(self): argument
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | scapyPlugin.py | 21 def __init__(self): argument 25 def post_execute(self): argument
|