Home
last modified time | relevance | path

Searched defs:self (Results 301 – 325 of 1371) sorted by relevance

1...<<11121314151617181920>>...55

/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/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dperforce.py43 def __init__(self, d, num_files): argument
51 def write(self, string): argument
66 def supports(self, ud, d): argument
70 def urldata_init(self, ud, d): argument
139 def _buildp4command(self, ud, d, command, depot_filename=None): argument
192 def _p4listfiles(self, ud, d): argument
218 def download(self, ud, d): argument
236 def clean(self, ud, d): argument
241 def supports_srcrev(self): argument
244 def _revision_key(self, ud, d, name): argument
[all …]
/openbmc/qemu/tests/avocado/
H A Dreplay_linux.py35 def setUp(self): argument
47 def vm_add_disk(self, vm, path, id, device): argument
57 def vm_add_cdrom(self, vm, path, id, device): argument
60 def launch_and_wait(self, record, args, shift): argument
107 def run_rr(self, args=None, shift=7): argument
113 def run_replay_dump(self, replay_path): argument
130 def test_pc_i440fx(self): argument
136 def test_pc_q35(self): argument
156 def test_pc_i440fx(self): argument
162 def test_pc_q35(self): argument
[all …]
/openbmc/linux/scripts/gdb/linux/
H A Dproc.py28 def __init__(self): argument
31 def invoke(self, arg, from_tty): argument
42 def __init__(self): argument
45 def invoke(self, arg, from_tty): argument
87 def __init__(self): argument
90 def invoke(self, arg, from_tty): argument
102 def __init__(self): argument
105 def invoke(self, arg, from_tty): argument
147 def __init__(self): argument
153 def invoke(self, arg, from_tty): argument
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dredfish_plus.py60 def rest_request(self, func, *args, **kwargs): argument
135 def get(self, *args, **kwargs): argument
143 def head(self, *args, **kwargs): argument
151 def post(self, *args, **kwargs): argument
159 def put(self, *args, **kwargs): argument
167 def patch(self, *args, **kwargs): argument
175 def delete(self, *args, **kwargs): argument
183 def __del__(self): argument
186 def get_with_mtls(self, *args, **kwargs): argument
201 def post_with_mtls(self, *args, **kwargs): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py25 def __init__(self, td=None, logger=None): argument
37 def _read_modules_from_manifest(self, manifest): argument
49 def skipTests(self, skips): argument
69 def loadTests(self, module_paths, modules=[], tests=[], argument
78 def prepareSuite(self, suites, processes): argument
81 def runTests(self, processes=None, skips=[]): argument
96 def listTests(self, display_type): argument
115 def register_commands(self, logger, subparsers): argument
155 def _setup_logger(self, logger, args): argument
168 def _process_args(self, logger, args): argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D13649 def blockstats(self, device): argument
56 def create_blkdebug_file(self): argument
71 def required_drivers(self): argument
75 def setUp(self): argument
91 def tearDown(self): argument
95 def accounted_ops(self, read = False, write = False, flush = False): argument
113 def accounted_latency(self, read = False, write = False, flush = False): argument
127 def check_values(self): argument
219 def do_test_stats(self, rd_size = 0, rd_ops = 0, wr_size = 0, wr_ops = 0, argument
286 def test_read_only(self): argument
[all …]
H A D25734 def __init__(self, byte, offset, size=GRANULARITY): argument
39 def bits(self, granularity): argument
47 def __init__(self, patterns): argument
50 def bits(self, granularity): argument
91 def __init__(self, granularity=GRANULARITY): argument
95 def dirty_bits(self, bits): argument
98 def dirty_group(self, n): argument
101 def clear(self): argument
104 def clear_bits(self, bits): argument
107 def clear_bit(self, bit): argument
[all …]
H A Dtestrunner.py66 def __init__(self, cache_file: str, env: TestEnv) -> None: argument
77 def get(self, test: str, argument
88 def update(self, test: str, elapsed: float) -> None: argument
92 def save(self) -> None: argument
96 def __enter__(self) -> 'LastElapsedTime': argument
99 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
104 def __init__(self, status: str, description: str = '', argument
125 def run_tests_pool(self, tests: List[str], argument
141 def __init__(self, env: TestEnv, tap: bool = False, argument
153 def __enter__(self) -> 'TestRunner': argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py24 def __init__(self, socket, server): argument
38 def validate_proto_version(self): argument
41 async def dispatch_message(self, msg): argument
47 async def handle_test_pr(self, request): argument
57 async def handle_test_package(self, request): argument
65 async def handle_max_package_pr(self, request): argument
73 async def handle_get_pr(self, request): argument
163 async def process_requests(self): argument
175 async def handle_import_one(self, request): argument
189 async def handle_export(self, request): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page.py29 def _navigate_to_project_page(self): argument
38 def _get_create_builds(self, **kwargs): argument
89 self, argument
138 def _get_config_nav_item(self, index): argument
142 def _navigate_to_config_nav(self, nav_id, nav_index): argument
150 def _mixin_test_table_show_rows(self, table_selector, **kwargs): argument
174 def _mixin_test_table_search_input(self, **kwargs): argument
187 def test_page_header_on_project_page(self): argument
272 def test_edit_project_name(self): argument
299 def test_project_page_tabs(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py38 def __init__(self, suite, processes, setupfunc, removefunc, bb_vars): argument
46 def run(self, result): argument
70 …def __init__(self, td=None, logger=None, machines=None, config_paths=None, newbuilddir=None, keep_… argument
81 def set_variables(self, vars): argument
84 def setup_builddir(self, suffix, selftestdir, suite): argument
156 def prepareSuite(self, suites, processes): argument
164 def runTests(self, processes=None, machine=None, skips=[]): argument
167 def listTests(self, display_type, machine=None): argument
178 def register_commands(self, logger, parser): argument
233 def _get_cases_paths(self, bbpath): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py51 def get(self, request, *args, **kwargs): argument
76 def post(self, request, *args, **kwargs): argument
142 def get(self, request, *args, **kwargs): argument
145 def post(self, request, *args, **kwargs): argument
185 def get(self, request, *args, **kwargs): argument
188 def post(self, request, *args, **kwargs): argument
271 def get(self, request, *args, **kwargs): argument
317 def post(self, request, *args, **kwargs): argument
382 def put(self, request, *args, **kwargs): argument
480 def delete(self, request, *args, **kwargs): argument
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c74 static int hw_atl2_shared_buffer_read_block(struct aq_hw_s *self, in hw_atl2_shared_buffer_read_block()
103 static inline int hw_atl2_shared_buffer_finish_ack(struct aq_hw_s *self) in hw_atl2_shared_buffer_finish_ack()
117 static int aq_a2_fw_init(struct aq_hw_s *self) in aq_a2_fw_init()
141 static int aq_a2_fw_deinit(struct aq_hw_s *self) in aq_a2_fw_deinit()
224 static int aq_a2_fw_set_link_speed(struct aq_hw_s *self, u32 speed) in aq_a2_fw_set_link_speed()
236 static void aq_a2_fw_set_mpi_flow_control(struct aq_hw_s *self, in aq_a2_fw_set_mpi_flow_control()
245 static void aq_a2_fw_upd_eee_rate_bits(struct aq_hw_s *self, in aq_a2_fw_upd_eee_rate_bits()
256 static int aq_a2_fw_set_state(struct aq_hw_s *self, in aq_a2_fw_set_state()
284 static int aq_a2_fw_update_link_status(struct aq_hw_s *self) in aq_a2_fw_update_link_status()
326 static int aq_a2_fw_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_a2_fw_get_mac_permanent()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/
H A Ddepends.py12 def testDependsFirst(self): argument
16 def testDependsSecond(self): argument
20 def testDependsThird(self): argument
24 def testDependsFourth(self): argument
28 def testDependsFifth(self): argument
32 def testDependsCircular1(self): argument
36 def testDependsCircular2(self): argument
40 def testDependsCircular3(self): argument
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py10 def setUp(self): argument
90 def test_branch(self): argument
97 def test_layerItem(self): argument
120 def test_layerBranch(self): argument
145 def test_layerDependency(self): argument
168 def test_recipe(self): argument
190 def test_machine(self): argument
201 def test_distro(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dcve_check.py14 def test_version_compare(self): argument
57 def test_convert_cve_version(self): argument
75 def test_product_match(self): argument
123 def test_parse_cve_from_patch_filename(self): argument
182 def test_parse_cve_from_patch_contents(self): argument
329 def test_recipe_report_json(self): argument
365 def test_image_json(self): argument
400 def test_recipe_report_json_unpatched(self): argument
436 def test_recipe_report_json_ignored(self): argument
H A Dfitimage.py14 def _setup_uboot_tools_native(self): argument
19 …def _verify_fit_image_signature(self, uboot_tools_sysroot_native, fitimage_path, dtb_path, conf_na… argument
59 def test_fit_image(self): argument
136 def test_sign_fit_image(self): argument
278 def test_uboot_fit_image(self): argument
360 def test_uboot_sign_fit_image(self): argument
443 def test_sign_standalone_uboot_fit_image(self): argument
584 def test_sign_cascaded_uboot_fit_image(self): argument
732 def test_initramfs_bundle(self): argument
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_apple_keyboard.py142 self, argument
150 def send_fn_state(self, state): argument
161 def create_device(self): argument
164 def test_single_function_key(self): argument
187 def test_single_fn_function_key(self): argument
219 def test_single_fn_function_key_release_first(self): argument
250 def test_single_fn_function_key_inverted(self): argument
282 def test_multiple_fn_function_key_release_first(self): argument
332 def test_multiple_fn_function_key_release_between(self): argument
404 def test_single_pageup_key_release_first(self): argument
H A Dtest_sony.py39 def test_accelerometer(self): argument
72 def test_gyroscope(self): argument
105 def test_battery(self): argument
137 def test_mt_single_touch(self): argument
160 def test_mt_dual_touch(self): argument
222 def create_device(self): argument
228 def start_controller(self): argument
236 def test_led(self): argument
280 def create_device(self): argument
291 def create_device(self): argument
[all …]
/openbmc/linux/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py41 def test_driver_loaded(self): argument
48 def read_value(self, file): argument
53 def get_dev_folder(self, socket): argument
56 def test_sysfs_files_exist(self, socket): argument
65 def test_sysfs_file_permissions(self, socket): argument
78 def test_sysfs_file_ownership(self, socket): argument
101 def test_sysfs_file_sizes(self, socket): argument
117 def test_no_seek_allowed(self, socket): argument
135 def test_registers_seek(self, socket): argument
151 def test_provision_akc_eoverflow_1017_bytes(self, socket): argument
[all …]
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py57 def __init__(self, bus, name): argument
79 def updateViaTftp(self, ip, filename): argument
84 def update(self, filename): argument
89 def TftpDownload(self, ip, filename): argument
94 def download_error_handler(self, filename): argument
98 def download_complete_handler(self, outfile, filename): argument
174 def Verify(self): argument
218 def Cleanup(self): argument
231 def Abort(self): argument
244 def GetUpdateProgress(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dclassextend.py19 def __init__(self, extname, d): argument
25 def extend_name(self, name): argument
48 def map_variable(self, varname, setvar = True): argument
61 def map_regexp_variable(self, varname, setvar = True): argument
79 def map_depends(self, dep): argument
92 def map_depends_variable(self, varname, suffix = ""): argument
115 def map_packagevars(self): argument
125 def rename_packages(self): argument
135 def rename_packages_internal(self, pkgs): argument
145 def rename_package_variables(self, variables): argument
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_metadata.py19 def test_license_presence(self): argument
55 def test_lic_files_chksum_presence(self): argument
73 def test_lic_files_chksum_modified_not_mentioned(self): argument
92 def test_max_line_length(self): argument
111 def pretest_src_uri_left_files(self): argument
128 def test_src_uri_left_files(self): argument
175 def test_summary_presence(self): argument
192 def test_cve_check_ignore(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dstorage.py89 def setUpClass(self): argument
98 def test_usb_mount(self): argument
104 def test_usb_basic_operations(self): argument
109 def test_usb_basic_rw(self): argument
115 def test_usb_umount(self): argument
124 def setUpClass(self): argument
133 def test_mmc_mount(self): argument
139 def test_mmc_basic_operations(self): argument
144 def test_mmc_basic_rw(self): argument
150 def test_mmc_umount(self): argument

1...<<11121314151617181920>>...55