Home
last modified time | relevance | path

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

12345678910>>...45

/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/qemu/python/qemu/machine/
H A Dconsole_socket.py34 def __init__(self, argument
62 def __repr__(self) -> str: argument
69 def _drain_fn(self) -> None: argument
80 def _thread_start(self) -> threading.Thread: argument
92 def close(self) -> None: argument
104 def _drain_socket(self) -> None: argument
112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes: argument
128 def setblocking(self, value: bool) -> None: argument
135 def settimeout(self, value: Optional[float]) -> None: argument
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_hv.py42 def extract_from_iso(self, iso, path): argument
60 def setUp(self): argument
67 def do_start_alpine(self): argument
89 def do_stop_alpine(self): argument
96 def do_setup_kvm(self): argument
104 def do_test_kvm(self, hpt=False): argument
126 def test_hv_pseries(self): argument
138 def test_hv_pseries_kvm(self): argument
150 def test_hv_powernv(self): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page_tab_config.py25 def _navigate_to_project_page(self): argument
33 def _create_builds(self): argument
61 def _get_tabs(self): argument
68 def _get_config_nav_item(self, index): argument
74 def test_project_config_nav(self): argument
147 def test_image_recipe_editColumn(self): argument
208 def test_image_recipe_show_rows(self): argument
238 def test_project_config_tab_right_section(self): argument
272 def check_machine_distro(self, item_name, new_item_name, block_id): argument
349 def test_project_page_tab_importlayer(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py47 def __init__(self): argument
51 def register(self, treebuilder_class): argument
61 def lookup(self, *features): argument
139 def __init__(self, multi_valued_attributes=USE_DEFAULT, argument
189 def initialize_soup(self, soup): argument
197 def reset(self): argument
205 def can_be_empty_element(self, tag_name): argument
228 def feed(self, markup): argument
239 def prepare_markup(self, markup, user_specified_encoding=None, argument
267 def test_fragment_to_document(self, fragment): argument
[all …]
H A D_htmlparser.py46 def __init__(self, *args, **kwargs): argument
74 def error(self, message): argument
90 def handle_startendtag(self, name, attrs): argument
105 def handle_starttag(self, name, attrs, handle_empty_element=True): argument
160 def handle_endtag(self, name, check_already_closed=True): argument
178 def handle_data(self, data): argument
182 def handle_charref(self, name): argument
222 def handle_entityref(self, name): argument
241 def handle_comment(self, data): argument
250 def handle_decl(self, data): argument
[all …]
/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/core/decorator/
H A Ddata.py42 def setUpDecorator(self): argument
61 def setUpDecorator(self): argument
75 def setUpDecorator(self): argument
89 def setUpDecorator(self): argument
100 def setUpDecorator(self): argument
119 def setUpDecorator(self): argument
137 def setUpDecorator(self): argument
155 def setUpDecorator(self): argument
172 def setUpDecorator(self): argument
183 def setUpDecorator(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/
H A Doetag.py12 def testTagGood(self): argument
16 def testTagOther(self): argument
20 def testTagOtherMulti(self): argument
23 def testTagNone(self): argument
29 def testTagOther(self): argument
33 def testTagOtherMulti(self): argument
36 def testTagNone(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dgcc.py21 def setUpClass(self): argument
28 def setUp(self): argument
38 def test_gcc_compile(self): argument
41 def test_gpp_compile(self): argument
44 def test_gpp2_compile(self): argument
47 def test_make(self): argument
51 def tearDownClass(self): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py23 def setUp(self): argument
32 def _get_build_dashboard(self, build): argument
39 def _has_build_artifacts_heading(self): argument
46 def _has_images_menu_option(self): argument
53 def test_no_artifacts(self): argument
76 def test_sdk_artifacts(self): argument
130 def test_image_artifacts(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dserial.py13 def __init__(self, logger, target_ip, server_ip, server_port=0, argument
58 def start(self, **kwargs): argument
61 def stop(self, **kwargs): argument
64 def get_connection(self): argument
73 def run(self, cmd, timeout=None): argument
106 def copyTo(self, localSrc, remoteDst): argument
147 def copyFrom(self, remoteSrc, localDst): argument
172 def copyDirTo(self, localSrc, remoteDst): argument
192 def deleteFiles(self, remotePath, files): argument
206 def deleteDir(self, remotePath): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py38 def __init__(self, d): argument
43 def writeline(self, line): argument
56 def check_certs(self, d): argument
62 def supports(self, ud, d): argument
68 def recommends_checksum(self, urldata): argument
71 def urldata_init(self, ud, d): argument
93 def _runwget(self, ud, d, command, quiet, workdir=None): argument
101 def download(self, ud, d): argument
148 def checkstatus(self, fetch, ud, d, try_again=True): argument
151 def connect(self): argument
[all …]
H A Dclearcase.py63 def init(self, d): argument
66 def supports(self, ud, d): argument
72 def debug(self, msg): argument
75 def urldata_init(self, ud, d): argument
133 def _build_ccase_command(self, ud, command): argument
167 def _write_configspec(self, ud, d): argument
187 def _remove_view(self, ud, d): argument
195 def need_update(self, ud, d): argument
203 def supports_srcrev(self): argument
206 def sortable_revision(self, ud, d, name): argument
[all …]
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py115 def __init__(self): argument
118 def process_url(self, args, classes, handled, extravalues): argument
181 def handle_classifier_license(self, classifiers, existing_licenses=""): argument
208 def map_info_to_bbvar(self, info, extravalues): argument
232 def apply_info_replacements(self, info): argument
278 def scan_python_dependencies(self, paths): argument
303 def parse_pkgdata_for_python_packages(self): argument
430 def __init__(self): argument
433 def parse_setup_py(self, setupscript='./setup.py'): argument
456 def get_setup_args_info(self, setupscript='./setup.py'): argument
[all …]
/openbmc/qemu/tests/docker/
H A Ddocker.py43 def __str__(self): argument
46 def __repr__(self): argument
223 def __init__(self): argument
239 def _do(self, cmd, quiet=True, **kwargs): argument
244 def _do_check(self, cmd, quiet=True, **kwargs): argument
249 def _do_kill_instances(self, only_known, only_active=True): argument
267 def clean(self): argument
271 def _kill_instances(self, *args, **kwargs): argument
274 def _output(self, cmd, **kwargs): argument
287 def inspect_tag(self, tag): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py93 def __init__(self, filename=None, mode="rb", *, stderr=None, fileobj=None): argument
133 def _check_process(self): argument
142 def close(self): argument
154 def closed(self): argument
157 def fileno(self): argument
160 def flush(self): argument
163 def isatty(self): argument
166 def readable(self): argument
169 def writable(self): argument
172 def readinto(self, b): argument
[all …]
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py48 def __init__(self, lines): argument
52 def parse_port(self, console): argument
80 def __init__(self, logger): argument
87 def start(self, fvpconf, extra_args=[], terminal_choice="none", stdout=subprocess.PIPE): argument
112 def stop(self): argument
154 def wait(self, timeout): argument
157 def getConfig(self): argument
161 def stdout(self): argument
164 def create_telnet(self, port): argument
170 def create_pexpect(self, port, **kwargs): argument
[all …]
/openbmc/sdbusplus/tools/sdbusplus/
H A Dmethod.py7 def __init__(self, **kwargs): argument
16 def markdown(self, loader): argument
19 def cpp_prototype(self, loader, interface, ptype): argument
29 def cpp_includes(self, interface): argument
34 def returns_as_list(self, interface, full=False): argument
39 def cpp_return_type(self, interface): argument
47 def parameter(self, interface, p, defaultValue=False, ref=""): argument
54 self, transform=lambda p: p.camelCase, join_str=", " argument
58 def parameters_as_arg_list(self, interface): argument
63 def parameter_types_as_list(self, interface): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dbbcontroller.py23 def __init__(self, be): argument
28 def _runCommand(self, command): argument
34 def disconnect(self): argument
37 def setVariable(self, name, value): argument
40 def getVariable(self, name): argument
43 def triggerEvent(self, event): argument
46 def build(self, targets, task = None): argument
51 def forceShutDown(self): argument
94 def __init__(self, be): argument
100 def setLayers(self, bitbake, ls): argument
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.py20 def __init__(self): argument
42 def get_redfish_session_info(self): argument
57 def get_attribute(self, resource_path, attribute, verify=None): argument
84 def get_properties(self, resource_path): argument
96 def get_members_uri(self, resource_path, attribute): argument
135 def get_endpoint_path_list(self, resource_path, end_point_prefix): argument
154 def get_target_actions(self, resource_path, target_attribute): argument
197 def get_member_list(self, resource_path): argument
225 def list_request(self, resource_path): argument
257 self, resource_path, return_json=1, include_dead_resources=False argument
[all …]
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_basic.py18 def test_fs1(self, u_boot_console, fs_obj_basic): argument
40 def test_fs2(self, u_boot_console, fs_obj_basic): argument
63 def test_fs3(self, u_boot_console, fs_obj_basic): argument
78 def test_fs4(self, u_boot_console, fs_obj_basic): argument
97 def test_fs5(self, u_boot_console, fs_obj_basic): argument
116 def test_fs6(self, u_boot_console, fs_obj_basic): argument
137 def test_fs7(self, u_boot_console, fs_obj_basic): argument
158 def test_fs8(self, u_boot_console, fs_obj_basic): argument
179 def test_fs9(self, u_boot_console, fs_obj_basic): argument
200 def test_fs10(self, u_boot_console, fs_obj_basic): argument
[all …]
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py13 def __init__(self, message, subcommand=None): argument
19 def __init__(self, *args, **kwargs): argument
26 def error(self, message): argument
36 def error_subcommand(self, message, subcommand): argument
48 def add_subparsers(self, *args, **kwargs): argument
61 def add_subparser_group(self, groupname, groupdesc, order=0): argument
64 def parse_args(self, args=None, namespace=None): argument
77 def _get_subparser(self, args): argument
88 def _get_subparser_action(self): argument
98 def __init__(self, *args, **kwargs): argument
[all …]
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dengine.py39 def __init__(self, binary, dst_host, kernel, initrd, transport="tcp", argument
54 def _vcpu_timing(self, pid, tid_list): argument
69 def _cpu_timing(self, pid): argument
81 def _migrate_progress(self, vm): argument
111 def _migrate(self, hardware, scenario, src, argument
322 def _is_ppc64le(self): argument
328 def _get_guest_console_args(self): argument
334 def _get_qemu_serial_args(self): argument
342 def _get_common_args(self, hardware, tunnelled=False): argument
394 def _get_src_args(self, hardware): argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D24030 def required_drivers(self): argument
34 def setUp(self): argument
38 def tearDown(self): argument
41 def test1(self): argument
54 def test2(self): argument
68 def test3(self): argument
88 def test4(self): argument

12345678910>>...45