Home
last modified time | relevance | path

Searched defs:self (Results 26 – 50 of 1029) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py27 def setUp(self): argument
31 def test_Build_Unique_Name(self): argument
39 def test_Build_Unique_Cooker_Log_Path(self): argument
48 def test_Task_Unique_Order(self): argument
59 def test_Task_Order_Sequence(self): argument
81 def test_Task_If_Outcome_2_Sstate_Result_Must_Be_3(self): argument
94 def test_Task_If_Outcome_1_3_Sstate_Result_Must_Be_0(self): argument
115 def test_Task_If_Outcome_0_4_Sstate_Result_Must_Be_0_1_2(self): argument
130 def test_Task_If_Task_Executed_True_Script_Type_0_2_3(self): argument
144 def test_Task_If_Task_Executed_True_Outcome_0_4(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Drunqueue.py29 …def run_bitbakecmd(self, cmd, builddir, sstatevalid="", slowtasks="", extraenv=None, cleanup=False… argument
54 def test_no_setscenevalid(self): argument
64 def test_single_setscenevalid(self): argument
76 def test_intermediate_setscenevalid(self): argument
87 def test_intermediate_notcovered(self): argument
98 def test_all_setscenevalid(self): argument
109 def test_no_settasks(self): argument
119 def test_mix_covered_notcovered(self): argument
130 def test_mixed_direct_tasks_setscene_tasks(self): argument
144 def test_slow_setscene(self): argument
[all …]
H A Dutils.py17 def test_vercmpstring(self): argument
41 def test_explode_dep_versions(self): argument
56 def test_vercmp_string_op(self): argument
92 def test_unsafe_delete_path(self): argument
109 def test_md5(self): argument
117 def test_sha1(self): argument
125 def test_sha256(self): argument
166 def _testeditfile(self, varvalues, compareto, dummyvars=None): argument
192 def test_edit_metadata_file_nochange(self): argument
203 def test_edit_metadata_file_1(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py39 def __init__(self, returncode): argument
41 def __repr__(self): argument
48 def __init__(self, tinfoil, dsindex): argument
52 def remoteCommand(self, cmd, *args, **kwargs): argument
55 def emit(self, var, oval, val, o, d): argument
59 def __getattr__(self, name): argument
68 def __init__(self, tinfoil, dsindex): argument
72 def remoteCommand(self, cmd, *args, **kwargs): argument
75 def __getattr__(self, name): argument
90 def __init__(self, tinfoil, dsindex): argument
[all …]
H A Ddata_smart.py95 def __init__(self, varname, d, val = None): argument
104 def var_sub(self, match): argument
116 def python_sub(self, match): argument
149 def __init__(self, metadata, **kwargs): argument
154 def __missing__(self, key): argument
165 def __init__(self, varname, expression, exception): argument
180 def addVar(self, varname): argument
184 def __str__(self): argument
189 def __init__(self, parent = None, filename = '[TOP LEVEL]'): argument
195 def copy(self): argument
[all …]
H A Dcommand.py29 def __init__(self, dsindex=0): argument
36 def __init__(self, exitcode): argument
41 def __init__(self, message): argument
44 def __str__(self): argument
54 def __init__(self, cooker): argument
63 def runCommand(self, commandline, ro_only = False): argument
110 def runAsyncCommand(self): argument
148 def finishAsyncCommand(self, msg=None, code=None): argument
158 def reset(self): argument
169 def stateShutdown(self, command, params): argument
[all …]
H A Dprogress.py43 def __init__(self, d, outfile=None): argument
52 def __enter__(self): argument
56 def __exit__(self, *excinfo): argument
59 def _fire_progress(self, taskprogress, rate=None): argument
63 def write(self, string): argument
66 def flush(self): argument
69 def update(self, progress, rate=None): argument
88 def __init__(self, d, outfile=None): argument
92 def write(self, string): argument
110 def writeline(self, line): argument
[all …]
H A Drunqueue.py89 def __init__(self, total, setscene_total): argument
100 def copy(self): argument
105 def taskFailed(self): argument
109 def taskCompleted(self): argument
113 def taskSkipped(self): argument
117 def taskActive(self): argument
120 def updateCovered(self, covered, notcovered): argument
124 def updateActiveSetscene(self, active): argument
142 def __init__(self, runqueue, rqdata): argument
165 def is_pressure_usable(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py64 def __init__(self): argument
81 def _cached_get_or_create(self, clazz, **kwargs): argument
101 def _cached_get(self, clazz, **kwargs): argument
117 def get_similar_target_with_image_files(self, target): argument
124 def get_similar_target_with_sdk_files(self, target): argument
127 def clone_image_artifacts(self, target_from, target_to): argument
130 def clone_sdk_artifacts(self, target_from, target_to): argument
133 def _timestamp_to_datetime(self, secs): argument
146 def get_or_create_build_object(self, brbe): argument
182 def update_build(self, build, data_dict): argument
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dfunc_test.py178 def setUp(self): argument
210 def tearDown(self): argument
213 def setupToolchains(self): argument
217 def _RunBuildman(self, *args): argument
221 def _RunControl(self, *args, **kwargs): argument
230 def testFullHelp(self): argument
238 def testHelp(self): argument
246 def testGitSetup(self): argument
256 def _HandleCommandGitLog(self, args): argument
273 def _HandleCommandGitConfig(self, args): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py118 def __init__(self,f): argument
120 def debug(self,msg,*args,**kwargs): argument
124 def warning(self,msg,*args,**kwargs): argument
127 def error(self,msg,*args,**kwargs): argument
134 def __getattribute__(self,name): argument
136 def __call__(self,*args,**kwargs): argument
179 def __str__(self): return self.type argument
180 def __repr__(self): return str(self) argument
192 def __init__(self,s,stack=None): argument
197 def __getitem__(self,n): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py34 def __init__(self, *args, **kwargs): argument
39 def get_context_data(self, **kwargs): argument
47 def setup_filters(self, *args, **kwargs): argument
74 def setup_queryset(self, *args, **kwargs): argument
83 def setup_columns(self, *args, **kwargs): argument
189 def __init__(self, *args, **kwargs): argument
195 def get_context_data(self, **kwargs): argument
200 def setup_filters(self, *args, **kwargs): argument
224 def setup_queryset(self, *args, **kwargs): argument
233 def setup_columns(self, *args, **kwargs): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbblogging.py11 def assertCount(self, item, entry, count): argument
14 def test_shell_loggingA(self): argument
22 def test_shell_loggingB(self): argument
30 def test_shell_loggingC(self): argument
39 def test_shell_loggingD(self): argument
48 def test_python_exec_func_shell_loggingA(self): argument
57 def test_python_exec_func_shell_loggingB(self): argument
66 def test_python_exec_func_shell_loggingC(self): argument
76 def test_python_exec_func_shell_loggingD(self): argument
86 def test_python_exit_loggingA(self): argument
[all …]
H A Dincompatible_lic.py6 def lic_test(self, pn, pn_lic, lic, error_msg=None): argument
19 def test_incompatible_alias_spdx_license(self): argument
25 def test_incompatible_alias_spdx_license_wildcard(self): argument
30 def test_incompatible_alias_spdx_license_alias(self): argument
36 def test_incompatible_spdx_license_alias_wildcard(self): argument
42 def test_incompatible_alias_spdx_license_alias_wildcard(self): argument
48 def test_incompatible_spdx_licenses_wildcard(self): argument
54 def test_incompatible_all_licenses_wildcard(self): argument
59 def lic_test(self, pn, pn_lic, lic): argument
70 def test_incompatible_spdx_license(self): argument
[all …]
H A Dsstatetests.py18 def test_autorev_sstate_works(self): argument
58 …def run_test_sstate_creation(self, targets, distro_specific=True, distro_nonspecific=True, temp_ss… argument
82 def test_sstate_creation_distro_specific_pass(self): argument
85 def test_sstate_creation_distro_specific_fail(self): argument
88 def test_sstate_creation_distro_nonspecific_pass(self): argument
91 def test_sstate_creation_distro_nonspecific_fail(self): argument
95 …def run_test_cleansstate_task(self, targets, distro_specific=True, distro_nonspecific=True, temp_s… argument
111 def test_cleansstate_task_distro_specific_nonspecific(self): argument
116 def test_cleansstate_task_distro_nonspecific(self): argument
119 def test_cleansstate_task_distro_specific(self): argument
[all …]
H A Druncmd.py15 def __init__(self): argument
19 def info(self, msg): argument
22 def error(self, msg): argument
33 def test_result_okay(self): argument
37 def test_result_false(self): argument
41 def test_shell(self): argument
46 def test_no_shell(self): argument
50 def test_list_not_found(self): argument
54 def test_list_okay(self): argument
58 def test_result_assertion(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py39 def prepare_markup(self, markup, user_specified_encoding, argument
52 def feed(self, markup): argument
66 def create_treebuilder(self, namespaceHTMLElements): argument
71 def test_fragment_to_document(self, fragment): argument
78 def __init__(self, soup, namespaceHTMLElements): argument
82 def documentClass(self): argument
86 def insertDoctype(self, token): argument
94 def elementClass(self, name, namespace): argument
98 def commentClass(self, data): argument
101 def fragmentClass(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py10 def write_index(self): argument
13 def do_write_index(self, deploy_dir): argument
34 def write_index(self): argument
50 def list_pkgs(self): argument
54 def __init__(self, argument
89 def _configure_dnf(self): argument
110 def _configure_rpm(self): argument
141 def create_configs(self): argument
145 def write_index(self): argument
151 def insert_feeds_uris(self, feed_uris, feed_base_paths, feed_archs): argument
[all …]
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Djson_writer.c29 static void jsonw_indent(json_writer_t *self) in jsonw_indent()
37 static void jsonw_eol(json_writer_t *self) in jsonw_eol()
47 static void jsonw_eor(json_writer_t *self) in jsonw_eor()
57 static void jsonw_puts(json_writer_t *self, const char *str) in jsonw_puts()
95 json_writer_t *self = malloc(sizeof(*self)); in jsonw_new() local
108 json_writer_t *self = *self_p; in jsonw_destroy() local
117 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty()
122 void jsonw_reset(json_writer_t *self) in jsonw_reset()
129 static void jsonw_begin(json_writer_t *self, int c) in jsonw_begin()
137 static void jsonw_end(json_writer_t *self, int c) in jsonw_end()
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/toolchain/
H A Dtest_external_bootlin.py16 def test_run(self): argument
30 def test_run(self): argument
44 def test_run(self): argument
58 def test_run(self): argument
72 def test_run(self): argument
86 def test_run(self): argument
100 def test_run(self): argument
114 def test_run(self): argument
128 def test_run(self): argument
142 def test_run(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py17 def alias(self): argument
21 def alias(self): argument
56 def encode(self, encoding): argument
81 def encode(self, encoding): argument
155 def format_string(self, s, formatter='minimal'): argument
166 def _is_xml(self): argument
181 def _formatter_for_name(self, name): argument
190 def setup(self, parent=None, previous_element=None, next_element=None, argument
219 def replace_with(self, replace_with): argument
235 def unwrap(self): argument
[all …]
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py297 def __init__(self): argument
315 def resetlog(self): argument
318 def vprint(self, msg): argument
322 def signalHandler(self, signum, frame): argument
329 def signalHandlerInit(self): argument
341 def rootCheck(self, fatal=True): argument
350 def rootUser(self, fatal=False): argument
359 def usable(self, file): argument
361 def getExec(self, cmd): argument
376 def setPrecision(self, num): argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py14 def setUp(self): argument
18 def tearDown(self): argument
22 def test_seal_with_auth(self): argument
30 def test_seal_with_policy(self): argument
60 def test_unseal_with_wrong_auth(self): argument
74 def test_unseal_with_wrong_policy(self): argument
132 def test_seal_with_too_long_auth(self): argument
145 def test_too_short_cmd(self): argument
162 def test_read_partial_resp(self): argument
179 def test_read_partial_overwrite(self): argument
[all …]
/OK3568_Linux_fs/u-boot/test/py/
H A Dmultiplexed_log.py22 def __init__(self, logfile, name, chained_file): argument
39 def close(self): argument
51 def write(self, data, implicit=False): argument
70 def flush(self): argument
89 def __init__(self, logfile, name, chained_file): argument
108 def close(self): argument
112 def run(self, cmd, cwd=None, ignore_errors=False): argument
183 def __init__(self, log, marker, anchor): argument
199 def __enter__(self): argument
202 def __exit__(self, extype, value, traceback): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py21 def __init__(self, sample): argument
24 def start(self): argument
27 def end(self): argument
30 def __enter__(self): argument
34 def __exit__(self, *args, **kwargs): argument
39 def __init__(self, stats): argument
44 def measure(self): argument
47 def __enter__(self): argument
50 def __exit__(self, *args, **kwargs): argument
53 def add(self, elapsed): argument
[all …]

12345678910>>...42