| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | block-status-cache | 36 def setUp(self) -> None: argument 52 def tearDown(self) -> None: argument 59 def test_with_zero_bug(self) -> None: argument
|
| H A D | stream-error-on-reset | 45 def setUp(self) -> None: argument 109 def tearDown(self) -> None: argument 114 def test_stream_error_on_reset(self) -> None: argument
|
| H A D | stream-unaligned-prefetch | 33 def setUp(self) -> None: argument 76 def tearDown(self) -> None: argument 81 def test_stream_unaligned_prefetch(self) -> None: argument
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | sdk.py | 16 def __init__(self, d, manifest_dir=None): argument 45 def _populate_sysroot(self, pm, manifest): argument 58 def _populate(self): argument
|
| /openbmc/u-boot/tools/binman/etype/ |
| H A D | u_boot_spl.py | 35 def __init__(self, section, etype, node): argument 39 def GetDefaultFilename(self): argument 42 def WriteSymbols(self, section): argument
|
| H A D | u_boot_tpl.py | 35 def __init__(self, section, etype, node): argument 39 def GetDefaultFilename(self): argument 42 def WriteSymbols(self, section): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/ |
| H A D | package.py | 33 def setUpDecorator(self): argument 62 def _decorator_fail(self, msg): argument 89 def _decorator_fail(self, msg): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | distrodata.py | 13 def test_checkpkg(self): argument 42 def test_maintainers(self): argument 119 def test_common_include_recipes(self): argument
|
| H A D | liboe.py | 19 def test_copy_tree_special(self): argument 44 def test_copy_tree_xattr(self): argument 78 def test_copy_hardlink_tree_count(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | uihelper.py | 12 def __init__(self): argument 22 def eventHandler(self, event): argument 67 def getTasks(self): argument
|
| /openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
| H A D | clamav.py | 32 def test_freshclam_help(self): argument 40 def test_ping_clamav_net(self): argument 53 def test_freshclam_download(self): argument
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_riscv64_tuxrun.py | 33 def test_riscv64(self): argument 38 def test_riscv64_maxcpu(self): argument 44 def test_riscv64_rv32(self): argument
|
| H A D | test_arm_replay.py | 18 def test_virt(self): argument 37 def test_cubieboard(self): argument 59 def test_vexpressa9(self): argument
|
| H A D | test_arm_cubieboard.py | 37 def test_arm_cubieboard_initrd(self): argument 68 def test_arm_cubieboard_sata(self): argument 104 def test_arm_cubieboard_openwrt_22_03_2(self): argument
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | layerindex.py | 29 def get_fetch_layer(self, fetchdir, url, subdir, fetch_layer, branch, shallow=False): argument 83 def do_layerindex_fetch(self, args): argument 236 def do_layerindex_show_depends(self, args): argument 245 def register_commands(self, sp): argument
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 34 def get_tcname(self, d): argument 40 def extract_sdk(self, tcname, sdk_dir, d): argument 51 def setup_context(self, d): argument 58 def run(self, d): argument
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | models.py | 47 def get_artifact(self, path): argument 54 def has_artifact(self, path): argument 95 def __init__(self, *args, **kwargs): argument 100 def save(self, *args, **kwargs): argument 116 def get_duration(self): argument 119 def get_sorted_target_list(self): argument 123 def get_machine(self): argument 126 def __str__(self): argument 164 def __str__(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/openbmc/poky/scripts/ |
| H A D | pythondeps | 32 def __init__(self, path, error): argument 37 def __str__(self): argument 42 def __init__(self): argument 46 def visit_Import(self, node): argument 50 def visit_ImportFrom(self, node): argument
|
| /openbmc/openbmc/poky/scripts/esdk-tools/ |
| H A D | devtool | 42 self.config_obj = configparser.ConfigParser() argument 46 ret = self.config_obj.get(section, option) argument 56 self.config_obj.read(self argument 73 write(self) global() argument 79 set(self, section, option, value) global() argument 85 __init__(self, **kwargs) global() argument [all...] |
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | types.py | 22 def __init__(self, value, separator = None): argument 33 def __str__(self): argument 54 def findall(self, string, flags=0): argument 57 def finditer(self, string, flags=0): argument 60 def match(self, flags=0): argument 63 def search(self, string, flags=0): argument 66 def split(self, string, maxsplit=0): argument
|
| /openbmc/u-boot/tools/patman/ |
| H A D | patchstream.py | 61 def __init__(self, series, name=None, is_log=False): argument 78 def AddToSeries(self, line, name, value): argument 95 def AddToCommit(self, line, name, value): argument 109 def CloseCommit(self): argument 123 def ProcessLine(self, line): argument 341 def Finalize(self): argument 348 def ProcessStream(self, infd, outfd): argument
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | visit.py | 335 def __init__(self, prefix: str): argument 340 def _begin_builtin_module(self) -> None: argument 352 def _begin_user_module(self, name: str) -> None: argument 369 def visit_enum_type(self, argument 380 def visit_array_type(self, argument 389 def visit_object_type(self, argument 411 def visit_alternate_type(self, argument
|
| /openbmc/qemu/scripts/ |
| H A D | block-coroutine-wrapper.py | 56 def __init__(self, param_decl: str) -> None: argument 66 def __init__(self, wrapper_type: str, return_type: str, name: str, argument 105 def gen_ctx(self, prefix: str = '') -> str: argument 117 def gen_list(self, format: str) -> str: argument 120 def gen_block(self, format: str) -> str: argument
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | report.py | 29 def __init__(self, success=False): argument 32 def serialize(self): argument 45 def __init__(self, argument 74 def serialize(self): argument 108 def to_json(self): argument
|