Home
last modified time | relevance | path

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

12345678910>>...52

/openbmc/qemu/python/qemu/machine/
H A Dqtest.py54 def __init__(self, argument
75 def _get_sock(self) -> socket.socket: argument
83 def connect(self) -> None: argument
93 def accept(self) -> None: argument
113 def close(self) -> None: argument
132 def __init__(self, argument
151 def _base_args(self) -> List[str]: argument
162 def _pre_launch(self) -> None: argument
168 def _post_launch(self) -> None: argument
175 def _post_shutdown(self) -> None: argument
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c86 static int hw_atl_a0_hw_reset(struct aq_hw_s *self) in hw_atl_a0_hw_reset()
124 static int hw_atl_a0_hw_qos_set(struct aq_hw_s *self) in hw_atl_a0_hw_qos_set()
183 static int hw_atl_a0_hw_rss_hash_set(struct aq_hw_s *self, in hw_atl_a0_hw_rss_hash_set()
211 static int hw_atl_a0_hw_rss_set(struct aq_hw_s *self, in hw_atl_a0_hw_rss_set()
247 static int hw_atl_a0_hw_offload_set(struct aq_hw_s *self, in hw_atl_a0_hw_offload_set()
264 static int hw_atl_a0_hw_init_tx_path(struct aq_hw_s *self) in hw_atl_a0_hw_init_tx_path()
283 static int hw_atl_a0_hw_init_rx_path(struct aq_hw_s *self) in hw_atl_a0_hw_init_rx_path()
421 static int hw_atl_a0_hw_start(struct aq_hw_s *self) in hw_atl_a0_hw_start()
437 static int hw_atl_a0_hw_ring_tx_xmit(struct aq_hw_s *self, in hw_atl_a0_hw_ring_tx_xmit()
867 static int hw_atl_a0_hw_stop(struct aq_hw_s *self) in hw_atl_a0_hw_stop()
[all …]
H A Dhw_atl_b0.c115 static int hw_atl_b0_hw_reset(struct aq_hw_s *self) in hw_atl_b0_hw_reset()
130 int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc) in hw_atl_b0_set_fc()
137 static int hw_atl_b0_tc_ptp_set(struct aq_hw_s *self) in hw_atl_b0_tc_ptp_set()
152 static int hw_atl_b0_hw_qos_set(struct aq_hw_s *self) in hw_atl_b0_hw_qos_set()
209 int hw_atl_b0_hw_rss_hash_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_hash_set()
237 static int hw_atl_b0_hw_rss_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_set()
273 int hw_atl_b0_hw_offload_set(struct aq_hw_s *self, in hw_atl_b0_hw_offload_set()
645 int hw_atl_b0_hw_start(struct aq_hw_s *self) in hw_atl_b0_hw_start()
1199 static int hw_atl_b0_hw_stop(struct aq_hw_s *self) in hw_atl_b0_hw_stop()
1237 #define get_ptp_ts_val_u64(self, indx) \ argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py38 def __init__(self, d): argument
43 def writeline(self, line): argument
61 def check_certs(self, d): argument
67 def supports(self, ud, d): argument
76 def urldata_init(self, ud, d): argument
106 def download(self, ud, d): argument
160 def connect(self): argument
175 def http_open(self, req): argument
263 def read(self): argument
267 def close(self): argument
[all …]
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py207 def __str__(self): argument
215 def __str__(self): argument
223 def __str__(self): argument
241 def __str__(self): argument
258 def __bytes__(self): argument
264 def __len__(self): argument
281 def __len__(self): argument
296 def __fmt(self): argument
321 def __len__(self): argument
374 def __del__(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py35 def __init__(self, conn, table, nohist, read_only): argument
59 def _execute(self, *query): argument
71 def sync(self): argument
76 def sync_if_dirty(self): argument
81 def test_package(self, version, pkgarch): argument
93 def test_value(self, version, pkgarch, value): argument
116 def find_max_value(self, version, pkgarch): argument
315 def dump_db(self, fd): argument
344 def disconnect(self): argument
347 def __getitem__(self, tblname): argument
[all …]
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py103 def CommunicateFilter(self, output): argument
271 def Output(self, stream, data): argument
293 def test_simple(self): argument
299 def test_stderr(self): argument
308 def test_shell(self): argument
318 def test_list_args(self): argument
335 def test_cwd(self): argument
343 def test_env(self): argument
355 def test_extra_args(self): argument
359 def test_basic_input(self): argument
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dmessage.py62 def __init__(self, argument
83 def __getitem__(self, key: str) -> object: argument
90 def __delitem__(self, key: str) -> None: argument
94 def __iter__(self) -> Iterator[str]: argument
97 def __len__(self) -> int: argument
102 def __repr__(self) -> str: argument
107 def __str__(self) -> str: argument
111 def __bytes__(self) -> bytes: argument
120 def _object(self) -> Dict[str, object]: argument
185 def __str__(self) -> str: argument
[all …]
H A Dlegacy.py79 def __init__(self, argument
106 def _get_greeting(self) -> Optional[QMPMessage]: argument
116 def __exit__(self, argument
178 def cmd_obj(self, qmp_cmd: QMPMessage) -> QMPMessage: argument
197 def cmd_raw(self, name: str, argument
219 def pull_event(self, argument
275 def clear_events(self) -> None: argument
279 def close(self) -> None: argument
285 def settimeout(self, timeout: Optional[float]) -> None: argument
299 def send_fd_scm(self, fd: int) -> None: 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
154 def _start(self): argument
157 def stop(self): argument
164 def __init__(self, d): argument
185 def _deploy(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Drepo.py81 def patch(self): argument
85 def branch(self): argument
89 def commit(self): argument
93 def ismerged(self): argument
97 def canbemerged(self): argument
100 def _exec(self, cmds): argument
127 def _get_current_branch(self, commit='HEAD'): argument
135 def _get_commitid(self, commit): argument
156 def upstream_branches(self): argument
164 def merge(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py26 def __init__(self): argument
30 def do_show_layers(self, args): argument
47 def do_show_overlayed(self, args): argument
108 def do_show_recipes(self, args): argument
250 def get_file_layer(self, filename): argument
257 def get_collection_res(self): argument
266 def remove_layer_prefix(self, f): argument
275 def do_show_appends(self, args): argument
320 def show_appends_for_skipped(self): argument
494 def match_inherit(self, line): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py53 def finish(self): argument
58 def setmessage(self, msg): argument
72 def _need_update(self): argument
89 def update(self, value): argument
92 def finish(self): argument
113 def __init__(self, tf): argument
209 def clearFooter(self): argument
217 def elapsed(self, sec): argument
229 def keepAlive(self, t): argument
236 def updateFooter(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py45 def default_parser(self, encoding): argument
53 def parser_for(self, encoding): argument
72 def _getNsTag(self, tag): argument
112 def feed(self, markup): argument
133 def close(self): argument
185 def end(self, name): argument
201 def pi(self, target, data): argument
206 def data(self, content): argument
214 def comment(self, content): argument
233 def default_parser(self, encoding): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py20 def _get_pkgs_postinsts(self, status_file): argument
80 def _get_delayed_postinsts_common(self, status_file): 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
254 def _remove_old_rootfs(self): argument
275 def _create(self): argument
336 def _get_delayed_postinsts(self): argument
342 def _save_postinsts(self): argument
347 def _log_check(self): argument
[all …]
/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/u-boot/tools/buildman/
H A Dbuilder.py119 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
317 def __del__(self): argument
347 def _AddTimestamp(self): argument
376 def ClearLine(self, length): argument
418 def ProcessResult(self, result): argument
551 def FilterErrors(self, lines): argument
855 def ColourNum(self, num): argument
[all …]
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py166 def out(self, line): argument
174 def buf(self, line): argument
182 def get_buf(self): argument
192 def out_header(self): argument
245 def scan_dtb(self): argument
253 def scan_node(self, root): argument
271 def scan_tree(self): argument
304 def scan_reg_sizes(self): argument
342 def scan_structs(self): argument
392 def scan_phandles(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
79 def before_content(self) -> None: argument
82 def after_content(self) -> None: argument
90 def run(self) -> List[Node]: argument
247 def run(self) -> List[Node]: argument
283 self, docnames: Iterable[str] = None argument
358 def objects(self) -> Dict[str, ObjectEntry]: argument
366 def clear_doc(self, docname: str) -> None: argument
383 self, argument
[all …]
/openbmc/openbmc/poky/scripts/
H A Dcrosstap54 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
292 def __map_systemtap_arch(self): argument
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dtally_sheet.py67 self, 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
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
253 def print_obj(self): argument
260 def sprint_report(self): 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
149 def _pp_if_eval(self, xml_str: str) -> str: argument
173 def _pp_if_elseif(self, xml_str: str) -> str: argument
218 def _pp_command(self, xml_str: str) -> str: argument
229 def _pp_blanks(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
67 def GetAll(self, interface_name): argument
164 def __init__(self, **kw): argument
169 def unmask_signals(self): argument
175 def mask_signals(self): argument
181 def add(self, object_path, obj): argument
186 def remove(self, object_path): argument
192 def get(self, object_path, default=None): 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
181 def vscode_extensions(self, modified_recipe): argument
189 def vscode_c_cpp_properties(self, modified_recipe): argument
211 def vscode_launch_bin_dbg(self, gdb_cross_config): argument
266 def vscode_launch(self, modified_recipe): argument
281 def vscode_tasks_cpp(self, args, modified_recipe): argument
329 def vscode_tasks_fallback(self, args, modified_recipe): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py58 def update(self, pbar): argument
98 def update(self, pbar): argument
109 def update(self, pbar): argument
148 def update(self, pbar): argument
177 def update(self, pbar): argument
201 def update(self, pbar): argument
222 def update(self, pbar): argument
229 def update(self, pbar): argument
247 def __init__(self, format): argument
250 def update(self, pbar): argument
[all …]

12345678910>>...52