/openbmc/u-boot/tools/binman/ |
H A D | image_test.py | 13 def testInvalidFormat(self): argument 22 def testMissingSymbol(self): argument 31 def testMissingSymbolOptional(self): argument 42 def testBadProperty(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | suspend.py | 14 def test_date(self): argument 18 def test_ping(self): argument 27 def set_suspend(self): argument 33 def test_suspend(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | retain.py | 19 def test_retain_always(self): argument 52 def test_retain_failure(self): argument 115 def test_retain_global(self): argument 167 def test_retain_misc(self): argument
|
H A D | debuginfod.py | 20 def wait_for_debuginfod(self, port): argument 65 def start_debuginfod(self, feed_dir): argument 108 def test_debuginfod_native(self): argument 137 def test_debuginfod_qemu(self): argument
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | tripwire.py | 14 def test_tripwire_help(self): argument 21 def test_tripwire_twinstall(self): argument 30 def test_tripwire_twadmin(self): argument 40 def test_tripwire_init(self): argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 148 | 41 def create_blkdebug_file(self, blkdebug_file, bad_sector): argument 52 def setUp(self): argument 67 def tearDown(self): argument 73 def do_check_event(self, node, sector = 0): argument 83 def testQuorum(self): argument
|
H A D | qed.py | 51 def __init__(self, f): argument 60 def raw_pread(self, offset, size): argument 64 def raw_pwrite(self, offset, data): argument 68 def load_header(self): argument 71 def store_header(self): argument 74 def read_table(self, offset): argument 80 def load_l1_table(self): argument 84 def write_table(self, offset, table): argument
|
H A D | 152 | 30 def setUp(self): argument 35 def tearDown(self): argument 43 def test_unaligned(self): argument 51 def test_unaligned_with_update(self): argument
|
H A D | 044 | 37 def preallocate(self, name): argument 103 def setUp(self): argument 109 def tearDown(self): argument 113 def test_grow_refcount_table(self): argument
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | cpus.py | 132 def __init__(self): argument 135 def invoke(self, arg, from_tty): argument 152 def __init__(self): argument 155 def invoke(self, var_name, cpu=-1): argument 192 def __init__(self): argument 195 def invoke(self, cpu=-1): argument
|
/openbmc/qemu/scripts/qapi/ |
H A D | types.py | 287 def __init__(self, prefix: str): argument 292 def _begin_builtin_module(self) -> None: argument 303 def _begin_user_module(self, name: str) -> None: argument 317 def visit_begin(self, schema: QAPISchema) -> None: argument 321 def _gen_type_cleanup(self, name: str) -> None: argument 325 def visit_enum_type(self, argument 336 def visit_array_type(self, argument 346 def visit_object_type(self, argument 369 def visit_alternate_type(self, argument
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 282 def process_line(self, srctree, fn, line, libdeps, pcdeps, deps, outlines, inherits, values): argument 289 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument 296 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument 305 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 320 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 332 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 707 …def process_macro(self, srctree, keyword, value, process_value, libdeps, pcdeps, deps, outlines, i… argument 716 def extend_keywords(self, keywords): argument 720 def process_prog(self, srctree, keyword, value, prog, deps, outlines, inherits, values): argument [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_riscv_opensbi.py | 17 def boot_opensbi(self): argument 23 def test_riscv_spike(self): argument 27 def test_riscv_sifive_u(self): argument 31 def test_riscv_virt(self): argument
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_common.py | 38 def __init__(self, name: str, type_: str, argument 58 def child(self) -> bool: argument 63 def link(self) -> bool: argument 80 def __init__(self, args: argparse.Namespace): argument 131 def run(self) -> int: argument 139 def qom_list(self, path: str) -> List[ObjectPropertyInfo]: argument
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kfigure.py | 114 def pass_handle(self, node): # pylint: disable=W0613 argument 332 def visit_kernel_image(self, node): # pylint: disable=W0613 argument 352 def run(self): argument 369 def visit_kernel_figure(self, node): # pylint: disable=W0613 argument 388 def run(self): argument 407 def visit_kernel_render(self, node): argument 477 def run(self): argument 480 def build_node(self): argument
|
/openbmc/linux/scripts/tracing/ |
H A D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument 44 def calls(self, func, calltime): argument 53 def getParent(self, func): argument 67 def __repr__(self): argument 70 def __toString(self, branch, lastChild): argument
|
/openbmc/skeleton/pyipmitest/ |
H A D | ipmi_debug.py | 43 def __init__(self, bus, name): argument 47 def ReceivedMessage(self, seq, netfn, lun, cmd, data): argument 52 def sendMessage(self, seq, netfn, lun, cmd, ccode, data): argument 58 def setAttention(self): argument 63 def __init__(self, ipmi_obj): argument 72 def io_callback(self, fd, condition): argument 82 def line(self, data): argument
|
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/ |
H A D | grubtarget.py | 26 def __init__(self, d): argument 41 def _deploy(self): argument 51 def _start(self, params=None): argument 63 def _wait_until_booted(self): argument
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
H A D | manifest.py | 13 def _split_multilib(self, pkg_list): argument 32 def create_initial(self): argument 52 def create_final(self): argument 55 def create_full(self, pm): argument
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_patch.py | 28 def setUp(self): argument 42 def test_upstream_status_presence_format(self): argument 105 def test_signed_off_by_presence(self): argument 119 def test_cve_tag_format(self): argument
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
H A D | manifest.py | 14 def _split_multilib(self, pkg_list): argument 33 def create_initial(self): argument 53 def create_final(self): argument 56 def create_full(self, pm): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | functional_helpers.py | 95 def get_URL(self): argument 101 def find_element_by_link_text_in_table(self, table_id, link_text): argument 114 def get_table_element(self, table_id, *coordinate): argument 144 self, argument 220 def load_projects_page_helper(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/ |
H A D | __init__.py | 30 def setUp(self): argument 43 def _replay(self, eventfile): argument 55 def test_installed_packages(self): argument 80 def test_replay_zlib(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_toastertable_ui.py | 27 def setUp(self): argument 30 def _get_orderby_heading(self, table): argument 41 def _get_datetime_from_cell(self, row, selector): argument 54 def test_revert_orderby(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/ |
H A D | test_runbuilds.py | 27 def __init__(self, *args, **kwargs): argument 31 def run(self): argument 50 def setUp(self): argument 60 def test_runbuilds_command(self): argument
|