/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | loader.py | 75 def __init__(self, tc, module_paths, modules, tests, modules_required, argument 100 def _patchCaseClass(self, testCaseClass): argument 106 def _registerTestCase(self, case): argument 110 def _handleTestCaseDecorators(self, case): argument 127 def _filterTest(self, case): argument 186 def _getTestCase(self, testCaseClass, tcName): argument 220 def loadTestsFromTestCase(self, testCaseClass): argument 251 def _required_modules_validation(self): argument 273 def discover(self): argument 292 def _filterModule(self, module): argument [all …]
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | copy-before-write | 35 def tearDown(self): argument 40 def setUp(self): argument 50 def do_cbw_error(self, on_cbw_error): argument 103 def test_break_snapshot_on_cbw_error(self): argument 116 def test_break_guest_write_on_cbw_error(self): argument 129 def do_cbw_timeout(self, on_cbw_error): argument 187 def test_timeout_break_guest(self): argument 202 def test_timeout_break_snapshot(self): argument
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 62 def extract_from_iso(self, iso, path): argument 89 def setUp(self): argument 96 def do_start_alpine(self): argument 115 def do_stop_alpine(self): argument 120 def do_setup_kvm(self): argument 135 def do_test_kvm(self, hpt=False): argument 160 def test_hv_pseries(self): argument 171 def test_hv_pseries_kvm(self): argument 182 def test_hv_powernv(self): argument
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_fuse.py | 79 def __init__(self, args: argparse.Namespace): argument 85 def run(self) -> int: argument 90 def get_ino(self, path: str) -> int: argument 98 def is_object(self, path: str) -> bool: argument 106 def is_property(self, path: str) -> bool: argument 119 def is_link(self, path: str) -> bool: argument 132 def read(self, path: str, size: int, offset: int, fh: IO[bytes]) -> bytes: argument 150 def readlink(self, path: str) -> Union[bool, str]: argument 158 def getattr(self, path: str, argument 203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]: argument
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/ |
H A D | rootfs.py | 16 def __init__(self, d, progress_reporter=None, logcatcher=None): argument 19 def _get_pkgs_postinsts(self, status_file): argument 79 def _get_delayed_postinsts_common(self, status_file): argument 111 def _save_postinsts_common(self, dst_postinst_dir, src_postinst_dir): argument 126 def __init__(self, d, manifest_dir, progress_reporter=None, logcatcher=None): argument 142 def _create(self): argument 198 def _get_delayed_postinsts(self): argument 202 def _save_postinsts(self): argument 207 def _log_check(self): argument 211 def _cleanup(self): argument
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | page_owner.py | 38 def __init__(self): argument 41 def invoke(self, args, from_tty): argument 63 def get_page_owner_info(self): argument 69 def page_ext_invalid(self, page_ext): argument 76 def get_entry(self, base, index): argument 79 def lookup_page_ext(self, page): argument 87 def page_ext_get(self, page): argument 94 def get_page_owner(self, page_ext): argument 98 def read_page_owner_by_addr(self, struct_page_addr): argument 147 def read_page_owner(self): argument
|
H A D | symbols.py | 23 def __init__(self, spec, gdb_command): argument 28 def stop(self): argument 70 def __init__(self): argument 74 def _update_module_files(self): argument 84 def _get_module_file(self, module_name): argument 92 def _section_arguments(self, module, module_addr): argument 114 def load_module_symbols(self, module): argument 141 def load_all_symbols(self): argument 170 def invoke(self, arg, from_tty): argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 374 def __init__(self, *args): argument 391 def close(self): argument 394 def _read_output(self): argument 411 def cmd(self, cmd): argument 428 def __init__(self, *args: str, instance_id: str = 'a', qmp: bool = False): argument 460 def qmp(self, cmd: str, args: Optional[Dict[str, object]] = None) \ argument 465 def get_qmp(self) -> QEMUMonitorProtocol: argument 469 def cmd(self, cmd: str, args: Optional[Dict[str, object]] = None) \ argument 474 def stop(self, kill_signal=15): argument 492 def __del__(self): argument [all …]
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils_fw2x.c | 95 static int aq_fw2x_init(struct aq_hw_s *self) in aq_fw2x_init() 115 static int aq_fw2x_deinit(struct aq_hw_s *self) in aq_fw2x_deinit() 179 static int aq_fw2x_set_link_speed(struct aq_hw_s *self, u32 speed) in aq_fw2x_set_link_speed() 188 static void aq_fw2x_upd_flow_control_bits(struct aq_hw_s *self, in aq_fw2x_upd_flow_control_bits() 210 static void aq_fw2x_upd_eee_rate_bits(struct aq_hw_s *self, u32 *mpi_opts, in aq_fw2x_upd_eee_rate_bits() 221 static int aq_fw2x_set_state(struct aq_hw_s *self, in aq_fw2x_set_state() 247 static int aq_fw2x_update_link_status(struct aq_hw_s *self) in aq_fw2x_update_link_status() 279 static int aq_fw2x_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_fw2x_get_mac_permanent() 301 static int aq_fw2x_update_stats(struct aq_hw_s *self) in aq_fw2x_update_stats() 324 static int aq_fw2x_get_phy_temp(struct aq_hw_s *self, int *temp) in aq_fw2x_get_phy_temp() [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-avx.py | 96 def __init__(self, reg, mw): argument 102 def regstr(self, n): argument 110 def __init__(self, mw): argument 115 def regstr(self, n): argument 126 def __init__(self, reg, w): argument 131 def regstr(self, n): argument 138 def __init__(self, op): argument 144 def vals(self): argument 156 def __init__(self, rw, mw): argument 164 def regstr(self, n): argument [all …]
|
/openbmc/u-boot/tools/ |
H A D | rkmux.py | 26 def __init__(self, cols=None): argument 37 def Setup(self, cols): argument 42 def AddDesc(self, desc): argument 45 def Show(self): argument 50 def __str__(self): argument 55 def __init__(self, name): argument 60 def __enter__(self): argument 63 def __exit__(self, type, value, traceback): argument 67 def output_header(self): argument 71 def output_footer(self): argument [all …]
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | metric_test.py | 13 def test_Operators(self): argument 29 def test_Brackets(self): argument 41 def test_ParsePerfJson(self): argument 64 def test_IfElseTests(self): argument 97 def test_ToPython(self): argument 105 def test_Simplify(self): argument 159 def test_RewriteMetricsInTermsOfOthers(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | weston.py | 23 def test_weston_running(self): argument 30 def get_processes_of(self, target, error_msg): argument 35 def get_weston_command(self, cmd): argument 38 def run_weston_init(self): argument 44 def get_new_wayland_processes(self, existing_wl_processes): argument 57 def test_wayland_info(self): argument 66 def test_weston_can_initialize_new_wayland_compositor(self): argument 85 def test_weston_supports_xwayland(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
H A D | test_decorators.py | 18 def _runTest(self, modules, filterfn, expect): argument 23 def test_oetag(self): argument 73 def test_depends_order(self): argument 88 def test_depends_fail_missing_dependency(self): argument 101 def test_depends_fail_circular_dependency(self): argument 118 def test_timeout(self): argument 127 def test_timeout_fail(self): argument 136 def test_timeout_cancel(self): argument
|
/openbmc/qemu/tests/avocado/ |
H A D | boot_linux.py | 25 def test_pc_i440fx_tcg(self): argument 34 def test_pc_i440fx_kvm(self): argument 43 def test_pc_q35_tcg(self): argument 52 def test_pc_q35_kvm(self): argument 72 def test_virt_kvm(self): argument 98 def test_pseries_tcg(self): argument 107 def test_pseries_kvm(self): argument 125 def test_s390_ccw_virtio_tcg(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/ |
H A D | oetag.py | 12 def testTagGood(self): argument 16 def testTagOther(self): argument 20 def testTagOtherMulti(self): argument 23 def testTagNone(self): argument 29 def testTagOther(self): argument 33 def testTagOtherMulti(self): argument 36 def testTagNone(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | gcc.py | 21 def setUpClass(self): argument 28 def setUp(self): argument 38 def test_gcc_compile(self): argument 41 def test_gpp_compile(self): argument 44 def test_gpp2_compile(self): argument 47 def test_make(self): argument 51 def tearDownClass(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page_artifacts.py | 23 def setUp(self): argument 32 def _get_build_dashboard(self, build): argument 39 def _has_build_artifacts_heading(self): argument 46 def _has_images_menu_option(self): argument 53 def test_no_artifacts(self): argument 76 def test_sdk_artifacts(self): argument 130 def test_image_artifacts(self): argument
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | manualexecution.py | 29 def _get_test_module(self, case_file): argument 32 def _get_input(self, config): argument 40 def _get_available_config_options(self, config_options, test_module, target_config): argument 46 def _choose_config_option(self, options): argument 54 def _get_config(self, config_options, test_module): argument 87 def _execute_test_steps(self, case): argument 118 def _get_write_dir(self): argument 121 def run_test(self, case_file, config_options_file, testcase_config_file): argument 143 def _get_true_false_input(self, input_message): argument 155 def make_config_option_file(self, logger, case_file, config_options_file): argument [all …]
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 232 def _get_unique_tag_val(self, tag_name): argument 241 def setUp(self, bin_prefix): argument 254 def fetch_asset(self, name, argument 270 def setUp(self): argument 282 def require_accelerator(self, accelerator): argument 304 def require_netdev(self, netdevname): argument 310 def _new_vm(self, name, *args): argument 321 def get_qemu_img(self): argument 335 def vm(self): argument 338 def get_vm(self, *args, name=None): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | msg.py | 75 def getLevelName(self, levelno): argument 82 def format(self, record): argument 94 def colorize(self, record): argument 102 def enable_color(self): argument 105 def __repr__(self): argument 109 def __init__(self, handler, level, debug_domains): argument 119 def filter(self, record): argument 127 def __init__(self): argument 131 def filter(self, record): argument 143 def __init__(self, level): argument [all …]
|
/openbmc/qemu/scripts/tracetool/ |
H A D | __init__.py | 109 def __init__(self, args): argument 123 def copy(self): argument 155 def __getitem__(self, index): argument 161 def __iter__(self): argument 165 def __len__(self): argument 169 def __str__(self): argument 176 def __repr__(self): argument 180 def names(self): argument 184 def types(self): argument 188 def casted(self): argument [all …]
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-unit-test-docker | 327 def __init__(self, pkg: str): argument 338 def run(self) -> None: argument 428 _check_gerrit_topic(self) global() argument 479 _update_rev(self) global() argument 515 _stagename(self) global() argument 519 _url(self) global() argument 530 _cmd_download(self) global() argument 552 _cmd_cd_srcdir(self) global() argument 556 _df_copycmds(self) global() argument 581 _df_build(self) global() argument 618 _cmd_build_autoconf(self) global() argument 626 _cmd_build_cmake(self) global() argument 636 _cmd_build_custom(self) global() argument 639 _cmd_build_make(self) global() argument 642 _cmd_build_meson(self) global() argument [all...] |
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2.c | 89 static u32 hw_atl2_sem_act_rslvr_get(struct aq_hw_s *self) in hw_atl2_sem_act_rslvr_get() 94 static int hw_atl2_hw_reset(struct aq_hw_s *self) in hw_atl2_hw_reset() 112 static int hw_atl2_hw_queue_to_tc_map_set(struct aq_hw_s *self) in hw_atl2_hw_queue_to_tc_map_set() 162 static int hw_atl2_hw_qos_set(struct aq_hw_s *self) in hw_atl2_hw_qos_set() 214 static int hw_atl2_hw_rss_set(struct aq_hw_s *self, in hw_atl2_hw_rss_set() 239 static int hw_atl2_hw_init_tx_tc_rate_limit(struct aq_hw_s *self) in hw_atl2_hw_init_tx_tc_rate_limit() 354 static int hw_atl2_hw_init_tx_path(struct aq_hw_s *self) in hw_atl2_hw_init_tx_path() 379 static void hw_atl2_hw_init_new_rx_filters(struct aq_hw_s *self) in hw_atl2_hw_init_new_rx_filters() 430 static void hw_atl2_hw_new_rx_filter_vlan_promisc(struct aq_hw_s *self, in hw_atl2_hw_new_rx_filter_vlan_promisc() 445 static void hw_atl2_hw_new_rx_filter_promisc(struct aq_hw_s *self, bool promisc) in hw_atl2_hw_new_rx_filter_promisc() [all …]
|
/openbmc/linux/drivers/net/wireless/st/cw1200/ |
H A D | cw1200_sdio.c | 60 static int cw1200_sdio_memcpy_fromio(struct hwbus_priv *self, in cw1200_sdio_memcpy_fromio() 67 static int cw1200_sdio_memcpy_toio(struct hwbus_priv *self, in cw1200_sdio_memcpy_toio() 74 static void cw1200_sdio_lock(struct hwbus_priv *self) in cw1200_sdio_lock() 79 static void cw1200_sdio_unlock(struct hwbus_priv *self) in cw1200_sdio_unlock() 86 struct hwbus_priv *self = sdio_get_drvdata(func); in cw1200_sdio_irq_handler() local 100 struct hwbus_priv *self = dev_id; in cw1200_gpio_irq() local 112 static int cw1200_request_irq(struct hwbus_priv *self) in cw1200_request_irq() 149 static int cw1200_sdio_irq_subscribe(struct hwbus_priv *self) in cw1200_sdio_irq_subscribe() 164 static int cw1200_sdio_irq_unsubscribe(struct hwbus_priv *self) in cw1200_sdio_irq_unsubscribe() 241 static size_t cw1200_sdio_align_size(struct hwbus_priv *self, size_t size) in cw1200_sdio_align_size() [all …]
|