/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/ |
H A D | depends.py | 12 def testDependsFirst(self): argument 16 def testDependsSecond(self): argument 20 def testDependsThird(self): argument 24 def testDependsFourth(self): argument 28 def testDependsFifth(self): argument 32 def testDependsCircular1(self): argument 36 def testDependsCircular2(self): argument 40 def testDependsCircular3(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | layerindexobj.py | 10 def setUp(self): argument 90 def test_branch(self): argument 97 def test_layerItem(self): argument 120 def test_layerBranch(self): argument 145 def test_layerDependency(self): argument 168 def test_recipe(self): argument 190 def test_machine(self): argument 201 def test_distro(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | runner.py | 19 def __init__(self, logger): argument 23 def write(self, msg): argument 34 def flush(self): argument 39 def __init__(self, tc, *args, **kwargs): argument 57 def startTest(self, test): argument 63 def stopTest(self, test): argument 81 def logSummary(self, component, context_msg=''): argument 95 def _getTestResultDetails(self, case): argument 135 def extractExtraResults(self, test, details = None): argument 150 def addError(self, test, *args, details = None): argument [all …]
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | message.py | 62 def __init__(self, argument 83 def __getitem__(self, key: str) -> object: argument 86 def __setitem__(self, key: str, value: object) -> None: argument 90 def __delitem__(self, key: str) -> None: argument 94 def __iter__(self) -> Iterator[str]: argument 97 def __len__(self) -> int: argument 102 def __repr__(self) -> str: argument 107 def __str__(self) -> str: argument 111 def __bytes__(self) -> bytes: argument 120 def _object(self) -> Dict[str, object]: argument [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument 103 def CommunicateFilter(self, output): argument 254 def __init__(self, input_to_send=None): argument 271 def Output(self, stream, data): argument 284 def _BasicCheck(self, plist, oper): argument 293 def test_simple(self): argument 299 def test_stderr(self): argument 308 def test_shell(self): argument 318 def test_list_args(self): argument 335 def test_cwd(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 113 def __init__(self): argument 116 def internSet(self, items): argument 131 def __init__(self, refs, execs, contains, extra): argument 139 def __getstate__(self): argument 142 def __setstate__(self, state): argument 145 def __hash__(self): argument 150 def __repr__(self): argument 155 def __init__(self, execs): argument 158 def __getstate__(self): argument 161 def __setstate__(self, state): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 38 def __getitem__(self, key): argument 63 def hasPackage(self, pkg): argument 70 def hasPackageMatch(self, match): argument 81 def hasFeature(self,feature): argument 89 def __init__(self, methodName='runTest'): argument 93 def setUp(self): argument 106 def setUpLocal(self): argument 109 def tearDown(self): argument 115 def tearDownLocal(self): argument 159 def __init__(self, d, exported=False): argument [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 71 def test_spdx_tar(self): argument 80 def check_spdx_file(self, filename): argument 91 def check_recipe_spdx(self, target_name, spdx_path, *, task=None, extraconf=""): argument 128 def check_objset_missing_ids(self, objset): argument 146 def test_base_files(self): argument 152 def test_gcc_include_source(self): argument 176 def test_core_image_minimal(self): argument 185 def test_core_image_minimal_sdk(self): argument [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | tally_sheet.py | 67 self, argument 99 self, row_key_field_name, init_fields_dict, obj_name="tally_sheet" argument 105 def set_sum_fields(self, sum_fields): argument 116 def set_calc_fields(self, calc_fields): argument 130 def add_row(self, row_key, init_fields_dict=None): argument 156 def update_row_field(self, row_key, field_key, value): argument 170 def inc_row_field(self, row_key, field_key): argument 184 def dec_row_field(self, row_key, field_key): argument 199 def calc(self): argument 234 def sprint_obj(self): argument [all …]
|
H A D | openbmc_ffdc_list.py | 310 def get_ffdc_bmc_cmd(self, i_type): argument 320 def get_ffdc_bmc_file(self, i_type): argument 330 def get_ffdc_get_request(self, i_type): argument 340 def get_ffdc_get_redfish_request(self, i_type): argument 350 def get_ffdc_cmd_index(self): argument 359 def get_ffdc_get_request_index(self): argument 368 def get_ffdc_get_redfish_request_index(self): argument 377 def get_ffdc_file_index(self): argument 386 def get_ffdc_method_index(self): argument 395 def get_ffdc_method_desc(self, index): argument [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | crosstap | 31 def __init__(self, script, module, remote): argument 54 def command(self, args): argument 93 def additional_environment(self): argument 98 def environment(self): argument 105 def display_command(self, args): argument 115 def __init__(self, message): argument 121 def __init__(self, package): argument 134 def get_vars(self, vars): argument 186 def __init__(self, image): argument 209 def discover(self): argument [all …]
|
/openbmc/qemu/scripts/ |
H A D | xml-preprocess.py | 77 def __init__(self): argument 85 def _pp_include(self, xml_str: str) -> str: argument 95 def _pp_env_var(self, xml_str: str) -> str: argument 102 def _pp_sys_var(self, xml_str: str) -> str: argument 109 def _pp_cus_var(self, xml_str: str) -> str: argument 126 def _pp_foreach(self, xml_str: str) -> str: argument 137 def _pp_error_warning(self, xml_str: str) -> str: argument 149 def _pp_if_eval(self, xml_str: str) -> str: argument 162 def _pp_ifdef_ifndef(self, xml_str: str) -> str: argument 173 def _pp_if_elseif(self, xml_str: str) -> str: argument [all …]
|
/openbmc/qemu/scripts/qapi/ |
H A D | parser.py | 49 def __init__(self, argument 60 def __init__(self, parser: 'QAPISchemaParser', msg: str): argument 92 def __init__(self, argument 116 def _parse(self) -> None: argument 181 def _add_expr(self, expr: Mapping[str, object], argument 249 def accept(self, skip_comment: bool = True) -> None: argument 357 def get_members(self) -> Dict[str, object]: argument 384 def get_values(self) -> List[object]: argument 401 def get_expr(self) -> _ExprValue: argument 418 def get_doc_line(self) -> Optional[str]: argument [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_metadata.py | 19 def test_license_presence(self): argument 55 def test_lic_files_chksum_presence(self): argument 73 def test_lic_files_chksum_modified_not_mentioned(self): argument 92 def test_max_line_length(self): argument 111 def pretest_src_uri_left_files(self): argument 128 def test_src_uri_left_files(self): argument 175 def test_summary_presence(self): argument 192 def test_cve_check_ignore(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tablefilter.py | 21 def __init__(self, name, title): argument 29 def add_action(self, action): argument 33 def get_action(self, action_name): argument 36 def to_json(self, queryset): argument 67 def dateStringsToQ(self, field_name, date_from_str, date_to_str): argument 107 def __init__(self, name, title, criteria): argument 115 def set_filter_params(self, params): argument 123 def filter(self, queryset): argument 129 def to_json(self, queryset): argument 144 def __init__(self, *args): argument [all …]
|
H A D | buildtables.py | 19 def get_context_data(self, **kwargs): argument 29 def __init__(self, *args, **kwargs): argument 34 def setup_queryset(self, *args, **kwargs): argument 41 def setup_columns(self, *args, **kwargs): argument 134 def __init__(self, *args, **kwargs): argument 147 def setup_columns(self, *args, **kwargs): argument 164 def __init__(self, *args, **kwargs): argument 169 def make_package_list(self, target): argument 176 def get_context_data(self, **kwargs): argument 189 def setup_queryset(self, *args, **kwargs): 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_x86_64_kvm_xen.py | 39 def common_vm_setup(self): argument 52 def run_and_check(self): argument 81 def test_kvm_xen_guest(self): argument 91 def test_kvm_xen_guest_nomsi(self): argument 101 def test_kvm_xen_guest_noapic_nomsi(self): argument 111 def test_kvm_xen_guest_vapic(self): argument 125 def test_kvm_xen_guest_novector(self): argument 135 def test_kvm_xen_guest_novector_nomsi(self): argument 146 def test_kvm_xen_guest_novector_noapic(self): argument
|
/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/meta/lib/oe/ |
H A D | patch.py | 14 def __init__(self, path): argument 17 def __str__(self): argument 21 def __init__(self, command, exitstatus, output): argument 26 def __str__(self): argument 63 def __init__(self, msg): argument 66 def __str__(self): argument 74 def __init__(self, dir, d): argument 80 def current(self): argument 83 def Clean(self): argument 90 def Import(self, patch, force): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | rootfs.py | 17 def __init__(self, d, progress_reporter=None, logcatcher=None): argument 20 def _get_pkgs_postinsts(self, status_file): argument 80 def _get_delayed_postinsts_common(self, status_file): argument 112 def _save_postinsts_common(self, dst_postinst_dir, src_postinst_dir): argument 127 def __init__(self, d, manifest_dir, progress_reporter=None, logcatcher=None): argument 155 def _file_equal(self, key, f1, f2): argument 166 def _multilib_sanity_test(self, dirs): argument 199 def _multilib_test_install(self, pkgs): argument 227 def _remove_extra_packages(self, pkgs_initial_install): argument 254 def _remove_old_rootfs(self): argument [all …]
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | event.py | 15 def __init__(self, **kwargs): argument 21 def __init__(self, **kwargs): argument 29 def __init__(self, **kwargs): argument 54 def cpp_includes(self, interface): argument 60 def registry_event(self, interface, language): argument 95 def registry_mapping(self, interface): argument 101 def registry_args_mapping(self, interface): argument 111 def __getattribute__(self, name): argument 124 def __description(self): argument 183 def __init__(self, **kwargs): argument [all …]
|
H A D | interface.py | 28 def __init__(self, **kwargs): argument 40 def joinedName(self, join_str, append): argument 43 def error_includes(self, inc_list): argument 59 def errorNamespacedClass(self, error): argument 65 def enum_includes(self, inc_list): argument 71 def markdown(self, loader): argument 74 def async_server_header(self, loader): argument 79 def server_header(self, loader): argument 82 def server_cpp(self, loader): argument 85 def client_header(self, loader): argument [all …]
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 193 def __init__(self, group): argument 196 def __call__(self, session, *a, **kw): argument 213 def __init__(self, app, bus, verbs, rules, content_type=''): argument 226 def _setup(self, **kw): argument 243 def __call__(self, **kw): argument 246 def do_head(self, **kw): argument 249 def do_options(self, **kw): argument 256 def install(self): argument 296 def __init__(self, app, bus): argument 300 def find(self, path='/'): argument [all …]
|