/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | mbox.py | 18 def __init__(self, filepath): argument 22 def __enter__(self): argument 25 def __exit__(self, exc_type, exc_value, exc_traceback): argument 28 def __iter__(self): argument 31 def __next__(self): argument 44 def __init__(self, data): argument 54 def __init__(self, filepath): argument 63 def path(self): argument 68 def get_branch(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | storage.py | 89 def setUpClass(self): argument 98 def test_usb_mount(self): argument 104 def test_usb_basic_operations(self): argument 109 def test_usb_basic_rw(self): argument 115 def test_usb_umount(self): argument 124 def setUpClass(self): argument 133 def test_mmc_mount(self): argument 139 def test_mmc_basic_operations(self): argument 144 def test_mmc_basic_rw(self): argument 150 def test_mmc_umount(self): argument
|
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/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 45 def get_index_text(self, modname: str, name: str) -> str: argument 50 self, name: str, sig: str, signode: desc_signature argument 76 def get_index_text(self, ifacename: str, name: str) -> str: argument 79 def before_content(self) -> None: argument 82 def after_content(self) -> None: argument 85 def handle_signature(self, sig: str, signode: desc_signature) -> str: argument 90 def run(self) -> List[Node]: argument 135 def get_index_text(self, ifacename: str, name: str) -> str: argument 138 def handle_signature(self, sig: str, signode: desc_signature) -> str: argument 186 def get_index_text(self, ifacename: str, name: str) -> str: argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 34 def __init__(self): argument 43 def __init__(self, time): argument 363 def __init__(self, level, debug_domains): argument 366 def update(self, eventmask, level, debug_domains): argument 371 def filter(self, event): argument 401 def __init__(self, msg = "Operation Started"): argument 407 def __init__(self, total, msg = "Operation Completed"): argument 414 def __init__(self, current, total, msg = "Operation in Progress"): argument 425 def __init__(self, mcdata): argument 430 def __init__(self, fn): argument [all …]
|
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 …]
|
H A D | cookerdata.py | 27 def __init__(self, argv=None): argument 36 def parseCommandLine(self, argv=sys.argv): argument 39 def parseEnvironment(self): argument 42 def updateFromServer(self, server): argument 59 def updateToServer(self, server, environment): argument 78 def parseActions(self): argument 121 def __init__(self): argument 147 def __getstate__(self): argument 153 def __setstate__(self,state): argument 224 def __init__(self, cookercfg, worker = False): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | qa.py | 39 def my_assert(self, expectation, result): argument 44 def __init__(self, name): argument 50 def __enter__(self): argument 53 def __exit__(self, exc_type, exc_value, traceback): argument 56 def close(self): argument 60 def open(self): argument 90 def osAbi(self): argument 93 def abiVersion(self): argument 96 def abiSize(self): argument 99 def isLittleEndian(self): argument [all …]
|
H A D | classextend.py | 19 def __init__(self, extname, d): argument 25 def extend_name(self, name): argument 48 def map_variable(self, varname, setvar = True): argument 61 def map_regexp_variable(self, varname, setvar = True): argument 79 def map_depends(self, dep): argument 92 def map_depends_variable(self, varname, suffix = ""): argument 115 def map_packagevars(self): argument 125 def rename_packages(self): argument 135 def rename_packages_internal(self, pkgs): argument 145 def rename_package_variables(self, variables): 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/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bblock.py | 24 def unlock_recipes(self, recipes=None, tasks=None): argument 50 def lock_recipes(self, recipes, tasks=None): argument 74 def modify_tasks(self, recipes, tasks): argument 93 def test_lock_single_recipe_single_task(self): argument 98 def test_lock_single_recipe_multiple_tasks(self): argument 103 def test_lock_single_recipe_all_tasks(self): argument 107 def test_lock_multiple_recipe_single_task(self): argument 112 def test_lock_architecture_specific(self): argument 145 def _run_test(self, recipes, tasks=None): 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/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_new_custom_image_page.py | 21 def setUp(self): argument 83 def _create_custom_image(self, new_custom_image_name): argument 102 def _check_for_custom_image(self, image_name): argument 116 def test_new_image(self): argument 125 def test_new_duplicates_other_project_image(self): argument 134 def test_new_duplicates_non_image_recipe(self): argument 144 def test_new_duplicates_project_image(self): argument
|
H A D | selenium_helpers_base.py | 96 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY): argument 101 def until(self, method, message=''): argument 127 def until_not(self, method, message=''): argument 177 def get(self, url): argument 195 def find(self, selector): argument 199 def find_all(self, selector): argument 203 def element_exists(self, selector): argument 210 def focused_element(self): argument 214 def wait_until_present(self, selector, timeout=Wait._TIMEOUT): argument 221 def wait_until_visible(self, selector, timeout=Wait._TIMEOUT): argument [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | fdt_test.py | 19 def setUpClass(self): argument 25 def tearDownClass(self): argument 28 def TestFile(self, fname): argument 31 def GetCompiled(self, fname): argument 34 def _DeleteProp(self, dt): argument 38 def testFdtNormal(self): argument 43 def testFdtNormalProp(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 58 def update(self, pbar): argument 74 def update(self, pbar, width): argument 88 def __init__(self, format='Elapsed Time: %s'): argument 98 def update(self, pbar): argument 109 def update(self, pbar): argument 137 def _update_samples(self, currval, elapsed): argument 145 def _eta(self, maxval, currval, elapsed): argument 148 def update(self, pbar): argument 174 def __init__(self, unit='B'): argument 177 def update(self, pbar): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 40 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument 54 def _handle_resize(self, signum=None, frame=None): argument 59 def finish(self): argument 64 def setmessage(self, msg): argument 68 def setextra(self, extra): argument 78 def _need_update(self): argument 85 def __init__(self, msg, maxval): argument 90 def start(self, update=True): argument 95 def update(self, value): argument 98 def finish(self): argument [all …]
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | buildstats.py | 29 def __init__(self, *args, **kwargs): argument 39 def cputime(self): argument 49 def walltime(self): argument 54 def read_bytes(self): argument 59 def write_bytes(self): argument 64 def read_ops(self): argument 73 def write_ops(self): argument 126 def __init__(self, tasks=None): argument 130 def __getattr__(self, name): argument 140 def append(self, task): 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/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | types.py | 11 def test_invalid(self): argument 16 def test_true(self): argument 25 def test_false(self): argument 34 def test_bool_equality(self): argument 41 def assertListEqual(self, value, valid, sep=None): argument 48 def test_list_nosep(self): argument 54 def test_list_usersep(self): argument
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-ready-cancel-error | 33 def setUp(self) -> None: argument 45 def tearDown(self) -> None: argument 50 def add_blockdevs(self, once: bool) -> None: argument 85 def start_mirror(self) -> None: argument 94 def cancel_mirror_with_error(self) -> None: argument 111 def test_transient_error(self) -> None: argument 124 def test_persistent_error(self) -> None: argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | perforce.py | 43 def __init__(self, d, num_files): argument 51 def write(self, string): argument 66 def supports(self, ud, d): argument 70 def urldata_init(self, ud, d): argument 139 def _buildp4command(self, ud, d, command, depot_filename=None): argument 192 def _p4listfiles(self, ud, d): argument 218 def download(self, ud, d): argument 236 def clean(self, ud, d): argument 241 def supports_srcrev(self): argument 244 def _revision_key(self, ud, d, name): argument [all …]
|
/openbmc/skeleton/pyflashbmc/ |
H A D | bmc_update.py | 57 def __init__(self, bus, name): argument 79 def updateViaTftp(self, ip, filename): argument 84 def update(self, filename): argument 89 def TftpDownload(self, ip, filename): argument 94 def download_error_handler(self, filename): argument 98 def download_complete_handler(self, outfile, filename): argument 174 def Verify(self): argument 218 def Cleanup(self): argument 231 def Abort(self): argument 244 def GetUpdateProgress(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_create_new_project.py | 18 def test_create_new_project_master(self): argument 34 def test_create_new_project_scarthgap(self): argument 50 def test_create_new_project_kirkstone(self): argument 66 def test_create_new_project_local(self): argument 82 def test_create_new_project_without_name(self): argument 99 def test_import_new_project(self): argument
|