/openbmc/linux/tools/perf/scripts/python/ |
H A D | gecko.py | 128 def _intern_stack(self, frame_id: int, prefix_id: Optional[int]) -> int: argument 140 def _intern_string(self, string: str) -> int: argument 150 def _intern_frame(self, frame_str: str) -> int: argument 177 def _add_sample(self, comm: str, stack: List[str], time_ms: Milliseconds) -> None: argument 196 def _to_json_dict(self) -> Dict: argument 351 def end_headers (self): argument
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | devtool | 42 self.config_obj = configparser.ConfigParser() argument 46 ret = self.config_obj.get(section, option) argument 56 self.config_obj.read(self argument 73 write(self) global() argument 79 set(self, section, option, value) global() argument 85 __init__(self, **kwargs) global() argument [all...] |
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | testtargetloader.py | 18 def get_controller_module(self, target, bbpath): argument 26 def get_controller_modulenames(self, bbpath): argument 52 def load_controller_from_name(self, target, modulenames): argument 60 def load_controller_from_module(self, target, modulename): argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | findtests.py | 42 def __init__(self, test_dir: Optional[str] = None) -> None: argument 59 def add_group_file(self, fname: str) -> None: argument 74 def parse_test_name(self, name: str) -> str: argument 92 def find_tests(self, groups: Optional[List[str]] = None, argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | case.py | 45 def _oeSetUp(self): argument 55 def _oeTearDown(self): argument 72 def ptest_rawlog(self, log): argument 77 def ptest_section(self, section, duration = None, log = None, logfile = None, exitcode = None): argument 96 def ptest_result(self, section, test, result): argument
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | luks-detached-header | 69 def setUp(self) -> None: argument 158 def tearDown(self) -> None: argument 171 def test_img_creation(self) -> None: argument 190 def test_detached_luks_header(self) -> None: argument
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | restapi.py | 24 def __init__(self): argument 27 def load_index(self, url, load): argument 50 def load_index_file(self, up, url, load): argument 134 def load_index_web(self, up, url, load): argument 268 def store_index(self, url, index): argument
|
/openbmc/skeleton/pyinventorymgr/ |
H A D | inventory_items.py | 25 def __init__(self, bus, name): argument 30 def __init__(self, bus, name, data): argument 48 def update(self, data): argument 53 def setPresent(self, present): argument 58 def setFault(self, fault): argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | terminal.py | 18 def __init__(self, terms): argument 34 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 46 def format_command(self, sh_cmd, title): argument 54 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 63 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 88 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 114 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 132 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 150 def __init__(self, sh_cmd, title=None, env=None, d=None): argument 164 def __init__(self, sh_cmd, title=None, env=None, d=None): argument [all …]
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | timings.py | 23 def __init__(self, tid, timestamp, value): argument 29 def serialize(self): argument 46 def __init__(self, records): argument 50 def serialize(self): argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | pythondeps | 32 def __init__(self, path, error): argument 37 def __str__(self): argument 42 def __init__(self): argument 46 def visit_Import(self, node): argument 50 def visit_ImportFrom(self, node): argument
|
/openbmc/qemu/scripts/ |
H A D | block-coroutine-wrapper.py | 56 def __init__(self, param_decl: str) -> None: argument 66 def __init__(self, wrapper_type: str, return_type: str, name: str, argument 105 def gen_ctx(self, prefix: str = '') -> str: argument 117 def gen_list(self, format: str) -> str: argument 120 def gen_block(self, format: str) -> str: argument
|
/openbmc/openbmc/poky/scripts/lib/build_perf/ |
H A D | report.py | 232 def gv_value(self): argument 246 def hms(self): argument 253 def __str__(self): argument 267 def gv_value(self): argument 281 def __str__(self): argument 291 def gv_value(self): argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | redfish_request.py | 67 def request_login(self, headers, url, credential, timeout=10): argument 106 def request_get(self, headers, url, timeout=10, verify=False): argument 150 def request_patch(self, headers, url, data=None, timeout=10, verify=False): argument 199 def request_post(self, headers, url, data=None, timeout=10, verify=False): argument 253 self, headers, url, files=None, data=None, timeout=10, verify=False argument 312 self, headers, url, data=None, timeout=10, verify=False argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | ltp.py | 67 def runltp(self, ltp_group): argument 117 def test_ltp_help(self): argument 123 def test_ltp_groups(self): argument 128 def test_ltp_runltp_cve(self): argument
|
H A D | rtc.py | 15 def setUp(self): argument 20 def tearDown(self): argument 29 def test_rtc(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | git.py | 18 def __init__(self, path, is_topdir=False): argument 56 def run_cmd(self, git_args, env_update=None): argument 64 def rev_parse(self, revision): argument 72 def get_current_branch(self): argument
|
/openbmc/u-boot/tools/concurrencytest/ |
H A D | concurrencytest.py | 122 def test_me_1(self): argument 125 def test_me_2(self): argument 128 def test_me_3(self): argument 131 def test_me_4(self): argument
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 281 def __init__(self, path): argument 285 def __len__(self): argument 288 def __getitem__(self, key): argument 293 def __setitem__(self, key, value): argument 303 def _debugfs_dir_read(self, path): argument 350 def __init__(self, port_count=1): argument 379 def get_ifnames(self): argument 387 def wait_for_netdevs(self, port_count): argument 402 def dfs_num_bound_progs(self): argument 407 def dfs_get_bound_progs(self, expected): argument [all …]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_ite_keyboard.py | 128 self, argument 135 def event(self, keys, reportID=None, application=None): argument 143 def create_device(self): argument 146 def test_wifi_key(self): argument
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 45 fn index(&self, idx: hwaddr) -> &Self::Output { in index() 139 unsafe fn init(&mut self) { in init() 181 pub fn read(&mut self, offset: hwaddr, _size: c_uint) -> std::ops::ControlFlow<u64, u64> { in read() 234 pub fn write(&mut self, offset: hwaddr, value: u64) { in write() 328 fn loopback_tx(&mut self, value: u32) { in loopback_tx() 353 fn loopback_mdmctrl(&mut self) { in loopback_mdmctrl() 399 fn loopback_break(&mut self, enable: bool) { in loopback_break() 405 fn set_read_trigger(&mut self) { in set_read_trigger() 409 pub fn realize(&mut self) { in realize() 426 pub fn reset(&mut self) { in reset() [all …]
|
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/ |
H A D | adf_4xxx_hw_data.c | 121 static u32 get_accel_mask(struct adf_hw_device_data *self) in get_accel_mask() 126 static u32 get_ae_mask(struct adf_hw_device_data *self) in get_ae_mask() 133 static u32 get_num_accels(struct adf_hw_device_data *self) in get_num_accels() 138 static u32 get_num_aes(struct adf_hw_device_data *self) in get_num_aes() 146 static u32 get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id() 151 static u32 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() 156 static u32 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() 282 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() 313 static u32 get_heartbeat_clock(struct adf_hw_device_data *self) in get_heartbeat_clock()
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | testsdk.py | 34 def get_tcname(self, d): argument 40 def extract_sdk(self, tcname, sdk_dir, d): argument 51 def setup_context(self, d): argument 58 def run(self, d): argument
|
/openbmc/openbmc/poky/bitbake/lib/bblayers/ |
H A D | layerindex.py | 29 def get_fetch_layer(self, fetchdir, url, subdir, fetch_layer, branch, shallow=False): argument 83 def do_layerindex_fetch(self, args): argument 236 def do_layerindex_show_depends(self, args): argument 245 def register_commands(self, sp): argument
|
/openbmc/linux/rust/alloc/ |
H A D | slice.rs | 133 fn drop(&mut self) { in to_vec() 265 pub fn sort_by<F>(&mut self, mut compare: F) in sort_by() 307 pub fn sort_by_key<K, F>(&mut self, mut f: F) in sort_by_key() 354 pub fn sort_by_cached_key<K, F>(&mut self, f: F) in sort_by_cached_key() 438 pub fn to_vec_in<A: Allocator>(&self, alloc: A) -> Vec<T, A> in to_vec_in() 491 pub fn repeat(&self, n: usize) -> Vec<T> in repeat() 578 pub fn join<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output in join() 598 pub fn connect<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output in connect() 792 fn clone_into(&self, target: &mut Vec<T, A>); in clone_into() 797 default fn clone_into(&self, target: &mut Vec<T, A>) { in clone_into() [all …]
|