Home
last modified time | relevance | path

Searched defs:self (Results 126 – 150 of 1122) sorted by relevance

12345678910>>...45

/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py11 def __init__(self, **kwargs): argument
61 def is_enum(self): argument
66 def is_integer(self): argument
79 def is_floating_point(self): argument
86 def cppTypeParam(self, interface, full=False, typename="common"): argument
89 def default_value(self, interface): argument
100 self, interface, cppTypeName, full=False, typename="common" argument
119 def enum_headers(self, interface=None): argument
123 def __enum_headers(self, typeTuple, interface=None): argument
154 def parse_cpp_type(self): 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 …]
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py43 def __init__(self, error_message: str, exc: Exception): argument
47 def __str__(self) -> str: argument
77 def __init__(self, error_response: ErrorResponse, argument
113 def __init__(self, error_message: str, msg: Message): argument
118 def __str__(self) -> str: argument
152 def __init__(self, error_message: str, msg: Message, sent: Message): argument
206 def __init__(self, name: Optional[str] = None) -> None: argument
230 def greeting(self) -> Optional[Greeting]: argument
235 async def _establish_session(self) -> None: argument
259 async def _get_greeting(self) -> Greeting: argument
[all …]
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py30 def __init__(self, request): argument
39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
116 def oldaskconfig(self, dot_config=None, in_keys=None): argument
126 def oldconfig(self, dot_config=None, in_keys=None): argument
136 def olddefconfig(self, dot_config=None): argument
144 def defconfig(self, defconfig): argument
153 def _allconfig(self, mode, all_config): argument
162 def allyesconfig(self, all_config=None): argument
170 def allmodconfig(self, all_config=None): argument
178 def allnoconfig(self, all_config=None): argument
[all …]
/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp24 def __init__(self, session, prompt): argument
28 def _clear(self): argument
31 def _state(self, cmd, needle): argument
39 def hoststate(self): argument
46 def bmcstate(self): argument
52 def poweron(self): argument
56 def chassisoff(self): argument
62 def write(self, bstring): argument
68 def flush(self): argument
73 def __init__(self, entity): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py21 def __init__(self, d, progress_reporter=None, logcatcher=None): argument
32 def _create(self): argument
36 def _get_delayed_postinsts(self): argument
40 def _save_postinsts(self): argument
44 def _log_check(self): argument
47 def _log_check_common(self, type, match): argument
86 def _log_check_warn(self): argument
89 def _log_check_error(self): argument
92 def _insert_feed_uris(self): argument
106 def _cleanup(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/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py47 def __init__(self, trace, options, xscale): argument
80 def bound_vals(self): argument
86 def on_draw(self, darea, cr): argument
99 def position_changed(self): argument
104 def zoom_image (self, zoom_ratio): argument
109 def zoom_to_rect (self, rect): argument
115 def set_xscale(self, xscale): argument
122 def on_expand(self, action): argument
125 def on_contract(self, action): argument
128 def on_zoom_in(self, action): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py24 def __init__(self, d, logger): argument
34 def deploy(self): argument
44 def start(self, params=None, ssh=True, extra_bootparams=None): argument
48 def stop(self): argument
52 def get_extra_files(self): argument
56 def match_image_fstype(self, d, image_fstypes=None): argument
65 def get_image_fstype(self, d): argument
72 def restart(self, params=None): argument
76 def run(self, cmd, timeout=None): argument
79 def copy_to(self, localpath, remotepath): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py20 def __init__(self, methodName="runTest"): argument
98 def setUp(self): argument
125 def setUpLocal(self): argument
128 def tearDown(self): argument
151 def tearDownLocal(self): argument
154 def add_command_to_tearDown(self, command): argument
159 def track_for_cleanup(self, path): argument
164 def write_config(self, data, multiconfig=None): argument
177 def append_config(self, data): argument
182 def remove_config(self, data): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcserver.py27 def __init__(self, request, client_address, server): argument
31 def do_POST(self): argument
45 def report_503(self): argument
57 def __init__(self, interface, cooker, parent): argument
75 def register_functions(self, context, prefix): argument
85 def get_timeout(self, delay): argument
89 def handle_requests(self): argument
94 def __init__(self, server): argument
99 def registerEventHandler(self, host, port): argument
112 def unregisterEventHandler(self, handlerNum): argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D29630 def __init__(self, index): argument
35 def id(self): argument
38 def secret(self): argument
41 def to_cmdline_object(self): argument
44 def to_qmp_object(self): argument
53 def setUp(self): argument
68 def tearDown(self): argument
75 def createImg(self, file, secret): argument
88 def addKey(self, file, secret, new_secret): argument
116 def openImageQmp(self, vm, id, file, secret, argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgcc.py21 def check_skip(self, suite): argument
26 def run_check(self, *suites, ssh = None): argument
72 def run_check_emulated(self, *args, **kwargs): argument
93 def test_cross_gcc(self): argument
98 def test_cross_gxx(self): argument
103 def test_libatomic(self): argument
108 def test_libgomp(self): argument
113 def test_libstdcxx(self): argument
118 def test_libssp(self): argument
124 def test_libitm(self): argument
[all …]
H A Dbuildoptions.py21 def test_incremental_image_generation(self): argument
39 def test_ccache_tool(self): argument
54 def test_read_only_image(self): argument
64 def test_stoptask_behavior(self): argument
78 def getline(self, res, line): argument
83 def test_options_warnqa_errorqa_switch(self): argument
104 def test_layer_without_git_dir(self): argument
145 def test_buildhistory_basic(self): argument
149 def test_buildhistory_buildtime_pr_backwards(self): argument
155 def test_fileinfo(self): argument
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py46 def __init__(self, console, check_type): argument
50 def __enter__(self): argument
54 def __exit__(self, extype, value, traceback): argument
63 def __init__(self, console, timeout): argument
68 def __enter__(self): argument
71 def __exit__(self, extype, value, traceback): argument
80 def __init__(self, log, config, max_fifo_fill): argument
116 def eval_bad_patterns(self): argument
122 def close(self): argument
140 def run_command(self, cmd, wait_for_echo=True, send_nl=True, argument
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py43 def __init__(self, wks_file, rootfs_dir, bootimg_dir, kernel_dir, argument
83 def setup_workdir(self, workdir): argument
93 def do_create(self): argument
105 def update_fstab(self, image_rootfs): argument
156 def _full_path(self, path, name, extention): argument
163 def create(self): argument
190 def assemble(self): argument
196 def finalize(self): argument
224 def print_info(self): argument
255 def rootdev(self): 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/
H A Drunqueue.py90 def __init__(self, total, setscene_total): argument
101 def copy(self): argument
106 def taskFailed(self): argument
110 def taskCompleted(self): argument
114 def taskSkipped(self): argument
118 def taskActive(self): argument
121 def updateCovered(self, covered, notcovered): argument
125 def updateActiveSetscene(self, active): argument
144 def __init__(self, runqueue, rqdata): argument
167 def is_pressure_usable(self): argument
[all …]
H A Dtaskdata.py33 def __init__(self): argument
42 def __init__(self, halt = True, skiplist = None, allowincomplete = False): argument
67 def add_tasks(self, fn, dataCache): argument
168 def add_extra_deps(self, fn, dataCache): argument
183 def have_build_target(self, target): argument
191 def have_runtime_target(self, target): argument
199 def seen_build_target(self, name): argument
206 def add_build_target(self, fn, item): argument
218 def seen_run_target(self, name): argument
225 def add_runtime_target(self, fn, item): argument
[all …]
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py16 def setUpLocal(self): argument
19 def run_fvp(self, *args, env=None, should_succeed=True): argument
36 def test_help(self): argument
40 def test_bad_options(self): argument
43 def test_run_auto_tests(self): argument
51 def test_fvp_options(self): argument
55 def test_fvp_environment(self): argument
61 def test_no_exe(self): argument
70 def test_minimal(self): argument
91 def create_mock(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_all_projects_page.py31 def setUp(self): argument
44 def _create_projects(self, nb_project=10): argument
55 def _add_build_to_default_project(self): argument
63 def _add_non_default_project(self): argument
82 def _get_row_for_project(self, project_name): argument
96 def test_default_project_hidden(self): argument
108 def test_default_project_has_build(self): argument
121 def test_default_project_release(self): argument
156 def test_default_project_machine(self): argument
192 def test_project_page_links(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py19 def systemctl(self, action='', target='', expected=0, verbose=False): argument
30 def journalctl(self, args='',l_match_units=None): argument
61 def settle(self): argument
84 def test_systemd_basic(self): argument
88 def test_systemd_list(self): argument
92 def test_systemd_failed(self): argument
108 def test_systemd_status(self): argument
112 def test_systemd_stop_start(self): argument
122 def test_systemd_disable_enable(self): argument
131 def test_systemd_disable_enable_ro(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py19 def setUp(self): argument
24 def _file_helper(self, mode_suffix, data): argument
35 def test_text_file(self): argument
38 def test_binary_file(self): argument
41 def _pipe_helper(self, mode_suffix, data): argument
51 def test_text_pipe(self): argument
54 def test_binary_pipe(self): argument
57 def test_bad_decompress(self): argument
68 def setUp(self): argument
74 def do_open(self, *args, **kwargs): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py130 def __init__(self, dbname, sync): argument
135 async def create(self): argument
191 def connect(self, logger): argument
196 def __init__(self, logger, dbname, sync): argument
211 async def __aenter__(self): argument
214 async def __aexit__(self, exc_type, exc_value, traceback): argument
217 async def _set_config(self, cursor, name, value): argument
229 async def _get_config(self, cursor, name): argument
241 async def close(self): argument
244 async def get_unihash_by_taskhash_full(self, method, taskhash): argument
[all …]

12345678910>>...45