Home
last modified time | relevance | path

Searched defs:self (Results 476 – 500 of 1371) sorted by relevance

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

/openbmc/linux/scripts/gdb/linux/
H A Ddevice.py100 def __init__(self): argument
103 def invoke(self, arg, from_tty): argument
120 def __init__(self): argument
123 def invoke(self, arg, from_tty): argument
138 def __init__(self): argument
141 def invoke(self, arg, from_tty): argument
153 def __init__(self): argument
156 def invoke(self, bus, name): argument
167 def __init__(self): argument
170 def invoke(self, cls, name): argument
H A Dclk.py26 def __init__(self): argument
29 def show_subtree(self, clk, level): argument
43 def invoke(self, arg, from_tty): argument
61 def __init__(self): argument
64 def lookup_hlist(self, hlist_head, name): argument
72 def invoke(self, name): argument
H A Dpgtable.py66 def __init__(self, cr3, page_levels): argument
73 def next_entry(self, va): argument
77 def mk_string(self): argument
89 def __init__(self, address, level): argument
136 def next_entry(self, va): argument
144 def mk_string(self): argument
204 def __init__(self): argument
207 def invoke(self, arg, from_tty): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py36 def __init__(self, be): argument
41 def _shellcmd(self, command, cwd=None, nowait=False,env=None): argument
64 def getGitCloneDirectory(self, url, branch): argument
76 def setCloneStatus(self,bitbake,status,total,current,repo_name): argument
82 def setLayers(self, bitbake, layers, targets): argument
252 def setup_custom_image_recipe(self, customrecipe, layers): argument
314 def readServerLogFile(self): argument
318 def triggerBuild(self, bitbake, layers, variables, targets, brbe): argument
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py18 def __init__(self, timeout): argument
24 def make_connection(self, host): argument
36 def set_connection_token(self, token): argument
39 def send_content(self, h, body): argument
67 …def __init__(self, host, port, clientinfo=("localhost", 0), observer_only = False, featureset = No… argument
85 def connect(self, token = None): argument
98 def removeClient(self): argument
102 def terminate(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Ds3.py41 def __init__(self, d): argument
46 def writeline(self, line): argument
65 def supports(self, ud, d): argument
71 def recommends_checksum(self, urldata): argument
74 def urldata_init(self, ud, d): argument
84 def download(self, ud, d): argument
109 def checkstatus(self, fetch, ud, d): argument
H A Dgitannex.py16 def supports(self, ud, d): argument
22 def urldata_init(self, ud, d): argument
27 def uses_annex(self, ud, d, wd): argument
37 def update_annex(self, ud, d, wd): argument
46 def download(self, ud, d): argument
53 def clone_shallow_local(self, ud, dest, d): argument
65 def unpack(self, ud, destdir, d): argument
H A Drepo.py22 def supports(self, ud, d): argument
28 def urldata_init(self, ud, d): argument
46 def download(self, ud, d): argument
80 def supports_srcrev(self): argument
83 def _build_revision(self, ud, d): argument
86 def _want_sortable_revision(self, ud, d): argument
H A Dnpmsw.py64 def supports(self, ud, d): argument
68 def urldata_init(self, ud, d): argument
219 def verify_donestamp(self, ud, d): argument
225 def update_donestamp(self, ud, d): argument
231 def need_update(self, ud, d): argument
237 def try_mirrors(self, fetch, ud, d, mirrors): argument
243 def download(self, ud, d): argument
247 def unpack(self, ud, rootdir, d): argument
278 def clean(self, ud, d): argument
287 def done(self, ud, d): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_most_recent_builds_states.py21 def _create_build_request(self): argument
32 def _create_recipe(self): argument
38 def _check_build_states(self, build_request): argument
132 def test_states_to_success(self): argument
150 def test_states_to_failure(self): argument
168 def test_states_cancelling(self): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py15 def __init__(self, d, manifest_dir): argument
35 def _populate(self): argument
38 def populate(self): argument
62 def movefile(self, sourcefile, destdir): argument
75 def mkdirhier(self, dirpath): argument
82 def remove(self, path, recurse=False): argument
90 def install_locales(self, pm): argument
H A Dmanifest.py61 def __init__(self, d, manifest_dir=None, manifest_type=MANIFEST_TYPE_IMAGE): argument
89 def _create_dummy_initial(self): argument
126 def create_initial(self): argument
133 def create_final(self): argument
142 def create_full(self, pm): argument
149 def parse_initial_manifest(self): argument
180 def parse_full_manifest(self): argument
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dterminal.py19 def __init__(self): argument
22 def add_terminal(self, priority, name, command): argument
28 def configured_terminal(self) -> Optional[str]: argument
35 def preferred_terminal(self) -> str: argument
47 def all_terminals(self) -> List[str]: argument
50 def __getitem__(self, name: str): argument
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dpath.py47 def setUp(self): argument
61 def tearDown(self): argument
64 def __realpath(self, file, use_physdir, assume_dir = True): argument
68 def test_norm(self): argument
80 def test_phys(self): argument
88 def test_loop(self): argument
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py29 def __init__(self, missing_pg): argument
33 def __init__(self, stage, output, message): argument
39 def __init__(self, argparser): argument
59 def load_plugin(self, pgdir, pgname): argument
66 def get_required_plugins(self, testlist): argument
84 def load_required_plugins(self, reqs, parser, args, remaining): argument
117 def call_pre_suite(self, testcount, testidlist): argument
121 def call_post_suite(self, index): argument
125 def call_pre_case(self, caseinfo, *, test_skip=False): argument
135 def call_post_case(self): argument
[all …]
/openbmc/linux/tools/cgroup/
H A Diocost_monitor.py64 def __init__(self, root_blkcg, q_id, include_dying=False): argument
72 def walk(self, blkcg, q_id, parent_path): argument
90 def __iter__(self): argument
94 def __init__(self, ioc): argument
114 def dict(self, now): argument
127 def table_preamble_str(self): argument
139 def table_header_str(self): argument
144 def __init__(self, iocg): argument
175 def dict(self, now, path): argument
192 def table_row_str(self, path): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/
H A Dtimeout.py16 def testTimeoutPass(self): argument
20 def testTimeoutFail(self): argument
25 def testTimeoutSkip(self): argument
30 def testTimeoutDepends(self): argument
33 def testTimeoutUnrelated(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dtest_basic.py16 def test1(self): argument
31 def test12(self): argument
45 def test13(self): argument
65 def test2(self): argument
79 def test3(self): argument
98 def test4(self): argument
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dssh_utility.py25 def __init__(self, hostname, username, password, port_ssh): argument
43 def ssh_remoteclient_login(self): argument
78 def ssh_remoteclient_disconnect(self): argument
89 def execute_command(self, command, default_timeout=60): argument
146 def scp_connection(self): argument
171 def scp_file_from_remote(self, remote_file, local_file): argument
/openbmc/qemu/docs/sphinx/
H A Ddbusdoc.py50 def __init__(self, sphinx_directive, dbusfile): argument
58 def add_line(self, line: str, *lineno: int) -> None: argument
65 def add_method(self, method): argument
78 def add_signal(self, signal): argument
89 def add_property(self, prop): argument
104 def add_interface(self, iface): argument
137 def run(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dmaturin.py18 def setUp(self): argument
25 def test_maturin_list_python(self): argument
40 def setUpClass(self): argument
50 def setUp(self): argument
64 def test_maturin_develop(self): argument
/openbmc/linux/tools/perf/scripts/python/
H A Dcompaction-times.py29 def __init__(self, re): argument
32 def filter(self, pid, comm): argument
37 def __init__(self, low, high): argument
41 def filter(self, pid, comm): argument
55 def __init__(self, aval, bval, alabel = None, blabel = None): argument
61 def __add__(self, rhs): argument
66 def __str__(self): argument
70 def __init__(self, ns): argument
76 def __add__(self, rhs): argument
83 def __str__(self): argument
[all …]
/openbmc/qemu/tests/functional/qemu_test/
H A Dasset.py27 def __init__(self, url, hashsum): argument
39 def __repr__(self): argument
43 def _check(self, cache_file): argument
63 def valid(self): argument
66 def _wait_for_other_download(self, tmp_cache_file): argument
95 def fetch(self): argument
H A Dtuxruntest.py27 def get_tag(self, tagname, default=None): argument
38 def setUp(self): argument
68 def wait_for_console_pattern(self, success_message, vm=None): argument
73 def fetch_tuxrun_assets(self, kernel_asset, rootfs_asset, dtb_asset=None): argument
92 def prepare_run(self, kernel, disk, drive, dtb=None, console_index=0): argument
121 def run_tuxtest_tests(self, haltmsg): argument
141 def common_tuxrun(self, argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py92 def _my_custom_method(self): argument
105 def _my_custom_method(self): argument
114 def __str__(self): argument
141 def __str__(self): argument
164 def method(self): argument
166 def _my_custom_method(self): argument
168 def count(self, item): argument
170 def _asdict(self): # (cannot override a namedtuple method, see below) argument
209 def _asdict(self): argument

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