Home
last modified time | relevance | path

Searched defs:self (Results 276 – 300 of 1123) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/u-boot/tools/buildman/
H A Dbuilder.py113 def __init__(self, config_filename, target): argument
119 def Add(self, fname, key, value): argument
122 def __hash__(self): argument
132 def __init__(self, target): argument
136 def Add(self, key, value): argument
214 def __init__(self, rc, err_lines, sizes, func_sizes, config, argument
223 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument
317 def __del__(self): argument
322 def signal_handler(self, signal, frame): argument
325 def SetDisplayOptions(self, show_errors=False, show_sizes=False, argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dtypes.py11 def test_invalid(self): argument
16 def test_true(self): argument
25 def test_false(self): argument
34 def test_bool_equality(self): argument
41 def assertListEqual(self, value, valid, sep=None): argument
48 def test_list_nosep(self): argument
54 def test_list_usersep(self): argument
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmirror-ready-cancel-error33 def setUp(self) -> None: argument
45 def tearDown(self) -> None: argument
50 def add_blockdevs(self, once: bool) -> None: argument
85 def start_mirror(self) -> None: argument
94 def cancel_mirror_with_error(self) -> None: argument
111 def test_transient_error(self) -> None: argument
124 def test_persistent_error(self) -> None: argument
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py45 def __init__(self, fmt, offset, val, name): argument
51 def __iter__(self): argument
54 def __repr__(self): argument
66 def __init__(self, meta_data=None): argument
73 def __getitem__(self, name): argument
76 def __iter__(self): argument
79 def __len__(self): argument
92 def __init__(self, backing_file_name=None): argument
115 def __iter__(self): argument
121 def create_header(self, cluster_bits, backing_file_name=None): argument
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py78 def __init__(self, image, log=None): argument
128 def __del__(self): argument
133 def _open_image_file(self): argument
143 def block_is_mapped(self, block): # pylint: disable=W0613,R0201 argument
152 def get_mapped_ranges(self, start, count): # pylint: disable=W0613,R0201 argument
197 def __init__(self, image, log=None): argument
206 def _probe_seek_hole(self): argument
245 def block_is_mapped(self, block): argument
257 def _get_ranges(self, start, count, whence1, whence2): argument
284 def get_mapped_ranges(self, start, count): argument
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dredfish_plus.py60 def rest_request(self, func, *args, **kwargs): argument
146 def get(self, *args, **kwargs): argument
154 def head(self, *args, **kwargs): argument
162 def post(self, *args, **kwargs): argument
170 def put(self, *args, **kwargs): argument
178 def patch(self, *args, **kwargs): argument
186 def delete(self, *args, **kwargs): argument
194 def __del__(self): argument
197 def get_with_mtls(self, *args, **kwargs): argument
212 def post_with_mtls(self, *args, **kwargs): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py129 def __init__(self, heredoc = False): argument
139 def add(self, data, eof=False): argument
154 def _is_escapable(self, c, delim=None): argument
168 def _parse_squote(self, buf, result, eof): argument
179 def _parse_bquote(self, buf, result, eof): argument
195 def _parse_dquote(self, buf, result, eof): argument
210 def _parse_command(self, buf, result, eof): argument
228 def _parse_parameter(self, buf, result, eof): argument
243 def _parse_dollar(self, buf, result, eof): argument
295 def _parse(self, eof): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_create_new_project.py18 def test_create_new_project_master(self): argument
34 def test_create_new_project_scarthgap(self): argument
50 def test_create_new_project_kirkstone(self): argument
66 def test_create_new_project_local(self): argument
82 def test_create_new_project_without_name(self): argument
99 def test_import_new_project(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py53 … def __init__(self, target, semaphore, threadnum, totalinprocess, totaltests, output, finalresult): argument
64 def _add_result_with_semaphore(self, method, test, *args, **kwargs): argument
88 def __init__(self, target): argument
92 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
95 def addError(self, test, err = None, **kwargs): argument
99 def addFailure(self, test, err = None, **kwargs): argument
103 def addSuccess(self, test, **kwargs): argument
106 def addExpectedFailure(self, test, err = None, **kwargs): argument
109 def addUnexpectedSuccess(self, test, **kwargs): argument
112 def wasSuccessful(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py288 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
309 def inside_width(self): argument
313 def inside_height(self): argument
317 def task_list_append(self,task_name,dep): argument
330 def reset(self): argument
337 def sort(self): argument
346 def set_primary(self,primary): argument
350 def draw_frame(self): argument
359 def redraw(self): argument
387 def show_selected(self,selected_task): argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py25 def __init__(self, td=None, logger=None): argument
37 def _read_modules_from_manifest(self, manifest): argument
49 def skipTests(self, skips): argument
69 def loadTests(self, module_paths, modules=[], tests=[], argument
78 def prepareSuite(self, suites, processes): argument
81 def runTests(self, processes=None, skips=[]): argument
96 def listTests(self, display_type): argument
115 def register_commands(self, logger, subparsers): argument
155 def _setup_logger(self, logger, args): argument
168 def _process_args(self, logger, args): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dsvn.py24 def supports(self, ud, d): argument
30 def urldata_init(self, ud, d): argument
67 def _buildsvncommand(self, ud, d, command): argument
122 def download(self, ud, d): argument
174 def clean(self, ud, d): argument
181 def supports_srcrev(self): argument
184 def _revision_key(self, ud, d, name): argument
190 def _latest_revision(self, ud, d, name): argument
204 def sortable_revision(self, ud, d, name): argument
211 def _build_revision(self, ud, d): argument
[all …]
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py79 def __init__(self, args: argparse.Namespace): argument
85 def run(self) -> int: argument
90 def get_ino(self, path: str) -> int: argument
98 def is_object(self, path: str) -> bool: argument
106 def is_property(self, path: str) -> bool: argument
119 def is_link(self, path: str) -> bool: argument
132 def read(self, path: str, size: int, offset: int, fh: IO[bytes]) -> bytes: argument
150 def readlink(self, path: str) -> Union[bool, str]: argument
158 def getattr(self, path: str, argument
203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]: argument
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Drootfs.py16 def __init__(self, d, progress_reporter=None, logcatcher=None): argument
19 def _get_pkgs_postinsts(self, status_file): argument
79 def _get_delayed_postinsts_common(self, status_file): argument
111 def _save_postinsts_common(self, dst_postinst_dir, src_postinst_dir): argument
126 def __init__(self, d, manifest_dir, progress_reporter=None, logcatcher=None): argument
142 def _create(self): argument
198 def _get_delayed_postinsts(self): argument
202 def _save_postinsts(self): argument
207 def _log_check(self): argument
211 def _cleanup(self): argument
/openbmc/qemu/docs/sphinx/
H A Dqapi_domain.py92 self, argument
138 self, argument
169 def handle_signature(self, sig: str, signode: desc_signature) -> Signature: argument
181 def get_index_text(self, name: Signature) -> Tuple[str, str]: argument
187 def _get_context(self) -> Tuple[str, str]: argument
197 def _get_fqn(self, name: Signature) -> str: argument
212 self, name: Signature, sig: str, signode: desc_signature argument
257 self, sig_node: desc_signature argument
263 def _toc_entry_name(self, sig_node: desc_signature) -> str: argument
326 def get_signature_prefix(self) -> List[nodes.Node]: argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dtests.py49 def start_server(self, name, dbfile, upstream=None, read_only=False, prefunc=server_prefunc): argument
67 def start_client(self, server_address): argument
78 def setUp(self): argument
82 def test_increase_revision(self): argument
93 def test_revision_greater_or_equal(self): argument
109 def test_db(self): argument
148 def setUp(self): argument
157 def test_basic(self): argument
263 def setUp(self): argument
281 def test_upstream_and_readonly(self): argument
[all …]
H A Dserv.py24 def __init__(self, socket, server): argument
38 def validate_proto_version(self): argument
41 async def dispatch_message(self, msg): argument
47 async def handle_test_pr(self, request): argument
57 async def handle_test_package(self, request): argument
65 async def handle_max_package_pr(self, request): argument
73 async def handle_get_pr(self, request): argument
163 async def process_requests(self): argument
175 async def handle_import_one(self, request): argument
189 async def handle_export(self, request): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dplugin.py16 def __init__(self, message): argument
20 def __str__(self): argument
25 def __init__(self, plugin, url): argument
32 def __init__(self): argument
35 def init(self, layerindex): argument
38 def plugin_type(self): argument
41 def load_index(self, uri): argument
44 def store_index(self, uri, index): argument
/openbmc/sdbusplus/tools/sdbusplus/
H A Dnamedelement.py7 def __init__(self, **kwargs): argument
25 def __getattribute__(self, name): argument
43 def old_cppNamespace(self, typename="server"): argument
46 def old_cppNamespacedClass(self, typename="server"): argument
49 def headerFile(self, typename="common"): argument
52 def cppNamespace(self): argument
55 def cppNamespacedClass(self): argument
58 def registryPrefix(self, root_prefix): argument
/openbmc/qemu/tests/qemu-iotests/
H A D13649 def blockstats(self, device): argument
56 def create_blkdebug_file(self): argument
71 def required_drivers(self): argument
75 def setUp(self): argument
91 def tearDown(self): argument
95 def accounted_ops(self, read = False, write = False, flush = False): argument
113 def accounted_latency(self, read = False, write = False, flush = False): argument
127 def check_values(self): argument
219 def do_test_stats(self, rd_size = 0, rd_ops = 0, wr_size = 0, wr_ops = 0, argument
286 def test_read_only(self): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py122 def __init__(self, markup="", features=None, builder=None, argument
353 def _clone(self): argument
366 def __getstate__(self): argument
382 def __setstate__(self, state): argument
471 def _feed(self): argument
484 def reset(self): argument
500 def new_tag(self, name, namespace=None, nsprefix=None, attrs={}, argument
523 def string_container(self, base_class=None): argument
539 def new_string(self, s, subclass=None): argument
546 def insert_before(self, *args): argument
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_spawn.py25 def __init__(self, args, cwd=None): argument
74 def kill(self, sig): argument
86 def isalive(self): argument
106 def send(self, data): argument
118 def expect(self, patterns): argument
188 def close(self): argument
206 def get_expect_output(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Doe_syslog.py17 def test_syslog_running(self): argument
27 def verif_not_running(self, pids): argument
34 def verify_running(self, names): argument
45 def restart_sanity(self, names, restart_cmd, pidchange=True): argument
85 def test_syslog_logger(self): argument
105 def test_syslog_restart(self): argument
120 def test_syslog_startup_config(self): argument
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A Drootfs.py14 def __init__(self, d, manifest_dir, progress_reporter=None, logcatcher=None): argument
41 def _create_incremental(self, pkgs_initial_install): argument
66 def _create(self): argument
129 def _get_delayed_postinsts(self): argument
139 def _save_postinsts(self): argument
144 def _log_check(self): argument
148 def _cleanup(self): argument
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_pseries.py25 def do_test_ppc64_linux_boot(self, kernel_command_line = KERNEL_COMMON_COMMAND_LINE): argument
33 def test_ppc64_vof_linux_boot(self): argument
40 def test_ppc64_linux_boot(self): argument
46 def test_ppc64_linux_smp_boot(self): argument
54 def test_ppc64_linux_hpt_smp_boot(self): argument
65 def test_ppc64_linux_smt_boot(self): argument
75 def test_ppc64_linux_big_boot(self): argument

1...<<11121314151617181920>>...45