Home
last modified time | relevance | path

Searched defs:self (Results 376 – 400 of 1122) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py21 def _create_build_request(self): argument
32 def _create_recipe(self): argument
38 def _check_build_states(self, build_request): argument
132 def test_states_to_success(self): argument
150 def test_states_to_failure(self): argument
168 def test_states_cancelling(self): argument
H A Dtest_layerdetails_page.py25 def __init__(self, *args, **kwargs): argument
32 def setUp(self): argument
67 def test_edit_layerdetails_page(self): argument
158 def test_delete_layer(self): argument
190 def test_addrm_to_project(self): argument
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py19 def __str__(self): argument
22 def _write_python(self, input, output): argument
30 def _write_json(self, repos, output): argument
34 def _read_repo_config(self, json_path): argument
46 def _modify_repo_config(self, json_config, args): argument
65 def do_write(self, parent, args): argument
108 def register_arguments(self, parser): argument
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py27 def do_add_layer(self, args): argument
69 def do_remove_layer(self, args): argument
94 def do_flatten(self, args): argument
251 def get_file_layer(self, filename): argument
258 def get_file_layerdir(self, filename): argument
262 def apply_append(self, appendname, recipename): argument
269 def register_commands(self, sp): argument
/openbmc/qemu/tests/qemu-iotests/
H A Dtestenv.py81 def prepare_subprocess(self, args: List[str]) -> Dict[str, str]: argument
96 def get_env(self) -> Dict[str, str]: argument
105 def init_directories(self) -> None: argument
138 def init_binaries(self) -> None: argument
175 def __init__(self, source_dir: str, build_dir: str, argument
284 def close(self) -> None: argument
288 def __enter__(self) -> 'TestEnv': argument
291 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
294 def print_env(self, prefix: str = '') -> None: argument
H A Diotests.py374 def __init__(self, *args): argument
391 def close(self): argument
394 def _read_output(self): argument
411 def cmd(self, cmd): argument
428 def __init__(self, *args: str, instance_id: str = 'a', qmp: bool = False): argument
460 def qmp(self, cmd: str, args: Optional[Dict[str, object]] = None) \ argument
465 def get_qmp(self) -> QEMUMonitorProtocol: argument
469 def cmd(self, cmd: str, args: Optional[Dict[str, object]] = None) \ argument
474 def stop(self, kill_signal=15): argument
492 def __del__(self): argument
[all …]
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py44 def __init__(self): argument
55 def __init__(self, builder): argument
64 def run(self): argument
86 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument
94 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
116 def RunCommit(self, commit_upto, brd, work_dir, do_config, config_only, argument
264 def _WriteResult(self, result, keep_outputs): argument
395 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument
415 def RunJob(self, job): argument
493 def run(self): argument
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py20 def __init__(self, tag, api=soupsieve): argument
41 def escape(self, ident): argument
53 def _ns(self, ns, select): argument
62 def _rs(self, results): argument
74 def compile(self, select, namespaces=None, flags=0, **kwargs): argument
97 def select_one(self, select, namespaces=None, flags=0, **kwargs): argument
126 def select(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument
162 def iselect(self, select, namespaces=None, limit=0, flags=0, **kwargs): argument
192 def closest(self, select, namespaces=None, flags=0, **kwargs): argument
220 def match(self, select, namespaces=None, flags=0, **kwargs): argument
[all …]
H A Ddiagnose.py107 def _p(self, s): argument
110 def handle_starttag(self, name, attrs): argument
113 def handle_endtag(self, name): argument
116 def handle_data(self, data): argument
119 def handle_charref(self, name): argument
122 def handle_entityref(self, name): argument
125 def handle_comment(self, data): argument
128 def handle_decl(self, data): argument
131 def unknown_decl(self, data): argument
134 def handle_pi(self, data): argument
/openbmc/qemu/docs/sphinx/
H A Ddbusparser.py24 def __init__(self, key, value): argument
32 def __init__(self, name, signature): argument
41 def __init__(self, name, h_type_implies_unix_fd=True): argument
54 def __init__(self, name): argument
64 def __init__(self, name, signature, access): argument
89 def __init__(self, name): argument
112 def __init__(self, xml_data, h_type_implies_unix_fd=True): argument
138 def handle_comment(self, data): argument
198 def handle_char_data(self, data): argument
202 def handle_start_element(self, name, attrs): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py17 def __init__(self, logger, ip, server_ip, timeout=300, user='root', argument
52 def start(self, **kwargs): argument
55 def stop(self, **kwargs): argument
58 def _run(self, command, timeout=None, ignore_status=True, raw=False): argument
75 def run(self, command, timeout=None, ignore_status=True, raw=False): argument
102 def copyTo(self, localSrc, remoteDst): argument
119 def copyFrom(self, remoteSrc, localDst, warn_on_failure=False): argument
130 def copyDirTo(self, localSrc, remoteDst): argument
150 def deleteFiles(self, remotePath, files): argument
165 def deleteDir(self, remotePath): argument
[all …]
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_unlink.py17 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument
34 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument
52 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument
63 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument
78 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument
90 def test_unlink6(self, u_boot_console, fs_obj_unlink): argument
101 def test_unlink7(self, u_boot_console, fs_obj_unlink): argument
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dterminal.py19 def __init__(self): argument
22 def add_terminal(self, priority, name, command): argument
28 def configured_terminal(self) -> Optional[str]: argument
35 def preferred_terminal(self) -> str: argument
47 def all_terminals(self) -> List[str]: argument
50 def __getitem__(self, name: str): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dpath.py47 def setUp(self): argument
61 def tearDown(self): argument
64 def __realpath(self, file, use_physdir, assume_dir = True): argument
68 def test_norm(self): argument
80 def test_phys(self): argument
88 def test_loop(self): argument
/openbmc/qemu/tests/functional/
H A Dtest_mipsel_malta.py37 def do_test_mips_malta32el_nanomips(self, kernel): argument
53 def test_mips_malta32el_nanomips_4k(self): argument
56 def test_mips_malta32el_nanomips_16k_up(self): argument
59 def test_mips_malta32el_nanomips_64k_dbg(self): argument
72 def test_wheezy(self): argument
90 def test_mipsel_malta_yamon(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipeutils.py28 def test_patch_recipe_varflag(self): argument
63 def test_patch_recipe_singleappend(self): argument
90 def test_patch_recipe_appends(self): argument
115 def test_validate_pn(self): argument
135 def test_split_var_value(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py74 def getLogList(self, log_locations): argument
92 def transfer_logs(self, log_list): argument
103 def get_local_log_list(self, log_locations): argument
110 def get_context(self, lines, index, before=6, after=3): argument
129 def test_get_context(self): argument
138 def parse_logs(self, logs, lines_before=10, lines_after=10): argument
164 def write_dmesg(self): argument
168 def test_parselogs(self): argument
/openbmc/qemu/scripts/tracetool/
H A D__init__.py111 def __init__(self, args): argument
125 def copy(self): argument
157 def __getitem__(self, index): argument
163 def __iter__(self): argument
167 def __len__(self): argument
171 def __str__(self): argument
178 def __repr__(self): argument
182 def names(self): argument
186 def types(self): argument
190 def casted(self): argument
[all …]
/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/
H A Dbeaglebonetarget.py35 def get_extra_files(self): argument
38 def __init__(self, d): argument
58 def _deploy(self): argument
72 def _start(self, params=None): argument
91 def _wait_until_booted(self): argument
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/
H A Dima.py31 def test_ima_enabled(self): argument
45 def test_ima_before_systemd(self): argument
60 def test_ima_hash(self): argument
93 def test_ima_signature(self): argument
112 def test_ima_overwrite(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Ds3.py41 def __init__(self, d): argument
46 def writeline(self, line): argument
65 def supports(self, ud, d): argument
71 def recommends_checksum(self, urldata): argument
74 def urldata_init(self, ud, d): argument
84 def download(self, ud, d): argument
109 def checkstatus(self, fetch, ud, d): argument
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py124 def run(self): argument
152 def __init__(self, directive): argument
157 def buildTableNode(self): argument
200 def buildTableRowNode(self, row_data, classes=None): argument
218 def raiseError(self, msg): argument
226 def parseFlatTableNode(self, node): argument
239 def roundOffTableDefinition(self): argument
306 def pprint(self): argument
327 def parseRowItem(self, rowItem, rowNum): argument
361 def parseCellItem(self, cellItem): argument
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py25 def __init__(self, host_addr, username, password): argument
30 def get(self, path, code=RedfishHttpStatus.ok): argument
39 def post(self, path, body, code=RedfishHttpStatus.created): argument
50 def delete(self, path, code=RedfishHttpStatus.no_content): argument
61 def __init__(self, redfish, metric_limit): argument
75 def __init__(self, redfish): argument
78 def get_collection(self): argument
83 self, argument
107 def delete_report(self, path): argument
112 def __init__(self): argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py60 def __init__(self, mw): argument
65 def regstr(self, n): argument
77 def __init__(self, op): argument
83 def vals(self): argument
95 def __init__(self, rw, mw): argument
103 def regstr(self, n): argument
112 def __init__(self, w): argument
116 def regstr(self, n): argument
152 def __init__(self, op, args): argument
168 def gen(self): argument
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py26 def is_c_ccp(self): argument
44 def __init__(self, image_recipe, modified_recipe, binary, gdbserver_multi=True): argument
73 def _gen_gdbserver_start_script(self): argument
112 def _gen_gdbinit_config(self): argument
162 def _gen_gdb_start_script(self): argument
170 def initialize(self): argument
191 def __init__(self): argument
200 def setup_shared_sysroots(self, shared_env): argument
204 def setup_modified_recipe(self, args, image_recipe, modified_recipe): argument
208 …def initialize_gdb_cross_configs(self, image_recipe, modified_recipe, gdb_cross_config_class=GdbCr… argument

1...<<11121314151617181920>>...45