Home
last modified time | relevance | path

Searched defs:self (Results 451 – 475 of 1123) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/qemu/tests/functional/
H A Dtest_virtio_balloon.py37 def wait_for_console_pattern(self, success_message, vm=None): argument
45 def mount_root(self): argument
62 def assert_initial_stats(self): argument
72 def assert_running_stats(self, then): argument
111 def test_virtio_balloon_stats(self): argument
H A Dtest_s390x_ccw_virtio.py49 def wait_for_console_pattern(self, success_message, vm=None): argument
54 def wait_for_crw_reports(self): argument
60 def clear_guest_dmesg(self): argument
66 def test_s390x_devices(self): argument
172 def test_s390x_fedora(self): argument
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py25 def __init__(self): argument
32 def _run_command(self, command, path, default=None): argument
40 def _handle_git_remote(self, remote): argument
50 def _get_bitbake_info(self): argument
71 def _load_bblayers(self, branches=None): argument
150 def load_index(self, url, load): argument
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py41 def __init__(self, d): argument
49 def exportStart(self): argument
58 def run(self, cmd, timeout=None): argument
61 def copy_to(self, localpath, remotepath): argument
64 def copy_from(self, remotepath, localpath): argument
69 def getVar(self, key, unused = None): argument
/openbmc/qemu/scripts/qemugdb/
H A Dcoroutine.py144 def __init__(self): argument
148 def invoke(self, arg, from_tty): argument
158 def __init__(self): argument
162 def invoke(self, arg, from_tty): argument
185 def __init__(self): argument
188 def invoke(self, addr): argument
192 def __init__(self): argument
195 def invoke(self, addr): argument
H A Dmtree.py32 def __init__(self): argument
36 def invoke(self, arg, from_tty): argument
41 def queue_root(self, varname): argument
44 def process_queue(self): argument
50 def print_item(self, ptr, offset = gdb.Value(0), level = 0): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py34 def __init__(self, licensestr, exc): argument
39 def __str__(self): argument
43 def __init__(self, license): argument
47 def __str__(self): argument
56 def get_elements(self, licensestr): argument
72 def visit_elements(self, elements): argument
76 def visit_string(self, licensestr): argument
82 def __init__(self, choose_licenses): argument
87 def visit_Str(self, node): argument
90 def visit_Constant(self, node): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py21 def apply_search(self, search_term, prj, request): argument
66 def apply_search(self, search_term, prj, request): argument
96 def __init__(self): argument
99 def apply_search(self, search_term, prj, request): argument
126 def apply_search(self, search_term, prj, request): argument
156 def apply_search(self, search_term, prj, request): argument
179 def apply_search(self, search_term, prj, request): argument
/openbmc/qemu/tests/functional/qemu_test/
H A Dports.py25 def __enter__(self): argument
31 def __exit__(self, exc_type, exc_value, traceback): argument
35 def check_bind(self, port: int) -> bool: argument
44 def find_free_ports(self, count: int) -> List[int]: argument
54 def find_free_port(self) -> int: argument
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/
H A Dgrubtarget.py26 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 Dmanifest.py13 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/oeqa/selftest/cases/
H A Ddebuginfod.py20 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/poky/meta/lib/patchtest/tests/
H A Dtest_patch.py28 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/qemu/tests/qemu-iotests/
H A D15230 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 D04437 def preallocate(self, name): argument
103 def setUp(self): argument
109 def tearDown(self): argument
113 def test_grow_refcount_table(self): argument
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Dmanifest.py14 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/qemu/scripts/
H A Ddump-guest-memory.py68 def __init__(self, arch): argument
121 def add_note(self, n_name, n_desc, n_type): argument
141 def add_vmcoreinfo_note(self, vmcoreinfo): argument
159 def add_segment(self, p_type, p_paddr, p_size): argument
171 def to_file(self, elf_file): argument
230 def __init__(self, endianness, elfclass): argument
266 def __init__(self): argument
295 def __init__(self): argument
503 def __init__(self): argument
510 def dump_init(self, vmcore): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dlicense.py11 def __init__(self): argument
15 def visit_Str(self, node): argument
35 def test_single_licenses(self): argument
40 def test_invalid_licenses(self): argument
56 def test_tests(self): argument
100 def test_tests(self): argument
H A Dutils.py14 def test_filter(self): argument
44 def test_version_exception(self): argument
50 def test_num_exception(self): argument
56 def test_valid(self): argument
65 def test_multiprocesslaunch(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgomod.py86 def supports(self, ud, d): argument
90 def urldata_init(self, ud, d): argument
130 def unpack(self, ud, rootdir, d): argument
165 def supports(self, ud, d): argument
169 def urldata_init(self, ud, d): argument
224 def unpack(self, ud, rootdir, d): argument
H A Dcvs.py25 def supports(self, ud, d): argument
31 def urldata_init(self, ud, d): argument
58 def need_update(self, ud, d): argument
65 def download(self, ud, d): argument
152 def clean(self, ud, d): argument
/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py15 def server_start(self, root_dir, logger): argument
21 def log_message(self, format_str, *args): argument
26 def __init__(self, root_dir, host='', port=0, logger=None): argument
34 def start(self): argument
57 def stop(self): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py27 def __init__(self, *args, **kwargs): argument
31 def _verify_build_environment(self): argument
138 def _verify_default_settings(self): argument
145 def _verify_builds_in_progress(self): argument
164 def handle(self, **options): argument
/openbmc/sdbusplus/tools/sdbusplus/
H A Derror.py10 def __init__(self, **kwargs): argument
28 def __init__(self, **kwargs): argument
42 def markdown(self, loader): argument
45 def exception_header(self, loader): argument
48 def exception_cpp(self, loader): argument
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py42 def _default(self, language, value, kwarg): argument
50 self, language=None, entity_substitution=None, argument
101 def substitute(self, ns): argument
121 def attribute_value(self, value): argument
130 def attributes(self, tag): argument
151 def __init__(self, *args, **kwargs): argument
158 def __init__(self, *args, **kwargs): argument

1...<<11121314151617181920>>...45