/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 129 def __init__(self, heredoc = False): argument 139 def add(self, data, eof=False): argument 154 def _is_escapable(self, c, delim=None): argument 168 def _parse_squote(self, buf, result, eof): argument 179 def _parse_bquote(self, buf, result, eof): argument 195 def _parse_dquote(self, buf, result, eof): argument 210 def _parse_command(self, buf, result, eof): argument 228 def _parse_parameter(self, buf, result, eof): argument 243 def _parse_dollar(self, buf, result, eof): argument 295 def _parse(self, eof): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
H A D | serial.py | 13 def __init__(self, logger, target_ip, server_ip, server_port=0, argument 58 def start(self, **kwargs): argument 61 def stop(self, **kwargs): argument 64 def get_connection(self): argument 73 def run(self, cmd, timeout=None): argument 106 def copyTo(self, localSrc, remoteDst): argument 147 def copyFrom(self, remoteSrc, localDst): argument 172 def copyDirTo(self, localSrc, remoteDst): argument 192 def deleteFiles(self, remotePath, files): argument 206 def deleteDir(self, remotePath): argument [all …]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 136 def __init__(self, name, application, rdesc_str=None, rdesc=None, input_info=None): argument 160 def assertInputEventsIn(self, expected_events, effective_events): argument 167 def assertInputEvents(self, expected_events, effective_events): argument 202 def create_device(self): argument 205 def _load_kernel_module(self, kernel_driver, kernel_module): argument 223 def load_kernel_module(self): argument 229 def new_uhdev(self, load_kernel_module): argument 232 def assertName(self, uhdev): argument 237 def context(self, new_uhdev, request): argument 263 def check_taint(self): argument [all …]
|
/openbmc/linux/scripts/ |
H A D | spdxcheck.py | 16 def __init__(self, tok, txt): argument 21 def __init__(self, el, txt): argument 26 def __init__(self): argument 33 def __init__(self): argument 38 def update(self, fname, basedir, miss): argument 100 def __init__(self, spdx): argument 119 def set_dirinfo(self, basedir, dirdepth): argument 130 def validate(self, tok): argument 146 def t_RPAR(self, tok): argument 151 def t_LPAR(self, tok): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 40 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument 54 def _handle_resize(self, signum=None, frame=None): argument 59 def finish(self): argument 64 def setmessage(self, msg): argument 68 def setextra(self, extra): argument 78 def _need_update(self): argument 85 def __init__(self, msg, maxval): argument 90 def start(self, update=True): argument 95 def update(self, value): argument 98 def finish(self): argument [all …]
|
H A D | uievent.py | 22 def __init__(self, BBServer, clientinfo=("localhost, 0")): argument 72 def getEvent(self): argument 81 def waitEvent(self, delay): argument 85 def queue_event(self, event): argument 90 def send_event(self, event): argument 93 def startCallbackHandler(self): argument 106 def system_quit( self ): argument 118 def __init__( self, interface ): argument 125 def get_request(self): argument 135 def close_request(self, request): argument [all …]
|
/openbmc/qemu/tests/avocado/ |
H A D | linux_ssh_mips_malta.py | 57 def get_url(self, endianess, path=''): argument 61 def get_image_info(self, endianess): argument 67 def get_kernel_info(self, endianess, wordsize): argument 74 def ssh_disconnect_vm(self): argument 77 def boot_debian_wheezy_image_and_ssh_login(self, endianess, kernel_path): argument 99 def shutdown_via_ssh(self): argument 104 def run_common_commands(self, wordsize): argument 161 def check_mips_malta(self, uname_m, endianess): argument 175 def test_mips_malta32eb_kernel3_2_0(self): argument 183 def test_mips_malta32el_kernel3_2_0(self): argument [all …]
|
H A D | kvm_xen_guest.py | 36 def get_asset(self, name, sha1): argument 45 def common_vm_setup(self): argument 59 def run_and_check(self): argument 87 def test_kvm_xen_guest(self): argument 99 def test_kvm_xen_guest_nomsi(self): argument 111 def test_kvm_xen_guest_noapic_nomsi(self): argument 123 def test_kvm_xen_guest_vapic(self): argument 136 def test_kvm_xen_guest_novector(self): argument 148 def test_kvm_xen_guest_novector_nomsi(self): argument 161 def test_kvm_xen_guest_novector_noapic(self): argument
|
H A D | smmu.py | 33 def set_up_boot(self): argument 41 def setUp(self): argument 44 def common_vm_setup(self, custom_kernel=False): argument 64 def run_and_check(self): argument 76 def test_smmu_noril(self): argument 85 def test_smmu_noril_passthrough(self): argument 96 def test_smmu_noril_nostrict(self): argument 110 def test_smmu_ril(self): argument 119 def test_smmu_ril_passthrough(self): argument 130 def test_smmu_ril_nostrict(self): argument
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | interface.py | 28 def __init__(self, **kwargs): argument 40 def joinedName(self, join_str, append): argument 43 def error_includes(self, inc_list): argument 59 def errorNamespacedClass(self, error): argument 65 def enum_includes(self, inc_list): argument 71 def markdown(self, loader): argument 74 def async_server_header(self, loader): argument 79 def server_header(self, loader): argument 82 def server_cpp(self, loader): argument 85 def client_header(self, loader): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | qa.py | 39 def my_assert(self, expectation, result): argument 44 def __init__(self, name): argument 50 def __enter__(self): argument 53 def __exit__(self, exc_type, exc_value, traceback): argument 56 def close(self): argument 60 def open(self): argument 90 def osAbi(self): argument 93 def abiVersion(self): argument 96 def abiSize(self): argument 99 def isLittleEndian(self): argument [all …]
|
H A D | spdx30.py | 37 def __init__(self, *, pattern=None): argument 40 def init(self): argument 43 def validate(self, value): argument 52 def set(self, value): argument 55 def check_min_count(self, value, min_count): argument 58 def check_max_count(self, value, max_count): argument 61 def elide(self, value): argument 64 def walk(self, value, callback, path): argument 67 def iter_objects(self, value, recursive, visited): argument 70 def link_prop(self, value, objectset, missing, visited): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | data.py | 42 def setUpDecorator(self): argument 61 def setUpDecorator(self): argument 75 def setUpDecorator(self): argument 89 def setUpDecorator(self): argument 100 def setUpDecorator(self): argument 119 def setUpDecorator(self): argument 137 def setUpDecorator(self): argument 155 def setUpDecorator(self): argument 172 def setUpDecorator(self): argument 183 def setUpDecorator(self): argument [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 165 | 39 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 105 def test_reopen_rw(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _htmlparser.py | 46 def __init__(self, *args, **kwargs): argument 74 def error(self, message): argument 90 def handle_startendtag(self, name, attrs): argument 105 def handle_starttag(self, name, attrs, handle_empty_element=True): argument 160 def handle_endtag(self, name, check_already_closed=True): argument 178 def handle_data(self, data): argument 182 def handle_charref(self, name): argument 222 def handle_entityref(self, name): argument 241 def handle_comment(self, data): argument 250 def handle_decl(self, data): argument [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | entry_test.py | 19 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/qemu/scripts/ |
H A D | analyse-9p-simpletrace.py | 81 def begin(self): argument 84 def v9fs_rerror(self, tag, id, err): argument 87 def v9fs_version(self, tag, id, msize, version): argument 90 def v9fs_version_return(self, tag, id, msize, version): argument 93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument 96 def v9fs_attach_return(self, tag, id, type, version, path): argument 99 def v9fs_stat(self, tag, id, fid): argument 102 def v9fs_stat_return(self, tag, id, mode, atime, mtime, length): argument 105 def v9fs_getattr(self, tag, id, fid, request_mask): argument 108 def v9fs_getattr_return(self, tag, id, result_mask, mode, uid, gid): argument [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
H A D | fvp_devices.py | 8 def run_cmd(self, cmd, check=True, retry=3): argument 33 def check_devices(self, cls, min_count, search_drivers): argument 55 def check_rng(self, hw_random, dev): argument 59 def set_cpu(self, cpu_num, flag): argument 71 def enable_cpu(self, cpu_num): argument 74 def disable_cpu(self, cpu_num): argument 80 def test_cpu_hotplug(self): argument 115 def test_rtc(self): argument 122 def test_watchdog(self): argument 128 def test_networking(self): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_project_page_tab_config.py | 25 def _navigate_to_project_page(self): argument 33 def _create_builds(self): argument 61 def _get_tabs(self): argument 68 def _get_config_nav_item(self, index): argument 74 def test_project_config_nav(self): argument 147 def test_image_recipe_editColumn(self): argument 208 def test_image_recipe_show_rows(self): argument 238 def test_project_config_tab_right_section(self): argument 272 def check_machine_distro(self, item_name, new_item_name, block_id): argument 349 def test_project_page_tab_importlayer(self): argument [all …]
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | buildstats.py | 29 def __init__(self, *args, **kwargs): argument 39 def cputime(self): argument 49 def walltime(self): argument 54 def read_bytes(self): argument 59 def write_bytes(self): argument 64 def read_ops(self): argument 73 def write_ops(self): argument 126 def __init__(self, tasks=None): argument 130 def __getattr__(self, name): argument 140 def append(self, task): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | selenium_helpers_base.py | 96 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY): argument 101 def until(self, method, message=''): argument 127 def until_not(self, method, message=''): argument 177 def get(self, url): argument 195 def find(self, selector): argument 199 def find_all(self, selector): argument 203 def element_exists(self, selector): argument 210 def focused_element(self): argument 214 def wait_until_present(self, selector, timeout=Wait._TIMEOUT): argument 221 def wait_until_visible(self, selector, timeout=Wait._TIMEOUT): argument [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | cookerdata.py | 27 def __init__(self, argv=None): argument 36 def parseCommandLine(self, argv=sys.argv): argument 39 def parseEnvironment(self): argument 42 def updateFromServer(self, server): argument 59 def updateToServer(self, server, environment): argument 78 def parseActions(self): argument 121 def __init__(self): argument 147 def __getstate__(self): argument 153 def __setstate__(self,state): argument 224 def __init__(self, cookercfg, worker = False): argument [all …]
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 786 def __init__(self, total): argument 795 def inc(self): argument 800 def show(self): argument 809 def __init__(self): argument 825 def __init__(self, configs, options, build_dir): argument 842 def get_arch(self): argument 868 def parse_one_config(self, config, dotconfig_lines, autoconf_lines): argument 916 def update_dotconfig(self): argument 998 def check_defconfig(self): argument 1028 def __init__(self, config_db, db_queue): argument [all …]
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 45 def __init__(self, fmt, offset, val, name): argument 51 def __iter__(self): argument 54 def __repr__(self): argument 66 def __init__(self, meta_data=None): argument 73 def __getitem__(self, name): argument 76 def __iter__(self): argument 79 def __len__(self): argument 92 def __init__(self, backing_file_name=None): argument 115 def __iter__(self): argument 121 def create_header(self, cluster_bits, backing_file_name=None): argument [all …]
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | filemap.py | 78 def __init__(self, image, log=None): argument 128 def __del__(self): argument 133 def _open_image_file(self): argument 143 def block_is_mapped(self, block): # pylint: disable=W0613,R0201 argument 152 def get_mapped_ranges(self, start, count): # pylint: disable=W0613,R0201 argument 197 def __init__(self, image, log=None): argument 206 def _probe_seek_hole(self): argument 245 def block_is_mapped(self, block): argument 257 def _get_ranges(self, start, count, whence1, whence2): argument 284 def get_mapped_ranges(self, start, count): argument [all …]
|