Home
last modified time | relevance | path

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

12345678910>>...45

/openbmc/u-boot/tools/buildman/
H A Dtest.py111 def setUp(self): argument
145 def Make(self, commit, brd, stage, *args, **kwargs): argument
171 def assertSummary(self, text, arch, plus, boards, outcome=OUTCOME_ERR): argument
183 def testOutput(self): argument
315 def _testGit(self): argument
340 def testBoardSingle(self): argument
345 def testBoardArch(self): argument
351 def testBoardArchSingle(self): argument
359 def testBoardArchSingleMultiWord(self): argument
366 def testBoardSingleAnd(self): argument
[all …]
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/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/openbmc/poky/bitbake/lib/toaster/tests/browser/
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/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py35 def provided_identifiers(self) -> Iterable[RequiredIdentifier]: argument
57 def allfields(self): argument
60 def merge(self, other: 'TypeIdentifiers') -> Optional['TypeIdentifiers']: argument
66 def __str__(self) -> str: argument
71 def check_consistency(self) -> List[str]: argument
98 def provided_identifiers(self) -> Iterable[RequiredIdentifier]: argument
137 def make_structname(self) -> str: argument
144 def strip_typedef(self) -> Patch: argument
153 def make_simple_typedef(self) -> str: argument
158 def move_typedef(self, position) -> Iterator[Patch]: argument
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py48 def __init__(self, args): argument
76 def __init__(self, name, target_arch=None): argument
84 def _initialize(self, config, workspace, tinfoil): argument
95 def initialize(self, config, workspace, tinfoil): argument
100 def native_bin(self): argument
109 def __init__(self, args, target_arch, target_device): argument
116 def __find_gdbserver(self, config, tinfoil): argument
124 def initialize(self, config, workspace, tinfoil): argument
133 def host(self): argument
146 def __init__(self, name): 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/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-test-automation/ffdc/
H A Dffdc_collector.py145 self, argument
248 def verify_script_env(self): argument
315 def script_logging(self, log_level_attr): argument
355 def target_is_pingable(self): argument
380 def collect_ffdc(self): argument
438 def ssh_to_target_system(self): argument
473 def telnet_to_target_system(self): argument
501 def generate_ffdc(self, working_protocol_list): argument
568 def protocol_ssh(self, protocol, target_type, sub_type): argument
592 def protocol_telnet(self, target_type, sub_type): 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 close(self) global() argument
203 _fill_completion(self) global() argument
211 _completer_setup(self) global() argument
228 _save_history(self) global() argument
261 _cli_expr(self, tokens: Sequence[str], parent: QMPObject) global() argument
289 _build_cmd(self, cmdline: str) global() argument
338 _print(self, qmp_message: object, fh: IO[str] = sys.stdout) global() argument
344 _execute_cmd(self, cmdline: str) global() argument
370 connect(self, negotiate: bool = True) global() argument
374 show_banner(self, msg: str = 'Welcome to the QMP low-level shell!') global() argument
387 prompt(self) global() argument
395 read_exec_command(self) global() argument
414 repl(self) global() argument
432 __init__(self, address: SocketAddrT, pretty: bool = False, verbose: bool = False, server: bool = False, logfile: Optional[str] = None) global() argument
440 _cmd_completion(self) global() argument
457 _info_completion(self) global() argument
462 _other_completion(self) global() argument
466 _fill_completion(self) global() argument
471 _cmd_passthrough(self, cmdline: str, cpu_index: int = 0) global() argument
481 _execute_cmd(self, cmdline: str) global() argument
507 show_banner(self, msg: str = 'Welcome to the HMP shell!') global() 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 …]
H A Dqmp_tui.py143 __init__(self, address: Union[str, Tuple[str, int]], num_retries: int, retry_delay: Optional[int]) global() argument
155 add_to_history(self, msg: str, level: Optional[str] = None) global() argument
164 _cb_outbound(self, msg: Message) global() argument
180 _cb_inbound(self, msg: Message) global() argument
196 _send_to_server(self, msg: Message) global() argument
215 cb_send_to_server(self, raw_msg: str) global() argument
234 unhandled_input(self, key: str) global() argument
244 kill_app(self) global() argument
251 _kill_app(self) global() argument
263 disconnect(self) global() argument
278 _set_status(self, msg: str) global() argument
287 _get_formatted_address(self) global() argument
300 _initiate_connection(self) global() argument
328 manage_connection(self) global() argument
356 connect_server(self) global() argument
370 run(self, debug: bool = False) global() argument
411 __init__(self, text: str = '') global() argument
432 __init__(self, parent: App) global() argument
439 keypress(self, size: Tuple[int, int], key: str) global() argument
497 __init__(self, parent: App) global() argument
511 __init__(self, parent: App) global() argument
516 add_to_history(self, history: Union[str, List[Tuple[str, str]]]) global() argument
528 mouse_event(self, size: Tuple[int, int], _event: str, button: float, _x: int, _y: int, focus: bool) global() argument
545 __init__(self, parent: App) global() argument
555 cb_add_to_history(self, msg: str, level: Optional[str] = None) global() argument
583 __init__(self, parent: App) global() argument
598 __init__(self, tui: App) global() argument
602 emit(self, record: LogRecord) global() argument
[all...]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
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 …]
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 …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
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 …]
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 …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_config.py27 def _get_config_nav_item(self, index): argument
31 def _navigate_bbv_page(self): argument
44 def test_no_underscore_iamgefs_type(self): argument
62 def test_checkbox_verification(self): argument
83 def test_textbox_with_checkbox_verification(self): argument
110 def test_set_download_dir(self): argument
169 def test_set_sstate_dir(self): argument
226 def _change_bbv_value(self, **kwargs): argument
250 def test_change_distro_var(self): argument
261 def test_set_image_install_append_var(self): argument
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dcopy-before-write35 def tearDown(self): argument
40 def setUp(self): argument
50 def do_cbw_error(self, on_cbw_error): argument
102 def do_cbw_error_via_blockdev_backup(self, on_cbw_error=None): argument
164 def test_break_snapshot_on_cbw_error(self): argument
177 def test_break_guest_write_on_cbw_error(self): argument
190 def test_break_snapshot_policy_forwarding(self): argument
201 def test_break_guest_write_policy_forwarding(self): argument
212 def test_default_on_cbw_error_policy_forwarding(self): argument
223 def do_cbw_timeout(self, on_cbw_error): argument
[all …]
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py11 def __init__(self, **kwargs): argument
61 is_enum(self) global() argument
66 is_integer(self) global() argument
79 is_floating_point(self) global() argument
86 cppTypeParam(self, interface, full=False, typename="common") global() argument
89 default_value(self, interface) global() argument
100 __cppTypeParam( self, interface, cppTypeName, full=False, typename="common" ) global() argument
119 enum_headers(self, interface=None) global() argument
123 __enum_headers(self, typeTuple, interface=None) global() argument
154 parse_cpp_type(self) global() argument
165 __type_tuple(self) global() argument
187 __preprocess_yaml_type_array(self, typeArray) global() argument
266 registry_type(self) global() argument
274 __parse_cpp_type__(self, typeTuple) global() argument
329 markdown(self, loader) global() argument
334 cpp_includes(self, interface) global() argument
339 or_cpp_flags(self, flags) global() argument
[all...]
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dcommon.py14 def test_readme(self): argument
43 def find_file_by_name(self, globs): argument
61 def test_security(self): argument
75 def test_parse(self): argument
79 def test_show_environment(self): argument
83 def test_world(self): argument
92 def test_world_inherit_class(self): argument
107 def test_patches_upstream_status(self): argument
121 def test_signatures(self): argument
132 def test_layerseries_compat(self): argument
/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/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/meta/lib/oe/package_manager/ipk/
H A D__init__.py14 def write_index(self): argument
67 def __init__(self, d, rootfs_dir): argument
75 def list_pkgs(self, format=None): argument
95 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument
126 def mark_packages(self, status_tag, packages=None): argument
154 def _create_custom_config(self): argument
205 def _create_config(self): argument
231 def insert_feeds_uris(self, feed_uris, feed_base_paths, feed_archs): argument
262 def update(self): argument
276 def install(self, pkgs, attempt_only=False, hard_depends_only=False): argument
[all …]

12345678910>>...45