Home
last modified time | relevance | path

Searched defs:self (Results 226 – 250 of 1371) sorted by relevance

12345678910>>...55

/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py26 def __init__(self): argument
30 def do_show_layers(self, args): argument
39 def version_str(self, pe, pv, pr = None): argument
47 def do_show_overlayed(self, args): argument
108 def do_show_recipes(self, args): argument
124 …def list_recipes(self, title, pnspec, show_overlayed_only, show_same_ver_only, show_filenames, sho… argument
250 def get_file_layer(self, filename): argument
257 def get_collection_res(self): argument
262 def get_file_layerdir(self, filename): argument
266 def remove_layer_prefix(self, f): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py31 def __init__(self, d): argument
96 def power_ctl(self, msg): argument
104 def power_cycle(self, conn): argument
115 def _wait_until_booted(self): argument
120 def deploy(self): argument
143 def _deploy(self): argument
146 def start(self, extra_bootparams=None): argument
154 def _start(self): argument
157 def stop(self): argument
164 def __init__(self, d): argument
[all …]
/openbmc/qemu/tests/avocado/
H A Dboot_linux_console.py51 def wait_for_console_pattern(self, success_message, vm=None): argument
56 def extract_from_deb(self, deb, path): argument
77 def extract_from_rpm(self, rpm, path): argument
100 def test_x86_64_pc(self): argument
119 def test_aarch64_xlnx_versal_virt(self): argument
146 def test_arm_virt(self): argument
167 def test_arm_emcraft_sf2(self): argument
206 def test_arm_exynos4210_initrd(self): argument
247 def test_arm_cubieboard_initrd(self): argument
291 def test_arm_cubieboard_sata(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py17 def __init__(self, d, progress_reporter=None, logcatcher=None): argument
20 def _get_pkgs_postinsts(self, status_file): argument
80 def _get_delayed_postinsts_common(self, status_file): argument
112 def _save_postinsts_common(self, dst_postinst_dir, src_postinst_dir): argument
127 def __init__(self, d, manifest_dir, progress_reporter=None, logcatcher=None): argument
155 def _file_equal(self, key, f1, f2): argument
166 def _multilib_sanity_test(self, dirs): argument
199 def _multilib_test_install(self, pkgs): argument
227 def _remove_extra_packages(self, pkgs_initial_install): argument
254 def _remove_old_rootfs(self): argument
[all …]
/openbmc/qemu/tests/functional/qemu_test/
H A Dtestcase.py40 def setUp(self, bin_prefix): argument
65 def tearDown(self): argument
95 def setUp(self): argument
99 def add_ldpath(self, ldpath): argument
102 def run_cmd(self, bin_path, args=[]): argument
116 def setUp(self): argument
131 def set_machine(self, machinename): argument
139 def require_accelerator(self, accelerator): argument
161 def require_netdev(self, netdevname): argument
167 def require_device(self, devicename): argument
[all …]
/openbmc/sdbusplus/tools/sdbusplus/
H A Devent.py15 def __init__(self, **kwargs): argument
21 def __init__(self, **kwargs): argument
29 def __init__(self, **kwargs): argument
54 def cpp_includes(self, interface): argument
60 def registry_event(self, interface, language): argument
95 def registry_mapping(self, interface): argument
101 def registry_args_mapping(self, interface): argument
111 def __getattribute__(self, name): argument
124 def __description(self): argument
183 def __init__(self, **kwargs): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcache.py85 def __init__(self, filename, metadata): argument
172 def add_cacheData(self, cachedata, fn): argument
250 def __init__(self, filename, metadata): argument
261 def add_cacheData(self, cachedata, fn): argument
328 def __getstate__(self): argument
335 def __setstate__(self, state): argument
390 def __init__(self, databuilder, mc, data_hash, caches_array): argument
412 def getCacheFile(self, cachefile): argument
415 def prepare_cache(self, progress): argument
453 def cachesize(self): argument
[all …]
/openbmc/u-boot/tools/buildman/
H A Dbuilder.py113 def __init__(self, config_filename, target): argument
119 def Add(self, fname, key, value): argument
122 def __hash__(self): argument
132 def __init__(self, target): argument
136 def Add(self, key, value): argument
214 def __init__(self, rc, err_lines, sizes, func_sizes, config, argument
223 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument
317 def __del__(self): argument
322 def signal_handler(self, signal, frame): argument
325 def SetDisplayOptions(self, show_errors=False, show_sizes=False, 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
108 def test_patches_upstream_status(self): argument
122 def test_signatures(self): argument
133 def test_layerseries_compat(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcolor.py20 def __init__(self): argument
23 def handle_event(self, event, d): argument
26 def reports(self): argument
31 def setUp(self): argument
36 def tearDown(self): argument
39 def test_filter_color(self): argument
44 def test_filter_color_n(self): argument
50 def test_LineFilterProgressHandler_color_filtering(self): argument
54 def writeline(self, line): argument
76 def test_BasicProgressHandler_color_filtering(self): argument
[all …]
/openbmc/qemu/docs/sphinx/
H A Ddbusdomain.py45 def get_index_text(self, modname: str, name: str) -> str: argument
50 self, name: str, sig: str, signode: desc_signature argument
76 def get_index_text(self, ifacename: str, name: str) -> str: argument
79 def before_content(self) -> None: argument
82 def after_content(self) -> None: argument
85 def handle_signature(self, sig: str, signode: desc_signature) -> str: argument
90 def run(self) -> List[Node]: argument
135 def get_index_text(self, ifacename: str, name: str) -> str: argument
138 def handle_signature(self, sig: str, signode: desc_signature) -> str: argument
186 def get_index_text(self, ifacename: str, name: str) -> str: argument
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py79 def __init__(self, argument
100 self, future: Awaitable[_T], timeout: Optional[float] = None argument
106 def _get_greeting(self) -> Optional[QMPMessage]: argument
116 def __exit__(self, argument
143 def connect(self, negotiate: bool = True) -> Optional[QMPMessage]: argument
158 def accept(self, timeout: Optional[float] = 15.0) -> QMPMessage: argument
178 def cmd_obj(self, qmp_cmd: QMPMessage) -> QMPMessage: argument
197 def cmd_raw(self, name: str, argument
210 def cmd(self, cmd: str, **kwds: object) -> QMPReturnValue: argument
219 def pull_event(self, argument
[all …]
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py143 def __init__(self, dtb_fname, include_disabled): argument
152 def setup_output(self, fname): argument
166 def out(self, line): argument
174 def buf(self, line): argument
182 def get_buf(self): argument
192 def out_header(self): argument
202 def get_phandle_argc(self, prop, node_name): argument
245 def scan_dtb(self): argument
253 def scan_node(self, root): argument
271 def scan_tree(self): argument
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dtally_sheet.py67 self, argument
99 self, row_key_field_name, init_fields_dict, obj_name="tally_sheet" argument
105 def set_sum_fields(self, sum_fields): argument
116 def set_calc_fields(self, calc_fields): argument
130 def add_row(self, row_key, init_fields_dict=None): argument
156 def update_row_field(self, row_key, field_key, value): argument
170 def inc_row_field(self, row_key, field_key): argument
184 def dec_row_field(self, row_key, field_key): argument
199 def calc(self): argument
234 def sprint_obj(self): argument
[all …]
/openbmc/openbmc/poky/scripts/
H A Dcrosstap31 def __init__(self, script, module, remote): argument
54 def command(self, args): argument
93 def additional_environment(self): argument
98 def environment(self): argument
105 def display_command(self, args): argument
115 def __init__(self, message): argument
121 def __init__(self, package): argument
134 def get_vars(self, vars): argument
186 def __init__(self, image): argument
209 def discover(self): argument
[all …]
/openbmc/qemu/tests/avocado/avocado_qemu/
H A Dlinuxtest.py94 def __init__(self, name, version, arch): argument
106 def checksum(self): argument
111 def checksum(self, value): argument
115 def pxeboot_url(self): argument
120 def default_kernel_params(self): argument
138 def _set_distro(self): argument
164 def setUp(self, ssh_pubkey=None, network_device_type='virtio-net'): argument
178 def set_up_existing_ssh_keys(self): argument
189 def download_boot(self): argument
212 def prepare_cloudinit(self, ssh_pubkey=None): argument
[all …]
/openbmc/qemu/scripts/
H A Dxml-preprocess.py77 def __init__(self): argument
85 def _pp_include(self, xml_str: str) -> str: argument
95 def _pp_env_var(self, xml_str: str) -> str: argument
102 def _pp_sys_var(self, xml_str: str) -> str: argument
109 def _pp_cus_var(self, xml_str: str) -> str: argument
126 def _pp_foreach(self, xml_str: str) -> str: argument
137 def _pp_error_warning(self, xml_str: str) -> str: argument
149 def _pp_if_eval(self, xml_str: str) -> str: argument
162 def _pp_ifdef_ifndef(self, xml_str: str) -> str: argument
173 def _pp_if_elseif(self, xml_str: str) -> str: argument
[all …]
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py33 def __init__(self, **kw): argument
39 def unmask_signals(self): argument
45 def mask_signals(self): argument
54 def Get(self, interface_name, property_name): argument
67 def GetAll(self, interface_name): argument
79 def Set(self, interface_name, property_name, new_value): argument
102 def SetMultiple(self, interface_name, prop_dict): argument
124 self, interface_name, changed_properties, invalidated_properties): argument
164 def __init__(self, **kw): argument
169 def unmask_signals(self): argument
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A Dide_code.py18 def __init__(self, image_recipe, modified_recipe, binary): argument
21 def initialize(self): argument
49 def setup_shared_sysroots(self, shared_env): argument
104 def dot_code_dir(self, modified_recipe): argument
107 def __vscode_settings_meson(self, settings_dict, modified_recipe): argument
118 def __vscode_settings_cmake(self, settings_dict, modified_recipe): argument
128 def vscode_settings(self, modified_recipe, image_recipe): argument
160 def __vscode_extensions_cmake(self, modified_recipe, recommendations): argument
171 def __vscode_extensions_meson(self, modified_recipe, recommendations): argument
181 def vscode_extensions(self, modified_recipe): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py58 def update(self, pbar): argument
74 def update(self, pbar, width): argument
88 def __init__(self, format='Elapsed Time: %s'): argument
98 def update(self, pbar): argument
109 def update(self, pbar): argument
137 def _update_samples(self, currval, elapsed): argument
145 def _eta(self, maxval, currval, elapsed): argument
148 def update(self, pbar): argument
174 def __init__(self, unit='B'): argument
177 def update(self, pbar): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py288 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
309 def inside_width(self): argument
313 def inside_height(self): argument
317 def task_list_append(self,task_name,dep): argument
330 def reset(self): argument
337 def sort(self): argument
346 def set_primary(self,primary): argument
350 def draw_frame(self): argument
359 def redraw(self): argument
387 def show_selected(self,selected_task): argument
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_mbox.py45 def test_signed_off_by_presence(self): argument
56 def test_shortlog_format(self): argument
71 def test_shortlog_length(self): argument
85 def test_series_merge_on_head(self): argument
107 def test_target_mailing_list(self): argument
135 def test_mbox_format(self): argument
140 def test_commit_message_presence(self): argument
149 def test_commit_message_user_tags(self): argument
154 def test_bugzilla_entry_format(self): argument
166 def test_author_valid(self): argument
[all …]
/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py37 def __init__(self, binary, dst_host, kernel, initrd, transport="tcp", argument
52 def _vcpu_timing(self, pid, tid_list): argument
67 def _cpu_timing(self, pid): argument
79 def _migrate_progress(self, vm): argument
109 def _migrate(self, hardware, scenario, src, dst, connect_uri): argument
301 def _is_ppc64le(self): argument
307 def _get_guest_console_args(self): argument
313 def _get_qemu_serial_args(self): argument
321 def _get_common_args(self, hardware, tunnelled=False): argument
373 def _get_src_args(self, hardware): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dhg.py26 def supports(self, ud, d): argument
32 def supports_checksum(self, urldata): argument
39 def urldata_init(self, ud, d): argument
77 def need_update(self, ud, d): argument
85 def try_premirror(self, ud, d): argument
94 def _buildhgcommand(self, ud, d, command): argument
150 def download(self, ud, d): argument
196 def clean(self, ud, d): argument
203 def supports_srcrev(self): argument
206 def _latest_revision(self, ud, d, name): argument
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py11 def __init__(self): argument
15 def pre_suite(self, testcount, testidlist): argument
24 def post_suite(self, index): argument
35 def add_args(self, parser): argument
45 def adjust_command(self, stage, command): argument
80 def _ports_create(self): argument
89 def _ports_destroy(self): argument
93 def _ns_create(self): argument
112 def _ns_destroy(self): argument
121 def _exec_cmd(self, stage, command): argument
[all …]

12345678910>>...55