Home
last modified time | relevance | path

Searched defs:self (Results 51 – 75 of 1029) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dpersist_data.py16 def _create_data(self): argument
19 def setUp(self): argument
35 def tearDown(self): argument
38 def _iter_helper(self, seen, iterator): argument
45 def test_get(self): argument
53 def test_set(self): argument
60 def test_delete(self): argument
68 def test_contains(self): argument
75 def test_len(self): argument
78 def test_iter(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dpersist_data.py42 def wrap_func(self, *args, **kwargs): argument
73 def wrap_func(self, *args, **kwargs): argument
83 def __init__(self, cachefile, table): argument
92 def _setup_database(self, cursor): argument
100 def reconnect(self): argument
109 def _execute_single(self, cursor, *query): argument
117 def _row_iter(self, f, *query): argument
124 def __init__(self, cursor): argument
127 def __iter__(self): argument
130 def __next__(self): argument
[all …]
H A Dsiggen.py27 def default(self, obj): argument
61 def __init__(self, data): argument
72 def finalise(self, fn, d, varient): argument
75 def postparsing_clean_cache(self): argument
78 def get_unihash(self, tid): argument
81 def prep_taskhash(self, tid, deps, dataCaches): argument
84 def get_taskhash(self, tid, deps, dataCaches): argument
88 def writeout_file_checksum_cache(self): argument
92 def stampfile(self, stampbase, file_name, taskname, extrainfo): argument
95 def stampcleanmask(self, stampbase, file_name, taskname, extrainfo): argument
[all …]
H A Dcodeparser.py66 def __init__(self): argument
69 def internSet(self, items): argument
84 def __init__(self, refs, execs, contains): argument
91 def __getstate__(self): argument
94 def __setstate__(self, state): argument
97 def __hash__(self): argument
102 def __repr__(self): argument
107 def __init__(self, execs): argument
110 def __getstate__(self): argument
113 def __setstate__(self, state): argument
[all …]
H A Dtaskdata.py33 def __init__(self): argument
42 def __init__(self, halt = True, skiplist = None, allowincomplete = False): argument
67 def add_tasks(self, fn, dataCache): argument
168 def add_extra_deps(self, fn, dataCache): argument
183 def have_build_target(self, target): argument
191 def have_runtime_target(self, target): argument
199 def seen_build_target(self, name): argument
206 def add_build_target(self, fn, item): argument
218 def seen_run_target(self, name): argument
225 def add_runtime_target(self, fn, item): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py37 def save(self, *args, **kwargs): argument
56 def _insert(self, *args, **kwargs): argument
61 def _create_object_from_params(self, lookup, params): argument
105 def __unicode__(self): argument
110 def create_project(self, name, release, existing_project=None): argument
154 def get_or_create_default_project(self): argument
201 def __unicode__(self): argument
204 def get_current_machine_name(self): argument
210 def get_number_of_builds(self): argument
218 def get_last_build_id(self): argument
[all …]
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py40 def __init__(self, node, offset, name, bytes): argument
52 def GetPhandle(self): argument
59 def Widen(self, newprop): argument
93 def BytesToValue(self, bytes): argument
142 def GetEmpty(self, type): argument
157 def GetOffset(self): argument
177 def __init__(self, fdt, parent, offset, name, path): argument
186 def _FindNode(self, name): argument
199 def Offset(self): argument
208 def Scan(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py11 def write_index(self): argument
63 def __init__(self, d, rootfs_dir): argument
71 def list_pkgs(self, format=None): argument
92 def __init__(self, d, target_rootfs): argument
98 def package_info(self, pkg, cmd): argument
114 def extract(self, pkg, pkg_info): argument
157 def _handle_intercept_failure(self, registered_pkgs): argument
161 …def __init__(self, d, target_rootfs, config_file, archs, task_name='target', ipk_repo_workdir="oe-… argument
192 def mark_packages(self, status_tag, packages=None): argument
220 def _create_custom_config(self): argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c45 static void aq_nic_rss_init(struct aq_nic_s *self, unsigned int num_rss_queues) in aq_nic_rss_init()
69 static void aq_nic_cfg_update_num_vecs(struct aq_nic_s *self) in aq_nic_cfg_update_num_vecs()
96 void aq_nic_cfg_start(struct aq_nic_s *self) in aq_nic_cfg_start()
156 static int aq_nic_update_link_status(struct aq_nic_s *self) in aq_nic_update_link_status()
215 struct aq_nic_s *self = private; in aq_linkstate_threaded_isr() local
230 struct aq_nic_s *self = container_of(work, struct aq_nic_s, in aq_nic_service_task() local
257 struct aq_nic_s *self = from_timer(self, t, service_timer); in aq_nic_service_timer_cb() local
267 struct aq_nic_s *self = from_timer(self, t, polling_timer); in aq_nic_polling_timer_cb() local
277 static int aq_nic_hw_prepare(struct aq_nic_s *self) in aq_nic_hw_prepare()
299 int aq_nic_ndev_register(struct aq_nic_s *self) in aq_nic_ndev_register()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py12 def test_archiver_allows_to_filter_on_recipe_name(self): argument
45 def test_archiver_filters_by_type(self): argument
77 def test_archiver_filters_by_type_and_name(self): argument
122 def test_archiver_srpm_mode(self): argument
134 def _test_archiver_mode(self, mode, target_file_name, extra_config=None): argument
154 def test_archiver_mode_original(self): argument
161 def test_archiver_mode_patched(self): argument
168 def test_archiver_mode_configured(self): argument
175 def test_archiver_mode_recipe(self): argument
183 def test_archiver_mode_diff(self): argument
[all …]
H A Druntime_test.py16 def test_testexport_basic(self): argument
55 def test_testexport_sdk(self): argument
111 def test_testimage_install(self): argument
130 def test_testimage_dnf(self): argument
165 def test_testimage_apt(self): argument
203 def test_testimage_virgl_gtk_sdl(self): argument
244 def test_testimage_virgl_headless(self): argument
285 def init_manager_loop(self, init_manager): argument
324 def test_postinst_rootfs_and_boot_sysvinit(self): argument
345 def test_postinst_rootfs_and_boot_systemd(self): argument
[all …]
H A Drunqemu.py22 def setUpLocal(self): argument
48 def test_boot_machine(self): argument
55 def test_boot_machine_ext4(self): argument
62 def test_boot_machine_iso(self): argument
69 def test_boot_recipe_image(self): argument
77 def test_boot_recipe_image_vmdk(self): argument
84 def test_boot_recipe_image_vdi(self): argument
91 def test_boot_deploy(self): argument
99 def test_boot_deploy_hddimg(self): argument
106 def test_boot_machine_slirp(self): argument
[all …]
H A Doverlayfs.py20 def add_overlay_conf_to_machine(self): argument
26 def test_distro_features_missing(self): argument
49 def test_not_all_units_installed(self): argument
70 def test_not_all_units_installed_but_qa_skipped(self): argument
88 def test_mount_unit_not_set(self): argument
106 def test_wrong_mount_unit_set(self): argument
129 def _test_correct_image(self, recipe, data): argument
208 def test_correct_image_fstab(self): argument
227 def test_correct_image_unit(self): argument
266 def test_all_required_variables_set(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py41 def __init__(self, message): argument
45 def __str__(self): argument
50 def __init__(self, url, message=''): argument
61 def __init__(self, url, message=''): argument
72 def __init__(self, message, url = None): argument
83 def __init__(self, message, url = None, checksum = None): argument
92 def __init__(self, message, url): argument
100 def __init__(self, url): argument
108 def __init__(self, missing, url): argument
117 def __init__(self, message, url): argument
[all …]
H A Dgit.py80 def __init__(self, d): argument
87 def write(self, string): argument
123 def init(self, d): argument
126 def supports(self, ud, d): argument
132 def supports_checksum(self, urldata): argument
135 def urldata_init(self, ud, d): argument
306 def localpath(self, ud, d): argument
309 def need_update(self, ud, d): argument
312 def clonedir_need_update(self, ud, d): argument
322 def clonedir_need_shallow_revs(self, ud, d): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dprocess.py48 def __init__(self, lock, lockname, sock, sockname, server_timeout, xmlrpcinterface): argument
72 def register_idle_function(self, function, data): argument
77 def run(self): argument
114 def main(self): argument
129 def disconnect_client(self, fds): argument
335 def idle_commands(self, delay, fds=None): argument
397 def __init__(self, connection, recv): argument
401 def runCommand(self, command): argument
414 def updateFeatureSet(self, featureset): argument
420 def getEventHandle(self): argument
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py106 def setUp(self): argument
140 def Make(self, commit, brd, stage, *args, **kwargs): argument
166 def assertSummary(self, text, arch, plus, boards, ok=False): argument
177 def testOutput(self): argument
286 def _testGit(self): argument
311 def testBoardSingle(self): argument
316 def testBoardArch(self): argument
321 def testBoardArchSingle(self): argument
326 def testBoardArchSingleMultiWord(self): argument
331 def testBoardSingleAnd(self): argument
[all …]
H A Dtoolchain.py23 def __init__(self, arch): argument
38 def handle_starttag(self, tag, attrs): argument
59 def __init__(self, fname, test, verbose=False, priority=PRIORITY_CALC, argument
111 def GetPriority(self, fname): argument
131 def GetWrapper(self, show_warning=True): argument
143 def MakeEnvironment(self, full_path): argument
184 def __init__(self): argument
190 def GetPathList(self, show_warning=True): argument
216 def GetSettings(self, show_warning=True): argument
225 def Add(self, fname, test=True, verbose=False, priority=PRIORITY_CALC, argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py17 def dnf(self, command, expected = 0): argument
32 def test_dnf_help(self): argument
36 def test_dnf_version(self): argument
40 def test_dnf_info(self): argument
44 def test_dnf_search(self): argument
48 def test_dnf_history(self): argument
64 def dnf_with_repo(self, command): argument
73 def test_dnf_makecache(self): argument
83 def test_dnf_repoinfo(self): argument
87 def test_dnf_install(self): argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/
H A DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
20 def set_result(self, result): argument
27 def get_result(self): argument
30 def set_errormsg(self, errormsg): argument
34 def append_errormsg(self, errormsg): argument
37 def get_errormsg(self): argument
40 def set_failmsg(self, failmsg): argument
44 def append_failmsg(self, failmsg): argument
47 def get_failmsg(self): argument
50 def add_steps(self, newstep): argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py47 def __init__(self, trace, options, xscale): argument
80 def bound_vals(self): argument
86 def on_draw(self, darea, cr): argument
99 def position_changed(self): argument
104 def zoom_image (self, zoom_ratio): argument
109 def zoom_to_rect (self, rect): argument
115 def set_xscale(self, xscale): argument
122 def on_expand(self, action): argument
125 def on_contract(self, action): argument
128 def on_zoom_in(self, action): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py36 …def __init__(self, machine, rootfs, display, tmpdir, deploy_dir_image, logfile, boottime, dump_dir… argument
98 def create_socket(self): argument
112 def log(self, msg): argument
122 def getOutput(self, o): argument
132 def handleSIGCHLD(self, signum, frame): argument
140 …def start(self, qemuparams = None, get_ip = True, extra_bootparams = None, runqemuparams='', launc… argument
181 …def launch(self, launch_cmd, get_ip = True, qemuparams = None, extra_bootparams = None, env = None… argument
525 def stop(self): argument
574 def stop_qemu_system(self): argument
582 def stop_thread(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py38 def __getitem__(self, key): argument
64 def hasPackage(self, pkg): argument
71 def hasPackageMatch(self, match): argument
82 def hasFeature(self,feature): argument
90 def __init__(self, methodName='runTest'): argument
94 def setUp(self): argument
107 def setUpLocal(self): argument
110 def tearDown(self): argument
130 def tearDownLocal(self): argument
174 def __init__(self, d, exported=False): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpatch.py10 def __init__(self, path): argument
13 def __str__(self): argument
17 def __init__(self, command, exitstatus, output): argument
22 def __str__(self): argument
61 def __init__(self, msg): argument
64 def __str__(self): argument
72 def __init__(self, dir, d): argument
78 def current(self): argument
81 def Clean(self): argument
88 def Import(self, patch, force): argument
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dbpf_helpers_doc.py17 def __init__(self, line='<line not provided>', reader=None): argument
32 def __init__(self, proto='', desc='', ret=''): argument
37 def proto_break_down(self): argument
71 def __init__(self, filename): argument
76 def parse_helper(self): argument
82 def parse_proto(self): argument
97 def parse_desc(self): argument
120 def parse_ret(self): argument
143 def run(self): argument
170 def __init__(self, helpers): argument
[all …]

12345678910>>...42