/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 32 def __init__(self, path, msg): argument 45 def __init__(self, path, cls, *names): argument 92 def __init__(self, cast, target): argument 98 def __call__(self, arg): argument 107 def __init__(self, type): argument 110 def __call__(self, arg): argument 132 def __call__(self, arg): argument 139 def __call__(self, arg): argument 146 def __init__(self, **kw): argument 150 def argument(self, loader, indent): argument [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | hex_common.py | 146 def __init__(self, name, beh, attribs): argument 330 def __init__(self, proto_arg, call_arg, func_arg): argument 336 def __init__(self, regtype, regid): argument 340 def decl_reg_num(self, f, regno): argument 344 def idef_arg(self, declared): argument 346 def helper_arg(self): argument 357 def is_scalar_reg(self): argument 359 def is_hvx_reg(self): argument 361 def helper_arg_name(self): argument 365 def helper_proto_type(self): argument [all …]
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 41 def parsed(self) -> ParsedArray: argument 49 def raw(self) -> str: argument 53 def parsed(self) -> ParsedInitializerValue: argument 69 def instancetype(self) -> Optional[str]: argument 73 def classtype(self) -> Optional[str]: argument 77 def uppercase(self) -> Optional[str]: argument 81 def parent_uppercase(self) -> str: argument 85 def initializers(self) -> Optional[TypeInfoInitializers]: argument 106 def is_static(self) -> bool: argument 109 def is_const(self) -> bool: argument [all …]
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_client.py | 43 def __init__(self, error_message: str, exc: Exception): argument 47 def __str__(self) -> str: argument 77 def __init__(self, error_response: ErrorResponse, argument 113 def __init__(self, error_message: str, msg: Message): argument 118 def __str__(self) -> str: argument 152 def __init__(self, error_message: str, msg: Message, sent: Message): argument 206 def __init__(self, name: Optional[str] = None) -> None: argument 230 def greeting(self) -> Optional[Greeting]: argument 235 async def _establish_session(self) -> None: argument 259 async def _get_greeting(self) -> Greeting: argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 30 def alias(self): argument 34 def alias(self): argument 106 def encode(self, encoding): argument 136 def encode(self, encoding): argument 156 def setup(self, parent=None, previous_element=None, next_element=None, argument 197 def format_string(self, s, formatter): argument 210 def formatter_for_name(self, formatter): argument 231 def _is_xml(self): argument 257 def _all_strings(self, strip=False, types=default): argument 265 def stripped_strings(self): argument [all …]
|
/openbmc/openbmc-tools/reboot-ping-pong/ |
H A D | rpp | 24 def __init__(self, session, prompt): argument 28 def _clear(self): argument 31 def _state(self, cmd, needle): argument 39 def hoststate(self): argument 46 def bmcstate(self): argument 52 def poweron(self): argument 56 def chassisoff(self): argument 62 def write(self, bstring): argument 68 def flush(self): argument 73 def __init__(self, entity): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | rootfs.py | 21 def __init__(self, d, progress_reporter=None, logcatcher=None): argument 32 def _create(self): argument 36 def _get_delayed_postinsts(self): argument 40 def _save_postinsts(self): argument 44 def _log_check(self): argument 47 def _log_check_common(self, type, match): argument 86 def _log_check_warn(self): argument 89 def _log_check_error(self): argument 92 def _insert_feed_uris(self): argument 106 def _cleanup(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | xmlrpcserver.py | 27 def __init__(self, request, client_address, server): argument 31 def do_POST(self): argument 45 def report_503(self): argument 57 def __init__(self, interface, cooker, parent): argument 75 def register_functions(self, context, prefix): argument 85 def get_timeout(self, delay): argument 89 def handle_requests(self): argument 94 def __init__(self, server): argument 99 def registerEventHandler(self, host, port): argument 112 def unregisterEventHandler(self, handlerNum): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 47 def default(self, obj): argument 76 def __init__(self, data): argument 87 def finalise(self, fn, d, varient): argument 90 def postparsing_clean_cache(self): argument 93 def setup_datacache(self, datacaches): argument 96 def setup_datacache_from_datastore(self, mcfn, d): argument 114 def get_cached_unihash(self, tid): argument 117 def get_unihash(self, tid): argument 123 def get_unihashes(self, tids): argument 126 def prep_taskhash(self, tid, deps, dataCaches): argument [all …]
|
H A D | taskdata.py | 33 def __init__(self): argument 42 def __init__(self, halt = True, skiplist = None, allowincomplete = False): argument 67 def add_tasks(self, fn, dataCache): argument 168 def add_extra_deps(self, fn, dataCache): argument 183 def have_build_target(self, target): argument 191 def have_runtime_target(self, target): argument 199 def seen_build_target(self, name): argument 206 def add_build_target(self, fn, item): argument 218 def seen_run_target(self, name): argument 225 def add_runtime_target(self, fn, item): argument [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
H A D | runfvp.py | 16 def setUpLocal(self): argument 19 def run_fvp(self, *args, env=None, should_succeed=True): argument 36 def test_help(self): argument 40 def test_bad_options(self): argument 43 def test_run_auto_tests(self): argument 51 def test_fvp_options(self): argument 55 def test_fvp_environment(self): argument 61 def test_no_exe(self): argument 70 def test_minimal(self): argument 91 def create_mock(self): argument [all …]
|
/openbmc/u-boot/scripts/kconfig/tests/ |
H A D | conftest.py | 30 def __init__(self, request): argument 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 116 def oldaskconfig(self, dot_config=None, in_keys=None): argument 126 def oldconfig(self, dot_config=None, in_keys=None): argument 136 def olddefconfig(self, dot_config=None): argument 144 def defconfig(self, defconfig): argument 153 def _allconfig(self, mode, all_config): argument 162 def allyesconfig(self, all_config=None): argument 170 def allmodconfig(self, all_config=None): argument 178 def allnoconfig(self, all_config=None): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_all_projects_page.py | 31 def setUp(self): argument 44 def _create_projects(self, nb_project=10): argument 55 def _add_build_to_default_project(self): argument 63 def _add_non_default_project(self): argument 82 def _get_row_for_project(self, project_name): argument 96 def test_default_project_hidden(self): argument 108 def test_default_project_has_build(self): argument 121 def test_default_project_release(self): argument 156 def test_default_project_machine(self): argument 192 def test_project_page_links(self): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | systemd.py | 19 def systemctl(self, action='', target='', expected=0, verbose=False): argument 30 def journalctl(self, args='',l_match_units=None): argument 61 def settle(self): argument 84 def test_systemd_basic(self): argument 88 def test_systemd_list(self): argument 92 def test_systemd_failed(self): argument 108 def test_systemd_status(self): argument 112 def test_systemd_stop_start(self): argument 122 def test_systemd_disable_enable(self): argument 131 def test_systemd_disable_enable_ro(self): argument [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 296 | 30 def __init__(self, index): argument 35 def id(self): argument 38 def secret(self): argument 41 def to_cmdline_object(self): argument 44 def to_qmp_object(self): argument 53 def setUp(self): argument 68 def tearDown(self): argument 75 def createImg(self, file, secret): argument 88 def addKey(self, file, secret, new_secret): argument 116 def openImageQmp(self, vm, id, file, secret, argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | gcc.py | 21 def check_skip(self, suite): argument 26 def run_check(self, *suites, ssh = None): argument 72 def run_check_emulated(self, *args, **kwargs): argument 93 def test_cross_gcc(self): argument 98 def test_cross_gxx(self): argument 103 def test_libatomic(self): argument 108 def test_libgomp(self): argument 113 def test_libstdcxx(self): argument 118 def test_libssp(self): argument 124 def test_libitm(self): argument [all …]
|
H A D | buildoptions.py | 21 def test_incremental_image_generation(self): argument 39 def test_ccache_tool(self): argument 54 def test_read_only_image(self): argument 64 def test_stoptask_behavior(self): argument 78 def getline(self, res, line): argument 83 def test_options_warnqa_errorqa_switch(self): argument 104 def test_layer_without_git_dir(self): argument 145 def test_buildhistory_basic(self): argument 149 def test_buildhistory_buildtime_pr_backwards(self): argument 155 def test_fileinfo(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | compression.py | 19 def setUp(self): argument 24 def _file_helper(self, mode_suffix, data): argument 35 def test_text_file(self): argument 38 def test_binary_file(self): argument 41 def _pipe_helper(self, mode_suffix, data): argument 51 def test_text_pipe(self): argument 54 def test_binary_pipe(self): argument 57 def test_bad_decompress(self): argument 68 def setUp(self): argument 74 def do_open(self, *args, **kwargs): argument [all …]
|
H A D | color.py | 20 def __init__(self): argument 23 def handle_event(self, event, d): argument 26 def reports(self): argument 31 def setUp(self): argument 36 def tearDown(self): argument 39 def test_filter_color(self): argument 44 def test_filter_color_n(self): argument 50 def test_LineFilterProgressHandler_color_filtering(self): argument 54 def writeline(self, line): argument 76 def test_BasicProgressHandler_color_filtering(self): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | targetcontrol.py | 24 def __init__(self, d, logger): argument 34 def deploy(self): argument 44 def start(self, params=None, ssh=True, extra_bootparams=None): argument 48 def stop(self): argument 52 def get_extra_files(self): argument 56 def match_image_fstype(self, d, image_fstypes=None): argument 65 def get_image_fstype(self, d): argument 72 def restart(self, params=None): argument 76 def run(self, cmd, timeout=None): argument 79 def copy_to(self, localpath, remotepath): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | case.py | 20 def __init__(self, methodName="runTest"): argument 98 def setUp(self): argument 125 def setUpLocal(self): argument 128 def tearDown(self): argument 151 def tearDownLocal(self): argument 154 def add_command_to_tearDown(self, command): argument 159 def track_for_cleanup(self, path): argument 164 def write_config(self, data, multiconfig=None): argument 177 def append_config(self, data): argument 182 def remove_config(self, data): argument [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | gui.py | 47 def __init__(self, trace, options, xscale): argument 80 def bound_vals(self): argument 86 def on_draw(self, darea, cr): argument 99 def position_changed(self): argument 104 def zoom_image (self, zoom_ratio): argument 109 def zoom_to_rect (self, rect): argument 115 def set_xscale(self, xscale): argument 122 def on_expand(self, action): argument 125 def on_contract(self, action): argument 128 def on_zoom_in(self, action): argument [all …]
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_console_base.py | 46 def __init__(self, console, check_type): argument 50 def __enter__(self): argument 54 def __exit__(self, extype, value, traceback): argument 63 def __init__(self, console, timeout): argument 68 def __enter__(self): argument 71 def __exit__(self, extype, value, traceback): argument 80 def __init__(self, log, config, max_fifo_fill): argument 116 def eval_bad_patterns(self): argument 122 def close(self): argument 140 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument [all …]
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 43 def __init__(self, wks_file, rootfs_dir, bootimg_dir, kernel_dir, argument 83 def setup_workdir(self, workdir): argument 93 def do_create(self): argument 105 def update_fstab(self, image_rootfs): argument 156 def _full_path(self, path, name, extention): argument 163 def create(self): argument 190 def assemble(self): argument 196 def finalize(self): argument 224 def print_info(self): argument 255 def rootdev(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | sqlite.py | 130 def __init__(self, dbname, sync): argument 135 async def create(self): argument 191 def connect(self, logger): argument 196 def __init__(self, logger, dbname, sync): argument 211 async def __aenter__(self): argument 214 async def __aexit__(self, exc_type, exc_value, traceback): argument 217 async def _set_config(self, cursor, name, value): argument 229 async def _get_config(self, cursor, name): argument 241 async def close(self): argument 244 async def get_unihash_by_taskhash_full(self, method, taskhash): argument [all …]
|