Home
last modified time | relevance | path

Searched defs:self (Results 176 – 200 of 1371) sorted by relevance

12345678910>>...55

/openbmc/qemu/tests/qemu-iotests/
H A D29630 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
53 def setUp(self): argument
68 def tearDown(self): argument
75 def createImg(self, file, secret): argument
88 def addKey(self, file, secret, new_secret): argument
116 def openImageQmp(self, vm, id, file, secret, argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgcc.py21 def check_skip(self, suite): argument
26 def run_check(self, *suites, ssh = None): argument
72 def run_check_emulated(self, *args, **kwargs): argument
93 def test_cross_gcc(self): argument
98 def test_cross_gxx(self): argument
103 def test_libatomic(self): argument
108 def test_libgomp(self): argument
113 def test_libstdcxx(self): argument
118 def test_libssp(self): argument
124 def test_libitm(self): argument
[all …]
H A Dimagefeatures.py21 def test_non_root_user_can_connect_via_ssh_without_password(self): argument
47 def test_all_users_can_connect_via_ssh_without_password(self): argument
76 def test_wayland_support_in_image(self): argument
93 def test_bmap(self): argument
125 def test_hypervisor_fmts(self): argument
163 def test_long_chain_conversion(self): argument
192 def test_image_fstypes(self): argument
237 def test_useradd_static(self): argument
247 def test_no_busybox_base_utils(self): argument
268 def test_image_gen_debugfs(self): argument
[all …]
H A Dbuildoptions.py21 def test_incremental_image_generation(self): argument
39 def test_ccache_tool(self): argument
54 def test_read_only_image(self): argument
64 def test_stoptask_behavior(self): argument
78 def getline(self, res, line): argument
83 def test_options_warnqa_errorqa_switch(self): argument
104 def test_layer_without_git_dir(self): argument
145 def test_buildhistory_basic(self): argument
149 def test_buildhistory_buildtime_pr_backwards(self): argument
155 def test_fileinfo(self): argument
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Devents.py480 self, argument
501 def history(self) -> Tuple[Message, ...]: argument
511 def accept(self, event: Message) -> bool: argument
531 async def put(self, event: Message) -> None: argument
551 async def get(self) -> Message: argument
559 def empty(self) -> bool: argument
565 def clear(self) -> List[Message]: argument
589 def __aiter__(self) -> AsyncIterator[Message]: argument
592 async def __anext__(self) -> Message: argument
618 def __init__(self) -> None: argument
[all …]
/openbmc/linux/tools/verification/dot2/
H A Ddot2k.py20 def __init__(self, file_path, MonitorType): argument
32 def __fill_rv_templates_dir(self): argument
53 def __open_file(self, path): argument
63 def __buff_to_string(self, buff): argument
72 def fill_tracepoint_handlers_skel(self): argument
86 def fill_tracepoint_attach_probe(self): argument
92 def fill_tracepoint_detach_helper(self): argument
98 def fill_main_c(self): argument
115 def fill_model_h_header(self): argument
126 def fill_model_h(self): argument
[all …]
/openbmc/qemu/tests/functional/
H A Dtest_ppc_74xx.py17 def test_ppc_7400(self): argument
26 def test_ppc_7410(self): argument
35 def test_ppc_7441(self): argument
44 def test_ppc_7445(self): argument
53 def test_ppc_7447(self): argument
62 def test_ppc_7447a(self): argument
71 def test_ppc_7448(self): argument
80 def test_ppc_7450(self): argument
89 def test_ppc_7451(self): argument
98 def test_ppc_7455(self): argument
[all …]
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c45 static void aq_nic_rss_init(struct aq_nic_s *self, unsigned int num_rss_queues) in aq_nic_rss_init()
69 static void aq_nic_cfg_update_num_vecs(struct aq_nic_s *self) in aq_nic_cfg_update_num_vecs()
96 void aq_nic_cfg_start(struct aq_nic_s *self) in aq_nic_cfg_start()
156 static int aq_nic_update_link_status(struct aq_nic_s *self) in aq_nic_update_link_status()
215 struct aq_nic_s *self = private; in aq_linkstate_threaded_isr() local
230 struct aq_nic_s *self = container_of(work, struct aq_nic_s, in aq_nic_service_task() local
257 struct aq_nic_s *self = from_timer(self, t, service_timer); in aq_nic_service_timer_cb() local
267 struct aq_nic_s *self = from_timer(self, t, polling_timer); in aq_nic_polling_timer_cb() local
277 static int aq_nic_hw_prepare(struct aq_nic_s *self) in aq_nic_hw_prepare()
299 int aq_nic_ndev_register(struct aq_nic_s *self) in aq_nic_ndev_register()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py147 def __init__(self, d, deploy_dir): argument
152 def write_index(self): argument
156 def __init__(self, d, rootfs_dir): argument
161 def list_pkgs(self): argument
169 def __init__(self, d, target_rootfs): argument
176 def _initialize_intercepts(self): argument
198 def _handle_intercept_failure(self, failed_script): argument
201 def _postpone_to_first_boot(self, postinst_intercept_hook): argument
219 def run_intercepts(self, populate_sdk=None): argument
265 def update(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py117 def __init__(self, url, username=None, password=None): argument
127 async def create(self): argument
161 def connect(self, logger): argument
190 def __init__(self, engine, logger): argument
195 async def __aenter__(self): argument
199 async def __aexit__(self, exc_type, exc_value, traceback): argument
202 async def close(self): argument
206 async def _execute(self, statement): argument
210 async def _set_config(self, name, value): argument
226 def _get_config_subquery(self, name, default=None): argument
[all …]
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py18 def __init__(self, time): argument
21 def add_diskdata(self, new_diskdata): argument
25 def __init__(self, time, user, sys, io = 0.0, swap = 0.0): argument
33 def cpu(self): argument
36 def __str__(self): argument
41 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
49 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
57 def __init__(self, time, avg10, avg60, avg300, deltaTotal): argument
68 def __init__(self, time): argument
72 def add_value(self, name, value): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcserver.py27 def __init__(self, request, client_address, server): argument
31 def do_POST(self): argument
45 def report_503(self): argument
57 def __init__(self, interface, cooker, parent): argument
75 def register_functions(self, context, prefix): argument
85 def get_timeout(self, delay): argument
89 def handle_requests(self): argument
94 def __init__(self, server): argument
99 def registerEventHandler(self, host, port): argument
112 def unregisterEventHandler(self, handlerNum): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/cases/
H A Ddevtool.py39 def _test_devtool_build(self, directory): argument
46 def _test_devtool_build_package(self, directory): argument
53 def test_devtool_location(self): argument
58 def test_devtool_add_reset(self): argument
62 def test_devtool_build_make(self): argument
65 def test_devtool_build_esdk_package(self): argument
68 def test_devtool_build_cmake(self): argument
71 def test_extend_autotools_recipe_creation(self): argument
80 def test_devtool_kernelmodule(self): argument
89 def test_recipes_for_nodejs(self): argument
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py35 def __init__(self, path, msg): argument
47 def __init__(self, path, cls, *names): argument
90 def __init__(self, depth=0): argument
93 def __add__(self, depth): argument
96 def __call__(self, depth): argument
104 def __init__(self, *a, **kw): argument
110 def factory(self, objs): argument
116 def setup(self, objs): argument
126 def __init__(self, *a, **kw): argument
132 def setup(self, objs): argument
[all …]
/openbmc/qemu/tests/migration/guestperf/
H A Dplot.py48 def __init__(self, argument
64 def _next_color(self): argument
71 def _get_progress_label(self, progress): argument
83 def _find_start_time(self, report): argument
91 def _get_guest_max_value(self, report): argument
98 def _get_qemu_max_value(self, report): argument
118 def _get_total_guest_cpu_graph(self, report, starttime): argument
150 def _get_split_guest_cpu_graphs(self, report, starttime): argument
194 def _get_migration_iters_graph(self, report, starttime): argument
215 def _get_qemu_cpu_graph(self, report, starttime): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dbuildtables.py19 def get_context_data(self, **kwargs): argument
29 def __init__(self, *args, **kwargs): argument
34 def setup_queryset(self, *args, **kwargs): argument
41 def setup_columns(self, *args, **kwargs): argument
134 def __init__(self, *args, **kwargs): argument
147 def setup_columns(self, *args, **kwargs): argument
164 def __init__(self, *args, **kwargs): argument
169 def make_package_list(self, target): argument
176 def get_context_data(self, **kwargs): argument
189 def setup_queryset(self, *args, **kwargs): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py34 def __init__(self): argument
43 def __init__(self, time): argument
355 def __init__(self, level, debug_domains): argument
358 def update(self, eventmask, level, debug_domains): argument
363 def filter(self, event): argument
393 def __init__(self, msg = "Operation Started"): argument
399 def __init__(self, total, msg = "Operation Completed"): argument
406 def __init__(self, current, total, msg = "Operation in Progress"): argument
417 def __init__(self, mcdata): argument
422 def __init__(self, fn): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py19 def setUp(self): argument
24 def _file_helper(self, mode_suffix, data): argument
35 def test_text_file(self): argument
38 def test_binary_file(self): argument
41 def _pipe_helper(self, mode_suffix, data): argument
51 def test_text_pipe(self): argument
54 def test_binary_pipe(self): argument
57 def test_bad_decompress(self): argument
68 def setUp(self): argument
74 def do_open(self, *args, **kwargs): argument
[all …]
H A Dcow.py25 def setUp(self): argument
31 def tearDown(self): argument
36 def trackWarnings(self): argument
39 def _collectWarnings(self): argument
46 def _checkAllWarningsRead(self): argument
51 def checkReportsWarning(self, expected_warning): argument
58 def checkStrOutput(self, obj, expected_levels, expected_keys): argument
76 def testGetSet(self): argument
91 def testCopyCopy(self): argument
152 def testCow(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py16 def __init__(self): argument
22 def updatecache(self, x): argument
29 def normpath(self, path): argument
36 def _callstat(self, path): argument
51 def callstat(self, path): argument
56 def calllstat(self, path): argument
76 def isfile(self, path): argument
86 def isdir(self, s): argument
93 def islink(self, path): argument
102 def exists(self, path): argument
[all …]
H A Dnpm_registry.py33 def __init__(self, spec): argument
37 def name(self): argument
41 def version(self): argument
45 def empty_manifest(self): argument
52 def base_filename(self): argument
55 def as_manifest_entry(self, tarball_uri): argument
90 def __init__(self, base_fname, spec): argument
94 def load(self): argument
103 def save(self, meta): argument
108 def filename(self): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py13 def _create_configs(self): argument
34 def write_index(self): argument
100 def list_pkgs(self): argument
117 …def __init__(self, d, target_rootfs, archs, base_archs, apt_conf_dir=None, deb_repo_workdir="oe-ro… argument
141 def mark_packages(self, status_tag, packages=None): argument
169 def run_pre_post_installs(self, package_name=None): argument
214 def update(self): argument
229 def install(self, pkgs, attempt_only=False, hard_depends_only=False): argument
266 def remove(self, pkgs, with_dependencies=True): argument
291 def write_index(self): argument
[all …]
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
65 def us_to_px(self, val): argument
68 def px_to_us(self, val): argument
71 def scroll_start(self): argument
75 def scroll_start_us(self): argument
79 def paint_rectangle_zone(self, nr, color, top_color, start, end): argument
103 def update_rectangles(self, dc, start, end): argument
108 def on_paint(self, event): argument
118 def rect_from_ypixel(self, y): argument
128 def update_summary(self, txt): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py18 def __init__(self, d, uri, foldername=None, tmpdir=None): argument
35 def _download_archive(self): argument
60 def _run(self, cmd): argument
65 def run_configure(self, configure_args='', extra_cmds=''): argument
68 def run_make(self, make_args=''): argument
71 def run_install(self, install_args=''): argument
74 def clean(self): argument
82 def __init__(self, target, d, uri, foldername=None): argument
87 def download_archive(self): argument
104 def _run(self, cmd): argument
[all …]
/openbmc/qemu/scripts/
H A Dxml-preprocess-test.py23 def test_preprocess_xml(self): argument
31 def test_save_xml(self): argument
38 def test_include(self): argument
50 def test_envvar(self): argument
59 def test_sys_var(self): argument
67 def test_cus_var(self): argument
79 def test_error_warning(self): argument
90 def test_cmd(self): argument
99 def test_foreach(self): argument
106 def test_if_elseif(self): argument
[all …]

12345678910>>...55