Home
last modified time | relevance | path

Searched defs:self (Results 601 – 625 of 1122) sorted by relevance

1...<<21222324252627282930>>...45

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dblock-status-cache36 def setUp(self) -> None: argument
52 def tearDown(self) -> None: argument
59 def test_with_zero_bug(self) -> None: argument
H A Dstream-error-on-reset45 def setUp(self) -> None: argument
109 def tearDown(self) -> None: argument
114 def test_stream_error_on_reset(self) -> None: argument
H A Dstream-unaligned-prefetch33 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 Dsdk.py16 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 Du_boot_spl.py35 def __init__(self, section, etype, node): argument
39 def GetDefaultFilename(self): argument
42 def WriteSymbols(self, section): argument
H A Du_boot_tpl.py35 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 Dpackage.py33 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 Ddistrodata.py13 def test_checkpkg(self): argument
42 def test_maintainers(self): argument
119 def test_common_include_recipes(self): argument
H A Dliboe.py19 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 Duihelper.py12 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 Dclamav.py32 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 Dtest_riscv64_tuxrun.py33 def test_riscv64(self): argument
38 def test_riscv64_maxcpu(self): argument
44 def test_riscv64_rv32(self): argument
H A Dtest_arm_replay.py18 def test_virt(self): argument
37 def test_cubieboard(self): argument
59 def test_vexpressa9(self): argument
H A Dtest_arm_cubieboard.py37 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 Dlayerindex.py29 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 Dtestsdk.py34 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 Dmodels.py47 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 Dcreate_buildsys.py29 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 Dpythondeps32 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 Ddevtool42 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 Dtypes.py22 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 Dpatchstream.py61 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 Dvisit.py335 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 Dblock-coroutine-wrapper.py56 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 Dreport.py29 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

1...<<21222324252627282930>>...45