Home
last modified time | relevance | path

Searched defs:self (Results 201 – 225 of 1371) sorted by relevance

12345678910>>...55

/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/qemu/tests/qemu-iotests/
H A D29530 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
52 def setUp(self): argument
70 def tearDown(self): argument
76 def createImg(self, file, secret): argument
90 def openImageQmp(self, id, file, secret, read_only = False): argument
119 def closeImageQmp(self, id): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtablefilter.py21 def __init__(self, name, title): argument
29 def add_action(self, action): argument
33 def get_action(self, action_name): argument
36 def to_json(self, queryset): argument
67 def dateStringsToQ(self, field_name, date_from_str, date_to_str): argument
107 def __init__(self, name, title, criteria): argument
115 def set_filter_params(self, params): argument
123 def filter(self, queryset): argument
129 def to_json(self, queryset): argument
144 def __init__(self, *args): argument
[all …]
H A Dwidgets.py51 def __init__(self, *args, **kwargs): argument
70 def dispatch(self, *args, **kwargs): argument
73 def get_context_data(self, **kwargs): argument
89 def get(self, request, *args, **kwargs): argument
108 def get_filter_info(self, request, **kwargs): argument
121 def setup_columns(self, *args, **kwargs): argument
126 def setup_filters(self, *args, **kwargs): argument
131 def setup_queryset(self, *args, **kwargs): argument
136 def add_filter(self, table_filter): argument
144 def add_column(self, title="", help_text="", argument
[all …]
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_keyboard.py26 def __init__(self, rdesc, name=None, input_info=None): argument
31 def _update_key_state(self, keys): argument
51 def _create_report_data(self): argument
58 def create_array_report(self, keys, reportID=None, application=None): argument
73 def event(self, keys, reportID=None, application=None): argument
112 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
143 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
146 def _create_report_data(self): argument
211 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
257 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): 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/skeleton/pychassisctl/
H A Dchassis_control.py27 def getUuid(self): argument
41 def __init__(self, bus, name): argument
91 def getInterface(self, name): argument
97 def powerOn(self): argument
106 def powerOff(self): argument
114 def softPowerOff(self): argument
122 def reboot(self): argument
130 def softReboot(self): argument
138 def quiesce(self): argument
145 def getPowerState(self): 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/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_lxml.py68 def initialize_soup(self, soup): argument
77 def _register_namespaces(self, mapping): argument
101 def default_parser(self, encoding): argument
113 def parser_for(self, encoding): argument
129 def __init__(self, parser=None, empty_element_tags=None, **kwargs): argument
141 def _getNsTag(self, tag): argument
149 def prepare_markup(self, markup, user_specified_encoding=None, argument
221 def feed(self, markup): argument
242 def close(self): argument
245 def start(self, name, attrs, nsmap={}): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py28 def __init__(self, conn, table, read_only): argument
46 def _extremum_value(self, rows, is_max): argument
62 def _max_value(self, rows): argument
65 def _min_value(self, rows): argument
68 def test_package(self, version, pkgarch): argument
81 def test_checksum_value(self, version, pkgarch, checksum, value): argument
93 def test_value(self, version, pkgarch, value): argument
107 def find_package_max_value(self, version, pkgarch): argument
117 def find_value(self, version, pkgarch, checksum, history=False): argument
126 def _find_extremum_value(self, version, pkgarch, checksum, is_max): 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/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/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_list.py308 def get_ffdc_bmc_cmd(self, i_type): argument
318 def get_ffdc_bmc_file(self, i_type): argument
328 def get_ffdc_get_request(self, i_type): argument
338 def get_ffdc_get_redfish_request(self, i_type): argument
348 def get_ffdc_cmd_index(self): argument
357 def get_ffdc_get_request_index(self): argument
366 def get_ffdc_get_redfish_request_index(self): argument
375 def get_ffdc_file_index(self): argument
384 def get_ffdc_method_index(self): argument
393 def get_ffdc_method_desc(self, index): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py101 def __init__(self, maxval=None, widgets=None, term_width=None, poll=1, argument
139 def __call__(self, iterable): argument
152 def __iter__(self): argument
156 def __next__(self): argument
176 def _env_size(self): argument
182 def _handle_resize(self, signum=None, frame=None): argument
189 def percentage(self): argument
198 def _format_widgets(self): argument
225 def _format_line(self): argument
234 def _need_update(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dconnection.py41 def __init__(self, reader, writer, timeout, max_chunk=DEFAULT_MAX_CHUNK): argument
48 def address(self): argument
51 async def send_message(self, msg): argument
56 async def recv_message(self): argument
75 async def send(self, msg): argument
79 async def recv(self): argument
98 async def close(self): argument
106 def __init__(self, socket, timeout): argument
111 def address(self): argument
114 async def send_message(self, msg): 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()
325 static int hw_atl_a0_hw_mac_addr_set(struct aq_hw_s *self, const u8 *mac_addr) in hw_atl_a0_hw_mac_addr_set()
351 static int hw_atl_a0_hw_init(struct aq_hw_s *self, const u8 *mac_addr) in hw_atl_a0_hw_init()
405 static int hw_atl_a0_hw_ring_tx_start(struct aq_hw_s *self, in hw_atl_a0_hw_ring_tx_start()
[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()
332 static int hw_atl_b0_hw_init_tx_tc_rate_limit(struct aq_hw_s *self) in hw_atl_b0_hw_init_tx_tc_rate_limit()
449 static int hw_atl_b0_hw_init_tx_path(struct aq_hw_s *self) in hw_atl_b0_hw_init_tx_path()
474 void hw_atl_b0_hw_init_rx_rss_ctrl1(struct aq_hw_s *self) in hw_atl_b0_hw_init_rx_rss_ctrl1()
[all …]
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py204 def __init__(self, alg): argument
207 def __str__(self): argument
212 def __init__(self, name): argument
215 def __str__(self): argument
220 def __init__(self, alg): argument
223 def __str__(self): argument
228 def __init__(self, cc, rc): argument
241 def __str__(self): argument
251 def __init__(self, session_handle=TPM2_RS_PW, nonce=bytes(), argument
258 def __bytes__(self): 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
153 def checkstatus(self, fetch, ud, d, try_again=True): argument
156 def connect(self): argument
[all …]
/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
102 def cmd(self, qtest_cmd: str) -> str: argument
113 def close(self) -> None: argument
122 def settimeout(self, timeout: Optional[float]) -> None: argument
132 def __init__(self, argument
151 def _base_args(self) -> List[str]: argument
162 def _pre_launch(self) -> None: argument
[all …]
/openbmc/pyphosphor/obmc/dbuslib/
H A Dintrospection.py22 def __init__(self, data, tag_match=bool, intf_match=bool): argument
28 def parse_args(self): argument
31 def parse_children(self): argument
34 def parse_method_or_signal(self): argument
38 def parse_interface(self): argument
55 def parse_node(self): argument
75 def get_interfaces(self): argument
78 def get_children(self): argument
81 def recursive_binding(self): argument
86 def __init__(self, name, bus, tag_match=bool, intf_match=bool): argument
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dmessage.py62 def __init__(self, argument
83 def __getitem__(self, key: str) -> object: argument
86 def __setitem__(self, key: str, value: object) -> None: 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
[all …]
/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
103 def CommunicateFilter(self, output): argument
254 def __init__(self, input_to_send=None): argument
271 def Output(self, stream, data): argument
284 def _BasicCheck(self, plist, oper): 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
[all …]

12345678910>>...55