Home
last modified time | relevance | path

Searched defs:self (Results 151 – 175 of 1116) sorted by relevance

12345678910>>...45

/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/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py90 def __init__(self, total, setscene_total): argument
101 def copy(self): argument
106 def taskFailed(self): argument
110 def taskCompleted(self): argument
114 def taskSkipped(self): argument
118 def taskActive(self): argument
121 def updateCovered(self, covered, notcovered): argument
125 def updateActiveSetscene(self, active): argument
144 def __init__(self, runqueue, rqdata): argument
167 def is_pressure_usable(self): argument
[all …]
/openbmc/u-boot/tools/binman/
H A Dentry_test.py19 def setUp(self): argument
22 def tearDown(self): argument
25 def GetNode(self): argument
32 def test1EntryNoImportLib(self): argument
40 def test2EntryImportLib(self): argument
50 def testEntryContents(self): argument
56 def testUnknownEntry(self): argument
66 def testUniqueName(self): argument
77 def testGetDefaultFilename(self): argument
/openbmc/openbmc/poky/scripts/
H A Dtest-remote-image90 def __init__(self, image_type): argument
100 def get_files_dict(self): argument
128 def __init__(self, image_type): argument
140 def get_controller(self): argument
154 def set_kernel_file(self): argument
159 def set_rootfs_file(self): argument
169 def set_manifest_file(self): argument
172 def set_extra_download_files(self): argument
177 def get_controller_extra_files(self): argument
187 def __init__(self, repolink, localdir): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py31 def __init__(self, d): argument
96 def power_ctl(self, msg): argument
104 def power_cycle(self, conn): argument
115 def _wait_until_booted(self): argument
120 def deploy(self): argument
143 def _deploy(self): argument
146 def start(self, extra_bootparams=None): argument
154 def _start(self): argument
157 def stop(self): argument
164 def __init__(self, d): argument
[all …]
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py54 def __init__(self, argument
75 def _get_sock(self) argument
83 connect(self) global() argument
93 accept(self) global() argument
102 cmd(self, qtest_cmd: str) global() argument
113 close(self) global() argument
122 settimeout(self, timeout: Optional[float]) global() argument
132 __init__(self, binary: str, args: Sequence[str] = (), wrapper: Sequence[str] = (), name: Optional[str] = None, base_temp_dir: str = "/var/tmp", qmp_timer: Optional[float] = None) global() argument
151 _base_args(self) global() argument
162 _pre_launch(self) global() argument
168 _post_launch(self) global() argument
175 _post_shutdown(self) global() argument
182 qtest(self, cmd: str) global() 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/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 …]
H A D16539 def setUp(self): argument
42 def tearDown(self): argument
45 def mkVm(self): argument
48 def mkVmRo(self): argument
51 def getSha256(self): argument
56 def checkBitmap(self, sha256): argument
61 def writeRegions(self, regions): argument
66 def qmpAddBitmap(self): argument
70 def test_persistent(self): argument
103 def test_reopen_rw(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py77 def default(self, obj): argument
92 def __init__(self, out_dir, *args, **kwargs): argument
101 def addSuccess(self, test): argument
106 def addError(self, test, err): argument
111 def addFailure(self, test, err): argument
116 def addExpectedFailure(self, test, err): argument
121 def startTest(self, test): argument
128 def startTestRun(self): argument
132 def stopTestRun(self): argument
136 def all_results(self): argument
[all …]
/openbmc/qemu/tests/vm/
H A Dbasevm.py95 def __init__(self, args, config=None): argument
178 def validate_ssh_keys(self): argument
187 def wait_boot(self, wait_string=None): argument
204 def _download_with_cache(self, url, sha256sum=None, sha512sum=None): argument
230 def _ssh_do(self, user, cmd, check): argument
253 def ssh(self, *cmd): argument
256 def ssh_root(self, *cmd): argument
259 def ssh_check(self, *cmd): argument
262 def ssh_root_check(self, *cmd): argument
265 def build_image(self, img): 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/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 …]
H A Dqemurunner.py47 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir… argument
109 def create_socket(self): argument
124 def decode_qemulog(self, todecode): argument
130 def log(self, msg, extension=""): argument
136 def handleSIGCHLD(self, signum, frame): argument
143 …def start(self, qemuparams = None, get_ip = True, extra_bootparams = None, runqemuparams='', launc… argument
188 …def launch(self, launch_cmd, get_ip = True, qemuparams = None, extra_bootparams = None, env = None… argument
554 def stop(self): argument
603 def stop_qemu_system(self): argument
611 def stop_thread(self): 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/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_mbox.py45 def test_signed_off_by_presence(self): argument
56 def test_shortlog_format(self): argument
71 def test_shortlog_length(self): argument
85 def test_series_merge_on_head(self): argument
107 def test_target_mailing_list(self): argument
135 def test_mbox_format(self): argument
140 def test_commit_message_presence(self): argument
149 def test_commit_message_user_tags(self): argument
154 def test_bugzilla_entry_format(self): argument
166 def test_author_valid(self): argument
[all …]
/openbmc/qemu/tests/migration-stress/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/ply/
H A Dlex.py64 def __init__(self,message,s): argument
70 def __str__(self): argument
72 def __repr__(self): argument
79 def __init__(self,f): argument
81 def critical(self,msg,*args,**kwargs): argument
84 def warning(self,msg,*args,**kwargs): argument
87 def error(self,msg,*args,**kwargs): argument
95 def __getattribute__(self,name): argument
97 def __call__(self,*args,**kwargs): argument
115 def __init__(self): argument
[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/qemu/tests/functional/
H A Dtest_aarch64_aspeed_ast2700.py18 def do_test_aarch64_aspeed_sdk_start(self, image): argument
28 def verify_vbootrom_firmware_flow(self): argument
40 def verify_openbmc_boot_and_login(self, name): argument
57 def do_ast2700_i2c_test(self): argument
68 def do_ast2700_pcie_test(self): argument
73 def start_ast2700_test(self, name): argument
114 def start_ast2700_test_vbootrom(self, name): argument
119 def test_aarch64_ast2700_evb_sdk_v09_06(self): argument
127 def test_aarch64_ast2700a1_evb_sdk_v09_06(self): argument
136 def test_aarch64_ast2700a1_evb_sdk_vbootrom_v09_06(self): argument
/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/qemu/scripts/
H A Ddecodetree.py94 def __init__(self, graph=None): argument
97 def static_order(self): argument
275 def __init__(self, sign, pos, len): argument
281 def __str__(self): argument
288 def str_extract(self, lvalue_formatter): argument
293 def referenced_fields(self): argument
296 def __eq__(self, other): argument
299 def __ne__(self, other): argument
306 def __init__(self, subs, mask): argument
311 def __str__(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py37 def save(self, *args, **kwargs): argument
56 def _insert(self, *args, **kwargs): argument
61 def _create_object_from_params(self, lookup, params): argument
104 def __unicode__(self): argument
109 def create_project(self, name, release, existing_project=None, imported=False): argument
153 def get_or_create_default_project(self): argument
200 def __unicode__(self): argument
203 def get_current_machine_name(self): argument
209 def get_number_of_builds(self): argument
217 def get_last_build_id(self): argument
[all …]

12345678910>>...45