/openbmc/qemu/tests/qemu-iotests/ |
H A D | 151 | 37 def setUp(self): argument 60 def tearDown(self): argument 70 def doActiveIO(self, sync_source_and_target): argument 116 def testActiveIO(self): argument 119 def testActiveIOFlushed(self): argument 122 def testUnalignedActiveIO(self): argument 146 def testIntersectingActiveIO(self): argument 200 def setUp(self): argument 255 def tearDown(self): argument 286 def testUnderLoad(self): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | sbom30.py | 175 def __init__(self, d): argument 180 def create_index(self): argument 184 def add_index(self, obj): argument 210 def __filter_obj(self, obj, attr_filter): argument 213 def foreach_filter(self, typ, *, match_subclass=True, **attr_filter): argument 218 def find_filter(self, typ, *, match_subclass=True, **attr_filter): argument 225 def foreach_root(self, typ, **attr_filter): argument 233 def find_root(self, typ, **attr_filter): argument 238 def add_root(self, obj): argument 243 def is_native(self): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | concurrencytest.py | 53 … def __init__(self, target, semaphore, threadnum, totalinprocess, totaltests, output, finalresult): argument 64 def _add_result_with_semaphore(self, method, test, *args, **kwargs): argument 88 def __init__(self, target): argument 92 def _addResult(self, method, test, *args, exception = False, **kwargs): argument 95 def addError(self, test, err = None, **kwargs): argument 99 def addFailure(self, test, err = None, **kwargs): argument 103 def addSuccess(self, test, **kwargs): argument 106 def addExpectedFailure(self, test, err = None, **kwargs): argument 109 def addUnexpectedSuccess(self, test, **kwargs): argument 112 def wasSuccessful(self): argument [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_powernv.py | 25 def do_test_linux_boot(self, command_line = KERNEL_COMMON_COMMAND_LINE): argument 34 def test_linux_boot(self): argument 40 def test_linux_smp_boot(self): argument 48 def test_linux_smp_hpt_boot(self): argument 59 def test_linux_smt_boot(self): argument 69 def test_linux_big_boot(self): argument 87 def do_test_ppc64_powernv(self, proc): argument 105 def test_powernv8(self): argument 109 def test_powernv9(self): argument 113 def test_powernv10(self): argument
|
H A D | test_acpi_bits.py | 91 def __init__(self, argument 112 def _base_args(self) -> List[str]: argument 123 def base_args(self): argument 150 def __init__(self, *args, **kwargs): argument 159 def _print_log(self, log): argument 165 def copy_bits_config(self): argument 183 def copy_test_scripts(self): argument 220 def fix_mkrescue(self, mkrescue): argument 245 def generate_bits_iso(self): argument 286 def setUp(self): # pylint: disable=arguments-differ argument [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
H A D | process_tree_test.py | 16 def setUp(self): argument 30 def mk_fname(self,f): argument 33 def flatten(self, process_tree): argument 40 def checkAgainstJavaExtract(self, filename, process_tree): argument 52 def testBuild(self): argument 56 def testMergeLogger(self): argument 61 def testPrune(self): argument 67 def testMergeExploders(self): argument 74 def testMergeSiblings(self): argument 82 def testMergeRuns(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | __init__.py | 122 def __init__(self, markup="", features=None, builder=None, argument 353 def _clone(self): argument 366 def __getstate__(self): argument 382 def __setstate__(self, state): argument 471 def _feed(self): argument 484 def reset(self): argument 500 def new_tag(self, name, namespace=None, nsprefix=None, attrs={}, argument 523 def string_container(self, base_class=None): argument 539 def new_string(self, s, subclass=None): argument 546 def insert_before(self, *args): argument [all …]
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_kernel.py | 45 def __init__(self, linux_arch: str, cross_compile: Optional[str]): argument 49 def make_mrproper(self) -> None: argument 57 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument 60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None: argument 74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None: argument 95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument 101 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]): argument 111 def make_arch_config(self, base_kunitconfig: kunit_config.Kconfig) -> kunit_config.Kconfig: argument 116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: argument 137 def __init__(self, cross_compile: Optional[str]=None): argument [all …]
|
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | test_basic.py | 18 def test_fs1(self, u_boot_console, fs_obj_basic): argument 40 def test_fs2(self, u_boot_console, fs_obj_basic): argument 63 def test_fs3(self, u_boot_console, fs_obj_basic): argument 78 def test_fs4(self, u_boot_console, fs_obj_basic): argument 97 def test_fs5(self, u_boot_console, fs_obj_basic): argument 116 def test_fs6(self, u_boot_console, fs_obj_basic): argument 137 def test_fs7(self, u_boot_console, fs_obj_basic): argument 158 def test_fs8(self, u_boot_console, fs_obj_basic): argument 179 def test_fs9(self, u_boot_console, fs_obj_basic): argument 200 def test_fs10(self, u_boot_console, fs_obj_basic): argument [all …]
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | argparse_oe.py | 13 def __init__(self, message, subcommand=None): argument 19 def __init__(self, *args, **kwargs): argument 26 def error(self, message): argument 36 def error_subcommand(self, message, subcommand): argument 48 def add_subparsers(self, *args, **kwargs): argument 61 def add_subparser_group(self, groupname, groupdesc, order=0): argument 64 def parse_args(self, args=None, namespace=None): argument 77 def _get_subparser(self, args): argument 88 def _get_subparser_action(self): argument 98 def __init__(self, *args, **kwargs): argument [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | process_tree.py | 40 def __init__(self, writer, kernel, psstats, sample_period, argument 85 def build(self): argument 94 def sort(self, process_subtree): argument 100 def num_nodes(self, process_list): argument 107 def get_start_time(self, process_subtree): argument 116 def get_end_time(self, process_subtree): argument 125 def get_max_pid(self, process_subtree): argument 131 def update_ppids_for_daemons(self, process_list): argument 155 def prune(self, process_subtree, parent): argument 197 def merge_logger(self, process_subtree, logger_proc, monitored_app, app_tree): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 18 def __init__(self, **options): argument 42 def log(self, msg): argument 47 def _run(self, command, timeout=None, logfile=None): argument 90 def run(self, command, timeout=None, logfile=None): argument 103 def __init__(self, ip, logfile=None, timeout=300, user='root', port=None): argument 120 def log(self, msg): argument 125 def _internal_run(self, command, timeout=None, ignore_status = True): argument 138 def run(self, command, timeout=None): argument 154 def copy_to(self, localpath, remotepath): argument 160 def copy_from(self, remotepath, localpath): argument [all …]
|
/openbmc/pldm/tools/visualize-pdr/ |
H A D | pldm_visualise_pdrs.py | 24 def __init__(self, stdout, stderr): argument 37 def wait(self): argument 47 def exec_command(self, cmd): argument 50 def close(self): argument 58 def __init__(self, stdout, stderr): argument 61 def wait(self): argument 69 def __init__(self, hostname, uname, passwd, port, **kw): argument 87 def exec_command(self, cmd): argument 91 def close(self): argument 96 def __init__(self, popen): argument [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | method.py | 7 def __init__(self, **kwargs): argument 16 def markdown(self, loader): argument 19 def cpp_prototype(self, loader, interface, ptype): argument 29 def cpp_includes(self, interface): argument 34 def returns_as_list(self, interface, full=False): argument 39 def cpp_return_type(self, interface): argument 47 def parameter(self, interface, p, defaultValue=False, ref=""): argument 54 self, transform=lambda p: p.camelCase, join_str=", " argument 58 def parameters_as_arg_list(self, interface): argument 63 def parameter_types_as_list(self, interface): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | clearcase.py | 63 def init(self, d): argument 66 def supports(self, ud, d): argument 72 def debug(self, msg): argument 75 def urldata_init(self, ud, d): argument 135 def _build_ccase_command(self, ud, command): argument 169 def _write_configspec(self, ud, d): argument 189 def _remove_view(self, ud, d): argument 197 def need_update(self, ud, d): argument 205 def supports_srcrev(self): argument 208 def sortable_revision(self, ud, d, name): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | bbcontroller.py | 23 def __init__(self, be): argument 28 def _runCommand(self, command): argument 34 def disconnect(self): argument 37 def setVariable(self, name, value): argument 40 def getVariable(self, name): argument 43 def triggerEvent(self, event): argument 46 def build(self, targets, task = None): argument 51 def forceShutDown(self): argument 94 def __init__(self, be): argument 100 def setLayers(self, bitbake, ls): argument [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.py | 20 def __init__(self): argument 53 def get_redfish_session_info(self): argument 68 def get_attribute(self, resource_path, attribute, verify=None): argument 95 def get_properties(self, resource_path): argument 107 def get_members_uri(self, resource_path, attribute): argument 146 def get_endpoint_path_list(self, resource_path, end_point_prefix): argument 165 def get_target_actions(self, resource_path, target_attribute): argument 208 def get_member_list(self, resource_path): argument 236 def list_request(self, resource_path): argument 268 self, resource_path, return_json=1, include_dead_resources=False argument [all …]
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils.c | 67 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw() 95 static int hw_atl_utils_soft_reset_flb(struct aq_hw_s *self) in hw_atl_utils_soft_reset_flb() 171 static int hw_atl_utils_soft_reset_rbl(struct aq_hw_s *self) in hw_atl_utils_soft_reset_rbl() 240 int hw_atl_utils_soft_reset(struct aq_hw_s *self) in hw_atl_utils_soft_reset() 306 int hw_atl_utils_fw_downld_dwords(struct aq_hw_s *self, u32 a, in hw_atl_utils_fw_downld_dwords() 352 static int hw_atl_utils_write_b1_mbox(struct aq_hw_s *self, u32 addr, in hw_atl_utils_write_b1_mbox() 391 static int hw_atl_utils_write_b0_mbox(struct aq_hw_s *self, u32 addr, in hw_atl_utils_write_b0_mbox() 416 static int hw_atl_utils_fw_upload_dwords(struct aq_hw_s *self, u32 addr, u32 *p, in hw_atl_utils_fw_upload_dwords() 444 int hw_atl_write_fwcfg_dwords(struct aq_hw_s *self, u32 *p, u32 cnt) in hw_atl_write_fwcfg_dwords() 450 int hw_atl_write_fwsettings_dwords(struct aq_hw_s *self, u32 offset, u32 *p, in hw_atl_write_fwsettings_dwords() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | pkgdata.py | 24 def test_lookup_pkg(self): argument 42 def test_read_value(self): argument 51 def test_find_path(self): argument 60 def test_lookup_recipe(self): argument 69 def test_list_pkgs(self): argument 112 def test_list_pkg_files(self): argument 200 def test_glob(self): argument 219 def test_specify_pkgdatadir(self): argument 223 def test_no_param(self): argument
|
H A D | spdx.py | 24 def check_recipe_spdx(self, high_level_dir, spdx_file, target_name): argument 68 def test_spdx_base_files(self): argument 77 def check_spdx_file(self, filename): argument 88 def check_recipe_spdx(self, target_name, spdx_path, *, task=None, extraconf=""): argument 125 def check_objset_missing_ids(self, objset): argument 143 def test_base_files(self): argument 149 def test_gcc_include_source(self): argument 173 def test_core_image_minimal(self): argument 182 def test_core_image_minimal_sdk(self): argument 192 def test_baremetal_helloworld(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | checksum.py | 26 def cached_mtime(self, f): argument 31 def cached_mtime_noerror(self, f): argument 39 def update_mtime(self, f): argument 43 def clear(self): argument 51 def __init__(self): argument 55 def get_checksum(self, f): argument 70 def merge_data(self, source, dest): argument 80 def get_checksums(self, filelist, pn, localdirsexclude): argument 150 def __init__(self): argument 153 def get_revs(self): argument [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | TdcPlugin.py | 4 def __init__(self): argument 8 def pre_suite(self, testcount, testidlist): argument 15 def post_suite(self, index): argument 21 def pre_case(self, caseinfo, test_skip): argument 28 def post_case(self): argument 33 def pre_execute(self): argument 38 def post_execute(self): argument 43 def adjust_command(self, stage, command): argument 65 def add_args(self, parser): argument 70 def check_args(self, args, remaining): argument
|
/openbmc/qemu/tests/avocado/ |
H A D | intel_iommu.py | 32 def set_up_boot(self): argument 41 def setUp(self): argument 44 def add_common_args(self): argument 49 def common_vm_setup(self, custom_kernel=None): argument 64 def run_and_check(self): argument 75 def test_intel_iommu(self): argument 88 def test_intel_iommu_strict(self): argument 100 def test_intel_iommu_strict_cm(self): argument 112 def test_intel_iommu_pt(self): argument
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | shell.py | 39 def __init__(self): argument 68 def get_engine(self, args): argument 78 def get_hardware(self, args): argument 101 def __init__(self): argument 145 def get_scenario(self, args): argument 175 def run(self, argv): argument 203 def __init__(self): argument 211 def run(self, argv): argument 249 def __init__(self): argument 267 def run(self, argv): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/compress/ |
H A D | _pipecompress.py | 93 def __init__(self, filename=None, mode="rb", *, stderr=None, fileobj=None): argument 133 def _check_process(self): argument 142 def close(self): argument 154 def closed(self): argument 157 def fileno(self): argument 160 def flush(self): argument 163 def isatty(self): argument 166 def readable(self): argument 169 def writable(self): argument 172 def readinto(self, b): argument [all …]
|