| /openbmc/qemu/python/qemu/qmp/ |
| H A D | models.py | 29 def __init__(self, raw: Mapping[str, Any]): argument 32 def _check_key(self, key: str) -> None: argument 36 def _check_value(self, key: str, type_: type, typestr: str) -> None: argument 43 def _check_member(self, key: str, type_: type, typestr: str) -> None: argument 48 def _name(self) -> str: argument 51 def __repr__(self) -> str: argument 63 def __init__(self, raw: Mapping[str, Any]): argument 71 def _asdict(self) -> Dict[str, object]: argument 91 def __init__(self, raw: Mapping[str, Any]): argument 113 def __init__(self, raw: Mapping[str, Any]): argument [all …]
|
| /openbmc/qemu/tests/image-fuzzer/qcow2/ |
| H A D | layout.py | 45 def __init__(self, fmt, offset, val, name): argument 51 def __iter__(self): argument 54 def __repr__(self): argument 66 def __init__(self, meta_data=None): argument 73 def __getitem__(self, name): argument 76 def __iter__(self): argument 79 def __len__(self): argument 92 def __init__(self, backing_file_name=None): argument 115 def __iter__(self): argument 121 def create_header(self, cluster_bits, backing_file_name=None): argument [all …]
|
| /openbmc/openbmc/poky/scripts/lib/wic/ |
| H A D | filemap.py | 78 def __init__(self, image, log=None): argument 128 def __del__(self): argument 133 def _open_image_file(self): argument 143 def block_is_mapped(self, block): # pylint: disable=W0613,R0201 argument 152 def get_mapped_ranges(self, start, count): # pylint: disable=W0613,R0201 argument 197 def __init__(self, image, log=None): argument 206 def _probe_seek_hole(self): argument 245 def block_is_mapped(self, block): argument 257 def _get_ranges(self, start, count, whence1, whence2): argument 284 def get_mapped_ranges(self, start, count): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshlex.py | 129 def __init__(self, heredoc = False): argument 139 def add(self, data, eof=False): argument 154 def _is_escapable(self, c, delim=None): argument 168 def _parse_squote(self, buf, result, eof): argument 179 def _parse_bquote(self, buf, result, eof): argument 195 def _parse_dquote(self, buf, result, eof): argument 210 def _parse_command(self, buf, result, eof): argument 228 def _parse_parameter(self, buf, result, eof): argument 243 def _parse_dollar(self, buf, result, eof): argument 295 def _parse(self, eof): argument [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | redfish_plus.py | 60 def rest_request(self, func, *args, **kwargs): argument 146 def get(self, *args, **kwargs): argument 154 def head(self, *args, **kwargs): argument 162 def post(self, *args, **kwargs): argument 170 def put(self, *args, **kwargs): argument 178 def patch(self, *args, **kwargs): argument 186 def delete(self, *args, **kwargs): argument 194 def __del__(self): argument 197 def get_with_mtls(self, *args, **kwargs): argument 212 def post_with_mtls(self, *args, **kwargs): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp_ncurses.py | 288 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument 309 def inside_width(self): argument 313 def inside_height(self): argument 317 def task_list_append(self,task_name,dep): argument 330 def reset(self): argument 337 def sort(self): argument 346 def set_primary(self,primary): argument 350 def draw_frame(self): argument 359 def redraw(self): argument 387 def show_selected(self,selected_task): 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/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/meta/lib/oeqa/core/ |
| H A D | context.py | 25 def __init__(self, td=None, logger=None): argument 37 def _read_modules_from_manifest(self, manifest): argument 49 def skipTests(self, skips): argument 69 def loadTests(self, module_paths, modules=[], tests=[], argument 78 def prepareSuite(self, suites, processes): argument 81 def runTests(self, processes=None, skips=[]): argument 96 def listTests(self, display_type): argument 115 def register_commands(self, logger, subparsers): argument 155 def _setup_logger(self, logger, args): argument 168 def _process_args(self, logger, args): argument [all …]
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapi_domain.py | 92 self, argument 138 self, argument 169 def handle_signature(self, sig: str, signode: desc_signature) -> Signature: argument 181 def get_index_text(self, name: Signature) -> Tuple[str, str]: argument 187 def _get_context(self) -> Tuple[str, str]: argument 197 def _get_fqn(self, name: Signature) -> str: argument 212 self, name: Signature, sig: str, signode: desc_signature argument 257 self, sig_node: desc_signature argument 263 def _toc_entry_name(self, sig_node: desc_signature) -> str: argument 326 def get_signature_prefix(self) -> List[nodes.Node]: argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | svn.py | 24 def supports(self, ud, d): argument 30 def urldata_init(self, ud, d): argument 67 def _buildsvncommand(self, ud, d, command): argument 122 def download(self, ud, d): argument 174 def clean(self, ud, d): argument 181 def supports_srcrev(self): argument 184 def _revision_key(self, ud, d, name): argument 190 def _latest_revision(self, ud, d, name): argument 204 def sortable_revision(self, ud, d, name): argument 211 def _build_revision(self, ud, d): argument [all …]
|
| H A D | npm.py | 90 def __init__(self, d, configs=[], npmrc=None): argument 108 def __del__(self): argument 112 def _home_npmrc(self, d): argument 121 def run(self, cmd, args=None, configs=None, workdir=None): argument 151 def supports(self, ud, d): argument 155 def urldata_init(self, ud, d): argument 200 def _resolve_proxy_url(self, ud, d): argument 261 def _setup_proxy(self, ud, d): argument 275 def _get_proxy_method(self, ud, d): argument 283 def verify_donestamp(self, ud, d): 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
|
| H A D | test_project_page.py | 29 def _navigate_to_project_page(self): argument 38 def _get_create_builds(self, **kwargs): argument 89 self, argument 138 def _get_config_nav_item(self, index): argument 142 def _navigate_to_config_nav(self, nav_id, nav_index): argument 150 def _mixin_test_table_show_rows(self, table_selector, **kwargs): argument 174 def _mixin_test_table_search_input(self, **kwargs): argument 187 def test_page_header_on_project_page(self): argument 272 def test_edit_project_name(self): argument 299 def test_project_page_tabs(self): argument [all …]
|
| /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/qemu/tests/qemu-iotests/ |
| H A D | 136 | 49 def blockstats(self, device): argument 56 def create_blkdebug_file(self): argument 71 def required_drivers(self): argument 75 def setUp(self): argument 91 def tearDown(self): argument 95 def accounted_ops(self, read = False, write = False, flush = False): argument 113 def accounted_latency(self, read = False, write = False, flush = False): argument 127 def check_values(self): argument 219 def do_test_stats(self, rd_size = 0, rd_ops = 0, wr_size = 0, wr_ops = 0, argument 286 def test_read_only(self): argument [all …]
|
| H A D | 257 | 34 def __init__(self, byte, offset, size=GRANULARITY): argument 39 def bits(self, granularity): argument 47 def __init__(self, patterns): argument 50 def bits(self, granularity): argument 91 def __init__(self, granularity=GRANULARITY): argument 95 def dirty_bits(self, bits): argument 98 def dirty_group(self, n): argument 101 def clear(self): argument 104 def clear_bits(self, bits): argument 107 def clear_bit(self, bit): argument [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/prserv/ |
| H A D | tests.py | 49 def start_server(self, name, dbfile, upstream=None, read_only=False, prefunc=server_prefunc): argument 67 def start_client(self, server_address): argument 78 def setUp(self): argument 82 def test_increase_revision(self): argument 93 def test_revision_greater_or_equal(self): argument 109 def test_db(self): argument 148 def setUp(self): argument 157 def test_basic(self): argument 263 def setUp(self): argument 281 def test_upstream_and_readonly(self): argument [all …]
|
| H A D | serv.py | 24 def __init__(self, socket, server): argument 38 def validate_proto_version(self): argument 41 async def dispatch_message(self, msg): argument 47 async def handle_test_pr(self, request): argument 57 async def handle_test_package(self, request): argument 65 async def handle_max_package_pr(self, request): argument 73 async def handle_get_pr(self, request): argument 163 async def process_requests(self): argument 175 async def handle_import_one(self, request): argument 189 async def handle_export(self, request): argument [all …]
|
| /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/openbmc/poky/bitbake/lib/layerindexlib/ |
| H A D | plugin.py | 16 def __init__(self, message): argument 20 def __str__(self): argument 25 def __init__(self, plugin, url): argument 32 def __init__(self): argument 35 def init(self, layerindex): argument 38 def plugin_type(self): argument 41 def load_index(self, uri): argument 44 def store_index(self, uri, index): argument
|
| /openbmc/sdbusplus/tools/sdbusplus/ |
| H A D | namedelement.py | 7 def __init__(self, **kwargs): argument 25 def __getattribute__(self, name): argument 43 def old_cppNamespace(self, typename="server"): argument 46 def old_cppNamespacedClass(self, typename="server"): argument 49 def headerFile(self, typename="common"): argument 52 def cppNamespace(self): argument 55 def cppNamespacedClass(self): argument 58 def registryPrefix(self, root_prefix): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
| H A D | context.py | 38 def __init__(self, suite, processes, setupfunc, removefunc, bb_vars): argument 46 def run(self, result): argument 70 …def __init__(self, td=None, logger=None, machines=None, config_paths=None, newbuilddir=None, keep_… argument 81 def set_variables(self, vars): argument 84 def setup_builddir(self, suffix, selftestdir, suite): argument 163 def prepareSuite(self, suites, processes): argument 171 def runTests(self, processes=None, machine=None, skips=[]): argument 174 def listTests(self, display_type, machine=None): argument 185 def register_commands(self, logger, parser): argument 240 def _get_cases_paths(self, bbpath): argument [all …]
|