/openbmc/linux/scripts/gdb/linux/ |
H A D | device.py | 100 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 D | clk.py | 26 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 D | pgtable.py | 66 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 D | localhostbecontroller.py | 36 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 D | xmlrpcclient.py | 18 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 D | s3.py | 41 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 D | gitannex.py | 16 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 D | repo.py | 22 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 D | npmsw.py | 64 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 D | test_most_recent_builds_states.py | 21 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 D | sdk.py | 15 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 D | manifest.py | 61 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 D | terminal.py | 19 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 D | path.py | 47 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 D | tdc.py | 29 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 D | iocost_monitor.py | 64 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 D | timeout.py | 16 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 D | test_basic.py | 16 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 D | ssh_utility.py | 25 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 D | dbusdoc.py | 50 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 D | maturin.py | 18 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 D | compaction-times.py | 29 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 D | asset.py | 27 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 D | tuxruntest.py | 27 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 D | namedtuple_with_abc.py | 92 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
|