/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | COW.py | 38 def __str__(cls): argument 45 def cow(cls): argument 54 def __setitem__(cls, key, value): argument 61 def __getmutable__(cls, key, readonly=False): argument 83 def __getreadonly__(cls, key, default=__getmarker__): argument 89 def __getitem__(cls, key, default=__getmarker__, readonly=False): argument 107 def __delitem__(cls, key): argument 110 def __revertitem__(cls, key): argument 115 def __contains__(cls, key): argument 118 def has_key(cls, key): argument [all …]
|
H A D | cache.py | 45 def listvar(cls, var, metadata): argument 49 def intvar(cls, var, metadata): argument 53 def depvar(cls, var, metadata): argument 57 def pkgvar(cls, var, packages, metadata): argument 62 def taskvar(cls, var, tasks, metadata): argument 67 def flaglist(cls, flag, varlist, metadata, squash=False): argument 76 def getvar(cls, var, metadata, expand = True): argument 136 def init_cacheData(cls, cachedata): argument 256 def init_cacheData(cls, cachedata): argument 282 def reset(cls): argument [all …]
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_tc.c | 29 struct tc_cls_u32_offload *cls, in tc_find_entry() 59 struct tc_cls_u32_offload *cls) in tc_fill_actions() 92 struct tc_cls_u32_offload *cls) in tc_fill_entry() 172 struct tc_cls_u32_offload *cls) in tc_unfill_entry() 189 struct tc_cls_u32_offload *cls) in tc_config_knode() 210 struct tc_cls_u32_offload *cls) in tc_delete_knode() 220 struct tc_cls_u32_offload *cls) in tc_setup_cls_u32() 461 struct flow_cls_offload *cls, in tc_add_basic_flow() 479 struct flow_cls_offload *cls, in tc_add_ip4_flow() 514 struct flow_cls_offload *cls, in tc_add_ports_flow() [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | base.py | 65 def setUpClass(cls): argument 90 def tearDownClass(cls): argument 94 def setUpClassLocal(cls): argument 98 def tearDownClassLocal(cls): argument 137 def setUpClassLocal(cls): argument 144 def tearDownClassLocal(cls): argument 148 def setup_tinfoil(cls, config_only=False): argument 188 def get_metadata_stats(cls, patchset): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | ltp_stress.py | 21 def setUpClass(cls): argument 25 def tearDownClass(cls): argument 29 def ltp_startup(cls): argument 48 def ltp_finishup(cls): argument
|
H A D | ltp_compliance.py | 20 def setUpClass(cls): argument 24 def tearDownClass(cls): argument 28 def ltp_startup(cls): argument 47 def ltp_finishup(cls): argument
|
H A D | storage.py | 15 def storage_mount(cls, tmo=1): argument 35 def storage_basic(cls): argument 50 def storage_read(cls): argument 59 def storage_write(cls): argument 66 def storage_umount(cls, tmo=1): argument
|
H A D | ltp.py | 20 def setUpClass(cls): argument 24 def tearDownClass(cls): argument 28 def ltp_startup(cls): argument 47 def ltp_finishup(cls): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | teamcity.py | 45 def escape_service_value(cls, value): argument 53 def emit_service_message(cls, message_type, **kwargs): argument 57 def format_service_message(cls, message_type, **kwargs): argument 62 def emit_simple_service_message(cls, message_type, message): argument 66 def format_simple_service_message(cls, message_type, message): argument 70 def format_build_message(cls, text, status): argument
|
/openbmc/linux/drivers/base/ |
H A D | class.c | 129 int class_create_file_ns(const struct class *cls, const struct class_attribute *attr, in class_create_file_ns() 145 void class_remove_file_ns(const struct class *cls, const struct class_attribute *attr, in class_remove_file_ns() 178 int class_register(const struct class *cls) in class_register() 224 void class_unregister(const struct class *cls) in class_unregister() 239 static void class_create_release(const struct class *cls) in class_create_release() 259 struct class *cls; in class_create() local 290 void class_destroy(const struct class *cls) in class_destroy() 559 struct class_compat *cls; in class_compat_register() local 577 void class_compat_unregister(struct class_compat *cls) in class_compat_unregister() 591 int class_compat_create_link(struct class_compat *cls, struct device *dev, in class_compat_create_link() [all …]
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | pluginbase.py | 33 def get_plugins(cls, ptype): argument 66 def __new__(cls, name, bases, attrs): argument 89 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument 99 def do_stage_partition(cls, part, source_params, creator, cr_workdir, argument 116 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument 127 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument 137 def do_post_partition(cls, part, source_params, creator, cr_workdir, argument
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_common.py | 47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument 89 def register(cls, subparsers: Any) -> None: argument 100 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 118 def add_path_prop_arg(cls, parser: argparse.ArgumentParser) -> None: argument 166 def entry_point(cls) -> int: argument
|
H A D | qom.py | 71 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 118 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 166 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument 212 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | bootimg-biosplusefi.py | 87 def __init__(cls): argument 98 def __instanciateSubClasses(cls): argument 120 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument 151 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument 182 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
|
H A D | bootimg-efi.py | 38 def _copy_additional_files(cls, hdddir, initrd, dtb): argument 60 def do_configure_grubefi(cls, hdddir, creator, cr_workdir, source_params): argument 126 def do_configure_systemdboot(cls, hdddir, creator, cr_workdir, source_params): argument 214 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument 290 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
|
H A D | isoimage-isohybrid.py | 51 def do_configure_syslinux(cls, creator, cr_workdir): argument 92 def do_configure_grubefi(cls, part, creator, target_dir): argument 200 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument 234 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument 440 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument
|
H A D | bootimg-pcbios.py | 33 def _get_bootimg_dir(cls, bootimg_dir, dirname): argument 51 def do_install_disk(cls, disk, disk_name, creator, workdir, oe_builddir, argument 80 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument 138 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
|
/openbmc/u-boot/tools/dtoc/ |
H A D | test_fdt | 58 def setUpClass(cls): argument 62 def tearDownClass(cls): argument 126 def setUpClass(cls): argument 130 def tearDownClass(cls): argument 207 def setUpClass(cls): argument 211 def tearDownClass(cls): argument 427 def setUpClass(cls): argument 431 def tearDownClass(cls): argument
|
H A D | test_fdt.py | 58 def setUpClass(cls): argument 62 def tearDownClass(cls): argument 126 def setUpClass(cls): argument 130 def tearDownClass(cls): argument 207 def setUpClass(cls): argument 211 def tearDownClass(cls): argument 427 def setUpClass(cls): argument 431 def tearDownClass(cls): argument
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | dammit.py | 206 def _substitute_html_entity(cls, matchobj): argument 213 def _substitute_xml_entity(cls, matchobj): argument 257 def substitute_xml(cls, value, make_quoted_attribute=False): argument 279 cls, value, make_quoted_attribute=False): argument 300 def substitute_html(cls, s): argument 452 def strip_byte_order_mark(cls, data): argument 482 def find_declared_encoding(cls, markup, is_html=False, search_entire_document=False): argument 1030 def detwingle(cls, in_bytes, main_encoding="utf8", argument
|
/openbmc/linux/scripts/ |
H A D | rust_is_available_test.py | 27 def generate_executable(cls, content): argument 37 def generate_clang(cls, stdout): argument 47 def generate_rustc(cls, stdout): argument 57 def generate_bindgen(cls, version_stdout, libclang_stderr): argument 67 def generate_bindgen_version(cls, stdout): argument 71 def generate_bindgen_libclang(cls, stderr): argument 75 def setUpClass(cls): argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | classutils.py | 9 def __init__(cls, name, bases, attrs): argument 27 def __init__(cls, name, bases, attrs): argument 46 def unregister(cls): argument
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch-flower.c | 11 static int dpaa2_switch_flower_parse_key(struct flow_cls_offload *cls, in dpaa2_switch_flower_parse_key() 491 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace_acl() 534 static int dpaa2_switch_flower_parse_mirror_key(struct flow_cls_offload *cls, in dpaa2_switch_flower_parse_mirror_key() 578 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace_mirror() 643 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_replace() 669 struct flow_cls_offload *cls) in dpaa2_switch_cls_flower_destroy() 692 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace_acl() 732 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace_mirror() 789 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_replace() 865 struct tc_cls_matchall_offload *cls) in dpaa2_switch_cls_matchall_destroy()
|
/openbmc/qemu/tests/migration/guestperf/ |
H A D | report.py | 73 def deserialize(cls, data): argument 92 def from_json(cls, data): argument 96 def from_json_file(cls, filename): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | esdk.py | 57 def update_configuration(cls, image, tmpdir_eSDKQA, env_eSDK, ext_sdk_path): argument 77 def setUpClass(cls): argument 103 def tearDownClass(cls): argument
|