Home
last modified time | relevance | path

Searched defs:self (Results 101 – 125 of 1122) sorted by relevance

12345678910>>...45

/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/u-boot/tools/binman/
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/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 …]
H A Dtest_all_builds_page.py30 def setUp(self): argument
69 def _get_build_time_element(self, build): argument
86 def _get_row_for_build(self, build): argument
109 def _get_create_builds(self, **kwargs): argument
146 def _create_recipe(self): argument
152 def _set_buildRequest_and_task_on_build(self, build): argument
169 def test_show_tasks_with_suffix(self): argument
187 def test_rebuild_buttons(self): argument
215 def test_tooltips_on_project_name(self): argument
251 def test_builds_time_links(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py27 def setUpLocal(self): argument
42 def track_for_cleanup(self, path): argument
47 def config_sstate(self, temp_sstate_location=False, add_local_mirrors=[]): argument
69 def search_sstate(self, filename_regex, distro_specific=True, distro_nonspecific=True): argument
83 …def run_test_sstate_creation(self, targets, distro_specific=True, distro_nonspecific=True, temp_ss… argument
134 …def run_test_cleansstate_task(self, targets, distro_specific=True, distro_nonspecific=True, temp_s… argument
151 def run_test_rebuild_distro_specific_sstate(self, targets, temp_sstate_location=True): argument
182 def sstate_common_samesigs(self, configA, configB, allarch=False): argument
216 def test_autorev_sstate_works(self): argument
254 def test_sstate_creation_distro_specific_pass(self): argument
[all …]
H A Dprservice.py29 def cleanup(self): argument
36 def get_pr_version(self, package_name): argument
43 def get_task_stamp(self, package_name, recipe_task): argument
56 def increment_package_pr(self, package_name): argument
63 def config_pr_tests(self, package_name, package_type='rpm', pr_socket='localhost:0'): argument
70 …def run_test_pr_service(self, package_name, package_type='rpm', track_task='do_package', pr_socket… argument
86 def run_test_pr_export_import(self, package_name, replace_current_db=True): argument
111 def test_import_export_replace_db(self): argument
114 def test_import_export_override_db(self): argument
117 def test_pr_service_rpm_arch_dep(self): argument
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py126 def __init__(self) -> None: argument
129 def append(self, value: str) -> None: argument
133 def complete(self, text: str, state: int) -> Optional[str]: argument
179 def __init__(self, address: SocketAddrT, argument
198 def close(self) -> None: argument
203 def _fill_completion(self) -> None: argument
211 def _completer_setup(self) -> None: argument
228 def _save_history(self) -> None: argument
261 def _cli_expr(self, argument
289 def _build_cmd(self, cmdline: str) -> Optional[QMPMessage]: argument
[all …]
H A Dqmp_tui.py154 def __init__(self, address: Union[str, Tuple[str, int]], num_retries: int, argument
166 def add_to_history(self, msg: str, level: Optional[str] = None) -> None: argument
175 def _cb_outbound(self, msg: Message) -> Message: argument
191 def _cb_inbound(self, msg: Message) -> Message: argument
207 async def _send_to_server(self, msg: Message) -> None: argument
226 def cb_send_to_server(self, raw_msg: str) -> None: argument
245 def unhandled_input(self, key: str) -> None: argument
255 def kill_app(self) -> None: argument
262 async def _kill_app(self) -> None: argument
274 async def disconnect(self) -> None: argument
[all …]
H A Devents.py480 self, argument
501 def history(self) -> Tuple[Message, ...]: argument
511 def accept(self, event: Message) -> bool: argument
531 async def put(self, event: Message) -> None: argument
551 async def get(self) -> Message: argument
559 def empty(self) -> bool: argument
565 def clear(self) -> List[Message]: argument
589 def __aiter__(self) -> AsyncIterator[Message]: argument
592 async def __anext__(self) -> Message: argument
618 def __init__(self) -> None: argument
[all …]
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py18 def setUp(self): argument
27 def tearDown(self): argument
31 def copy_subconfig(self, cfg, provider): argument
43 def restore_parsec_config(self): argument
48 def check_parsec_providers(self, provider=None, prov_id=None): argument
60 def run_cli_tests(self, prov_id=None, extra_params=""): argument
66 def check_packageconfig(self, prov): argument
81 def check_packages(self, prov, packages): argument
94 def test_all_providers(self): argument
100 def configure_tpm_provider(self): argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D09331 def blockstats(self, device): argument
39 def required_drivers(self): argument
43 def setUp(self): argument
49 def tearDown(self): argument
52 def configure_throttle(self, ndrives, params): argument
60 def do_test_throttle(self, ndrives, seconds, params, first_drive = 0): argument
145 def test_all(self): argument
163 def test_one(self): argument
180 def test_burst(self): argument
218 def test_remove_group_member(self): argument
[all …]
H A D28134 def setUp(self): argument
53 def tearDown(self): argument
58 def test_add_dirty_bitmap(self): argument
74 def setUp(self): argument
99 def tearDown(self): argument
105 def test_nbd_mirror(self): argument
139 def setUp(self): argument
154 def tearDown(self): argument
159 def test_external_snapshot_abort(self): argument
196 def setUp(self): argument
[all …]
/openbmc/u-boot/tools/buildman/
H A Dboard.py9 def __init__(self, expr): argument
18 def Matches(self, props): argument
31 def __str__(self): argument
40 def __init__(self): argument
44 def AddExpr(self, expr): argument
53 def __str__(self): argument
57 def Matches(self, props): argument
74 def __init__(self, status, arch, cpu, soc, vendor, board_name, target, options): argument
101 def __init__(self): argument
105 def AddBoard(self, board): argument
[all …]
H A Dtoolchain.py22 def __init__(self, arch): argument
37 def handle_starttag(self, tag, attrs): argument
60 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument
115 def GetPriority(self, fname): argument
135 def GetWrapper(self, show_warning=True): argument
147 def MakeEnvironment(self, full_path): argument
179 def MakeArgs(self): argument
211 def __init__(self, override_toolchain=None): argument
218 def GetPathList(self, show_warning=True): argument
244 def GetSettings(self, show_warning=True): 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/phosphor-dbus-monitor/src/
H A Dpdmgen.py32 def __init__(self, path, msg): argument
45 def __init__(self, path, cls, *names): argument
92 def __init__(self, cast, target): argument
98 def __call__(self, arg): argument
107 def __init__(self, type): argument
110 def __call__(self, arg): argument
132 def __call__(self, arg): argument
139 def __call__(self, arg): argument
146 def __init__(self, **kw): argument
150 def argument(self, loader, indent): argument
[all …]
/openbmc/qemu/target/hexagon/
H A Dhex_common.py146 def __init__(self, name, beh, attribs): argument
330 def __init__(self, proto_arg, call_arg, func_arg): argument
336 def __init__(self, regtype, regid): argument
340 def decl_reg_num(self, f, regno): argument
344 def idef_arg(self, declared): argument
346 def helper_arg(self): argument
357 def is_scalar_reg(self): argument
359 def is_hvx_reg(self): argument
361 def helper_arg_name(self): argument
365 def helper_proto_type(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/cases/
H A Ddevtool.py39 def _test_devtool_build(self, directory): argument
46 def _test_devtool_build_package(self, directory): argument
53 def test_devtool_location(self): argument
58 def test_devtool_add_reset(self): argument
62 def test_devtool_build_make(self): argument
65 def test_devtool_build_esdk_package(self): argument
68 def test_devtool_build_cmake(self): argument
71 def test_extend_autotools_recipe_creation(self): argument
80 def test_devtool_kernelmodule(self): argument
89 def test_recipes_for_nodejs(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py30 def alias(self): argument
34 def alias(self): argument
106 def encode(self, encoding): argument
136 def encode(self, encoding): argument
156 def setup(self, parent=None, previous_element=None, next_element=None, argument
197 def format_string(self, s, formatter): argument
210 def formatter_for_name(self, formatter): argument
231 def _is_xml(self): argument
257 def _all_strings(self, strip=False, types=default): argument
265 def stripped_strings(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py90 def __init__(self, d): argument
97 def write(self, string): argument
133 def init(self, d): argument
136 def supports(self, ud, d): argument
142 def supports_checksum(self, urldata): argument
145 def cleanup_upon_failure(self): argument
148 def urldata_init(self, ud, d): argument
308 def localpath(self, ud, d): argument
311 def need_update(self, ud, d): argument
317 def clonedir_need_update(self, ud, d): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py47 def default(self, obj): argument
76 def __init__(self, data): argument
87 def finalise(self, fn, d, varient): argument
90 def postparsing_clean_cache(self): argument
93 def setup_datacache(self, datacaches): argument
96 def setup_datacache_from_datastore(self, mcfn, d): argument
114 def get_cached_unihash(self, tid): argument
117 def get_unihash(self, tid): argument
123 def get_unihashes(self, tids): argument
126 def prep_taskhash(self, tid, deps, dataCaches): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py51 self, argument
69 async def connect_tcp(self, address, port): argument
76 async def connect_unix(self, path): argument
93 async def connect_websocket(self, uri): argument
129 async def setup_connection(self): argument
151 async def get_header(self, tag, default): argument
155 async def connect(self): argument
160 async def disconnect(self): argument
165 async def close(self): argument
168 async def _send_wrapper(self, proc): argument
[all …]
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py41 def parsed(self) -> ParsedArray: argument
49 def raw(self) -> str: argument
53 def parsed(self) -> ParsedInitializerValue: argument
69 def instancetype(self) -> Optional[str]: argument
73 def classtype(self) -> Optional[str]: argument
77 def uppercase(self) -> Optional[str]: argument
81 def parent_uppercase(self) -> str: argument
85 def initializers(self) -> Optional[TypeInfoInitializers]: argument
106 def is_static(self) -> bool: argument
109 def is_const(self) -> bool: argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dparse.py33 def setUp(self): argument
38 def tearDown(self): argument
41 def parsehelper(self, content, suffix = ".bb"): argument
49 def test_parse_simple(self): argument
56 def test_parse_incomplete_function(self): argument
71 def test_parse_unset(self): argument
115 def test_parse_defaulttest(self): argument
138 def test_parse_exports(self): argument
160 def test_parse_overrides(self): argument
175 def test_parse_overrides2(self): argument
[all …]
H A Dcow.py25 def setUp(self): argument
31 def tearDown(self): argument
36 def trackWarnings(self): argument
39 def _collectWarnings(self): argument
46 def _checkAllWarningsRead(self): argument
51 def checkReportsWarning(self, expected_warning): argument
58 def checkStrOutput(self, obj, expected_levels, expected_keys): argument
76 def testGetSet(self): argument
91 def testCopyCopy(self): argument
152 def testCow(self): argument
[all …]

12345678910>>...45