| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | COW.py | 38 def __str__(cls): argument 44 def cow(cls): argument 53 def __setitem__(cls, key, value): argument 60 def __getmutable__(cls, key, readonly=False): argument 82 def __getreadonly__(cls, key, default=__getmarker__): argument 88 def __getitem__(cls, key, default=__getmarker__, readonly=False): argument 106 def __delitem__(cls, key): argument 109 def __revertitem__(cls, key): argument 114 def __contains__(cls, key): argument 117 def has_key(cls, key): argument [all …]
|
| H A D | cache.py | 44 def listvar(cls, var, metadata): argument 48 def intvar(cls, var, metadata): argument 52 def depvar(cls, var, metadata): argument 56 def pkgvar(cls, var, packages, metadata): argument 61 def taskvar(cls, var, tasks, metadata): argument 66 def flaglist(cls, flag, varlist, metadata, squash=False): argument 75 def getvar(cls, var, metadata, expand = True): argument 135 def init_cacheData(cls, cachedata): argument 259 def realfn2virtual(realfn, cls, mc): argument
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | class.c | 88 int class_create_file_ns(struct class *cls, const struct class_attribute *attr, in class_create_file_ns() 101 void class_remove_file_ns(struct class *cls, const struct class_attribute *attr, in class_remove_file_ns() 108 static struct class *class_get(struct class *cls) in class_get() 115 static void class_put(struct class *cls) in class_put() 141 static int class_add_groups(struct class *cls, in class_add_groups() 147 static void class_remove_groups(struct class *cls, in class_remove_groups() 153 int __class_register(struct class *cls, struct lock_class_key *key) in __class_register() 199 void class_unregister(struct class *cls) in class_unregister() 206 static void class_create_release(struct class *cls) in class_create_release() 229 struct class *cls; in __class_create() local [all …]
|
| /OK3568_Linux_fs/kernel/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() 226 struct tc_cls_u32_offload *cls) in tc_setup_cls_u32() 424 struct flow_cls_offload *cls, in tc_add_basic_flow() 441 struct flow_cls_offload *cls, in tc_add_ip4_flow() 476 struct flow_cls_offload *cls, in tc_add_ports_flow() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 46 def escape_service_value(cls, value): argument 54 def emit_service_message(cls, message_type, **kwargs): argument 58 def format_service_message(cls, message_type, **kwargs): argument 63 def emit_simple_service_message(cls, message_type, message): argument 67 def format_simple_service_message(cls, message_type, message): argument 71 def format_build_message(cls, text, status): argument
|
| /OK3568_Linux_fs/yocto/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 | 13 def storage_mount(cls, tmo=1): argument 33 def storage_basic(cls): argument 48 def storage_read(cls): argument 57 def storage_write(cls): argument 64 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
|
| H A D | buildcpio.py | 14 def setUpClass(cls): argument 21 def tearDownClass(cls): argument
|
| H A D | scp.py | 15 def setUpClass(cls): argument 22 def tearDownClass(cls): argument
|
| H A D | buildlzip.py | 14 def setUpClass(cls): argument 22 def tearDownClass(cls): argument
|
| H A D | kernelmodule.py | 15 def setUp(cls): argument 25 def tearDown(cls): argument
|
| H A D | buildgalculator.py | 14 def setUpClass(cls): argument 21 def tearDownClass(cls): argument
|
| H A D | scons.py | 14 def setUp(cls): argument 23 def tearDown(cls): argument
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 82 def _substitute_html_entity(cls, matchobj): argument 87 def _substitute_xml_entity(cls, matchobj): argument 131 def substitute_xml(cls, value, make_quoted_attribute=False): argument 153 cls, value, make_quoted_attribute=False): argument 174 def substitute_html(cls, s): argument 265 def strip_byte_order_mark(cls, data): argument 291 def find_declared_encoding(cls, markup, is_html=False, search_entire_document=False): argument 771 def detwingle(cls, in_bytes, main_encoding="utf8", argument
|
| /OK3568_Linux_fs/yocto/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 | isoimage-isohybrid.py | 49 def do_configure_syslinux(cls, creator, cr_workdir): argument 90 def do_configure_grubefi(cls, part, creator, target_dir): argument 198 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument 232 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument 438 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
|
| H A D | bootimg-efi.py | 38 def do_configure_grubefi(cls, hdddir, creator, cr_workdir, source_params): argument 110 def do_configure_systemdboot(cls, hdddir, creator, cr_workdir, source_params): argument 197 def do_configure_partition(cls, part, source_params, creator, cr_workdir, argument 271 def do_prepare_partition(cls, part, source_params, creator, cr_workdir, argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | classutils.py | 7 def __init__(cls, name, bases, attrs): argument 25 def __init__(cls, name, bases, attrs): argument 44 def unregister(cls): argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 25 def setUpClass(cls): argument 48 def tearDownClass(cls): argument 54 def add_include(cls): argument 68 def remove_include(cls): argument 82 def remove_inc_files(cls): argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | eSDK.py | 55 def update_configuration(cls, image, tmpdir_eSDKQA, env_eSDK, ext_sdk_path): argument 75 def setUpClass(cls): argument 101 def tearDownClass(cls): argument
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/lib/oeqa/runtime/cases/ |
| H A D | dnf_runtime.py | 9 def setUpClass(cls): argument 17 def tearDownClass(cls): argument
|