Home
last modified time | relevance | path

Searched defs:self (Results 76 – 100 of 1116) sorted by relevance

12345678910>>...45

/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py89 cause = str(self.exc) argument
82 __init__(self, error_message: str, exc: Exception) global() argument
109 __init__(self, error_message: str, state: Runstate, required: Runstate) global() argument
216 __init__(self, name: Optional[str] = None) global() argument
249 __repr__(self) global() argument
258 runstate(self) global() argument
263 runstate_changed(self) global() argument
273 start_server_and_accept( self, address: SocketAddrT, ssl: Optional[SSLContext] = None ) global() argument
302 start_server(self, address: SocketAddrT, ssl: Optional[SSLContext] = None) global() argument
331 accept(self) global() argument
359 connect(self, address: Union[SocketAddrT, socket.socket], ssl: Optional[SSLContext] = None) global() argument
388 disconnect(self) global() argument
405 _session_guard(self, coro: Awaitable[None], emsg: str) global() argument
462 _runstate_event(self) global() argument
472 _set_state(self, state: Runstate) global() argument
488 _stop_server(self) global() argument
503 _incoming(self, reader: asyncio.StreamReader, writer: asyncio.StreamWriter) global() argument
535 _do_start_server(self, address: SocketAddrT, ssl: Optional[SSLContext] = None) global() argument
586 _do_accept(self) global() argument
603 _do_connect(self, address: Union[SocketAddrT, socket.socket], ssl: Optional[SSLContext] = None) global() argument
651 _establish_session(self) global() argument
679 _schedule_disconnect(self) global() argument
695 _wait_disconnect(self) global() argument
725 _cleanup(self) global() argument
753 _bh_disconnect(self) global() argument
812 _bh_flush_writer(self) global() argument
823 _bh_close_stream(self, error_pathway: bool = False) global() argument
858 _bh_loop_forever(self, async_fn: _TaskFN, name: str) global() argument
889 _bh_send_message(self) global() argument
902 _bh_recv_message(self) global() argument
917 _cb_outbound(self, msg: T) global() argument
934 _cb_inbound(self, msg: T) global() argument
954 _readline(self) global() argument
983 _do_recv(self) global() argument
993 _recv(self) global() argument
1014 _do_send(self, msg: T) global() argument
1024 _send(self, msg: T) global() argument
1044 _on_message(self, msg: T) global() argument
[all...]
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py18 def __init__(self): argument
25 async def recv(self, socket): argument
41 async def send(self, socket, msgs): argument
63 async def process(self, socket, msgs): argument
83 def __init__(self, username=None, password=None): argument
90 async def setup_connection(self): argument
101 async def send_stream_batch(self, mode, msgs): argument
125 async def invoke(self, *args, skip_mode=False, **kwargs): argument
132 async def _set_mode(self, new_mode): argument
175 async def get_unihash(self, method, taskhash): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dresulttooltests.py54 def test_report_can_aggregate_test_result(self): argument
66 def test_regression_can_get_regression_base_target_pair(self): argument
74 def test_regression_can_get_regression_result(self): argument
95 def test_merge_can_merged_results(self): argument
101 def test_results_without_metadata_can_be_compared(self): argument
123 def test_target_result_with_missing_metadata_can_not_be_compared(self): argument
150 def test_results_with_matching_metadata_can_be_compared(self): argument
184 def test_results_with_mismatching_metadata_can_not_be_compared(self): argument
218 def test_metadata_matching_is_only_checked_for_relevant_test_type(self): argument
248 def test_machine_matches(self): argument
[all …]
H A Dimagefeatures.py21 def test_non_root_user_can_connect_via_ssh_without_password(self): argument
47 def test_all_users_can_connect_via_ssh_without_password(self): argument
76 def test_wayland_support_in_image(self): argument
93 def test_bmap(self): argument
125 def test_hypervisor_fmts(self): argument
163 def test_long_chain_conversion(self): argument
192 def test_image_fstypes(self): argument
237 def test_useradd_static(self): argument
247 def test_no_busybox_base_utils(self): argument
268 def test_image_gen_debugfs(self): argument
[all …]
H A Doescripts.py18 def test_buildhistory_diff(self): argument
50 def test_pybootchartguy_help(self): argument
53 def test_pybootchartguy_to_generate_build_png_output(self): argument
57 def test_pybootchartguy_to_generate_build_svg_output(self): argument
61 def test_pybootchartguy_to_generate_build_pdf_output(self): argument
73 def test_oegitproxy_help(self): argument
80 def run_oegitproxy(self, custom_shell=None): argument
117 def test_oegitproxy_proxy(self): argument
120 def test_oegitproxy_proxy_dash(self): argument
127 def test_oe_run_native(self): argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D30041 def setUp(self) -> None: argument
73 def tearDown(self) -> None: argument
81 def check_bitmap(self, bitmap_name_valid: bool) -> None: argument
92 def migrate(self, bitmap_name_valid: bool = True, argument
105 def verify_dest_error(self, msg: Optional[str]) -> None: argument
133 def set_mapping(self, vm: iotests.VM, mapping: BlockBitmapMapping, argument
179 def test_migration_without_alias(self) -> None: argument
191 def test_alias_on_src_migration(self) -> None: argument
199 def test_alias_on_dst_migration(self) -> None: argument
207 def test_alias_on_both_migration(self) -> None: argument
[all …]
H A D13932 def setUp(self): argument
38 def tearDown(self): argument
45 def checkBlockDriverState(self, node, must_exist = True): argument
52 def addBlockDriverState(self, node): argument
66 def addBlockDriverStateOverlay(self, node): argument
79 def delBlockDriverState(self, node, expect_error = False): argument
89 def addDeviceModel(self, device, backend, driver = 'virtio-blk'): argument
94 def delDeviceModel(self, device, is_virtio_blk = True): argument
110 def ejectDrive(self, device, node, expect_error = False, argument
122 def insertDrive(self, device, node): argument
[all …]
H A Dqcow2_format.py26 def default(self, obj): argument
35 def __init__(self, value): argument
38 def __str__(self): argument
44 def __str__(self): argument
59 def __str__(self): argument
70 def __str__(self): argument
84 def __init__(self, name, bases, attrs): argument
101 def __init__(self, fd=None, offset=None, data=None): argument
121 def dump(self, is_json=False): argument
135 def to_json(self): argument
[all …]
H A D14746 def blockdev_add_options(self, address, export, node_name): argument
58 def client_test(self, filename, address, export=None, argument
81 def setUp(self) argument
86 tearDown(self) global() argument
94 _try_server_up(self, *args) global() argument
102 _server_up(self, *args) global() argument
105 test_inet(self) global() argument
119 test_unix(self) global() argument
128 setUp(self) global() argument
140 tearDown(self) global() argument
151 _try_server_up(self, address, export_name=None, export_name2=None) global() argument
170 _server_up(self, address, export_name=None, export_name2=None) global() argument
173 _server_down(self) global() argument
176 do_test_inet(self, export_name=None) global() argument
192 test_inet_default_export_name(self) global() argument
195 test_inet_same_export_name(self) global() argument
198 test_inet_different_export_name(self) global() argument
201 test_inet_two_exports(self) global() argument
220 test_inet6(self) global() argument
250 test_unix(self) global() argument
258 test_fd(self) global() argument
[all...]
H A D05656 def setUp(self): argument
67 def tearDown(self): argument
76 def test_complete_top(self): argument
88 def test_cancel_sync_none(self): argument
106 def setUp(self): argument
110 def tearDown(self): argument
114 def test_before_write_notifier(self): argument
129 def setUp(self): argument
138 def tearDown(self): argument
145 def hmp_io_writes(self, drive, patterns): argument
[all …]
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py98 def __init__(self) -> None: argument
104 def result(self) -> StringList: argument
108 def entity(self) -> QAPISchemaDefinition: argument
113 def member_field_type(self) -> str: argument
118 def get_indent(self) -> str: argument
122 def indented(self) -> Generator[None]: argument
129 def add_line_raw(self, line: str, source: str, *lineno: int) -> None: argument
143 def add_line(self, content: str, info: QAPISourceInfo) -> None: argument
150 self, argument
158 def ensure_blank_line(self) -> None: argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py34 def __init__(self, *args, **kwargs): argument
39 def get_context_data(self, **kwargs): argument
47 def setup_filters(self, *args, **kwargs): argument
74 def setup_queryset(self, *args, **kwargs): argument
83 def setup_columns(self, *args, **kwargs): argument
189 def __init__(self, *args, **kwargs): argument
195 def get_context_data(self, **kwargs): argument
200 def setup_filters(self, *args, **kwargs): argument
224 def setup_queryset(self, *args, **kwargs): argument
233 def setup_columns(self, *args, **kwargs): argument
[all …]
/openbmc/qemu/scripts/qapi/
H A Dgen.py51 def __init__(self, fname: str): argument
56 def preamble_add(self, text: str) -> None: argument
59 def add(self, text: str) -> None: argument
62 def get_content(self) -> str: argument
65 def _top(self) -> str: argument
69 def _bottom(self) -> str: argument
73 def write(self, output_dir: str) -> None: argument
137 def __init__(self, fname: str): argument
141 def start_if(self, ifcond: QAPISchemaIfCond) -> None: argument
145 def end_if(self) -> None: argument
[all …]
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py40 def __init__(self, dict): argument
43 def interfaces(self): argument
46 def names(self, interface): argument
58 def __init__(self, iface): argument
61 def namespace(self): argument
65 def header(self): argument
69 def __str__(self): argument
76 def __init__(self, depth=0): argument
79 def __add__(self, depth): argument
82 def __call__(self, depth): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dksample.py17 def cmd_and_check(self, cmd='', match_string=''): argument
30 def check_arch(self, archset=''): argument
36 def check_config(self, config_opt=''): argument
43 def check_module_exist(self, path='', module_name=''): argument
51 def kfifo_func(self, name=''): argument
67 def kprobe_func(self, name=''): argument
86 def kobject_func(self, name=''): argument
105 def test_kfifo_test(self): argument
112 def test_kprobe_test(self): argument
120 def test_kobject_test(self): argument
[all …]
/openbmc/u-boot/tools/binman/
H A Dentry.py63 def __init__(self, section, etype, node, read_node=True, name_prefix=''): argument
144 def ReadNode(self): argument
167 def GetDefaultFilename(self): argument
170 def GetFdtSet(self): argument
184 def ExpandEntries(self): argument
187 def AddMissingProperties(self): argument
196 def SetCalculatedProperties(self): argument
204 def ProcessFdt(self, fdt): argument
218 def SetPrefix(self, prefix): argument
227 def SetContents(self, data): argument
[all …]
H A Delf_test.py23 def __init__(self, contents_size): argument
27 def GetPath(self): argument
38 def __init__(self, sym_value=1): argument
41 def GetPath(self): argument
44 def LookupSymbol(self, name, weak, msg): argument
51 def setUpClass(self): argument
54 def testAllSymbols(self): argument
60 def testRegexSymbols(self): argument
70 def testMissingFile(self): argument
79 def testOutsideFile(self): argument
[all …]
/openbmc/pyphosphor/obmc/utils/
H A Dpathtree.py19 def __init__(self, path_tree, subtree, depth): argument
37 def __iter__(self): argument
42 def next(self): argument
52 def _next(self): argument
80 def __init__(self, path_tree, subtree, depth): argument
85 def next(self): argument
95 def __init__(self): argument
99 def _try_delete_parent(self, elements): argument
113 def _get_node(self, key): argument
125 def __iter__(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py118 def __init__(self,f): argument
120 def debug(self,msg,*args,**kwargs): argument
124 def warning(self,msg,*args,**kwargs): argument
127 def error(self,msg,*args,**kwargs): argument
134 def __getattribute__(self,name): argument
136 def __call__(self,*args,**kwargs): argument
179 def __str__(self): return self.type argument
180 def __repr__(self): return str(self) argument
192 def __init__(self,s,stack=None): argument
197 def __getitem__(self,n): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py24 def setUp(self): argument
159 def _get_build_dashboard(self, build): argument
167 def _get_build_dashboard_errors(self, build): argument
175 def _check_for_log_message(self, message_elements, log_message): argument
206 def _check_for_error_message(self, build, log_message): argument
215 def _check_labels_in_modal(self, modal, expected): argument
231 def test_exceptions_show_as_errors(self): argument
238 def test_criticals_show_as_errors(self): argument
245 def test_edit_custom_image_button(self): argument
267 def test_new_custom_image_button(self): argument
[all …]
/openbmc/qemu/scripts/
H A Dxml-preprocess-test.py23 def test_preprocess_xml(self): argument
31 def test_save_xml(self): argument
38 def test_include(self): argument
50 def test_envvar(self): argument
59 def test_sys_var(self): argument
67 def test_cus_var(self): argument
79 def test_error_warning(self): argument
90 def test_cmd(self): argument
99 def test_foreach(self): argument
106 def test_if_elseif(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py45 def setUp(self): argument
65 def test_get_base_call_returns_html(self): argument
72 def test_get_json_call_returns_json(self): argument
93 def test_typeaheads(self): argument
149 def test_xhr_add_layer(self): argument
182 def test_custom_ok(self): argument
198 def test_custom_incomplete_params(self): argument
208 def test_xhr_custom_wrong_project(self): argument
217 def test_xhr_custom_wrong_base(self): argument
226 def test_xhr_custom_details(self): argument
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_s390x_topology.py57 def wait_until_booted(self): argument
62 def check_topology(self, c, s, b, d, e, t): argument
79 def kernel_init(self): argument
100 def system_init(self): argument
108 def test_single(self): argument
118 def test_default(self): argument
142 def test_move(self): argument
160 def test_dash_device(self): argument
197 def guest_set_dispatching(self, dispatching): argument
205 def test_polarization(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py98 def __init__(self, varname, d, unexpanded_value = None, val = None): argument
108 def var_sub(self, match): argument
120 def python_sub(self, match): argument
159 def __init__(self, metadata, **kwargs): argument
165 def __missing__(self, key): argument
176 def __init__(self, varname, expression, exception): argument
191 def addVar(self, varname): argument
195 def __str__(self): argument
200 def __init__(self, parent = None, filename = '[TOP LEVEL]'): argument
206 def copy(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py79 def __init__(self, msg): argument
86 def __init__(self, lock, lockname, sock, sockname, server_timeout, xmlrpcinterface): argument
117 def register_idle_function(self, function, data): argument
124 def run(self): argument
161 def _idle_check(self): argument
164 def wait_for_idle(self, timeout=30): argument
169 def set_async_cmd(self, cmd): argument
177 def clear_async_cmd(self): argument
182 def get_async_cmd(self): argument
186 def main(self): argument
[all …]

12345678910>>...45