Home
last modified time | relevance | path

Searched defs:self (Results 426 – 450 of 1371) sorted by relevance

1...<<11121314151617181920>>...55

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddump.py18 def __init__(self, cmds, parent_dir): argument
41 def create_dir(self, dir_suffix): argument
53 def _construct_filename(self, command): argument
67 def _write_dump(self, command, output): argument
84 def __init__(self, cmds, parent_dir, runner): argument
89 def dump_target(self, dump_dir=""): argument
114 def __init__(self, cmds, parent_dir, runner): argument
119 def dump_monitor(self, dump_dir=""): argument
H A Dbuildproject.py18 def __init__(self, uri, foldername=None, tmpdir=None, dl_dir=None): argument
34 def _download_archive(self): argument
46 def _run(self, cmd): argument
51 def run_configure(self, configure_args='', extra_cmds=''): argument
54 def run_make(self, make_args=''): argument
57 def run_install(self, install_args=''): argument
60 def clean(self): argument
/openbmc/linux/tools/perf/scripts/python/
H A Dsched-migration.py41 def __repr__(self): argument
49 def __init__(self, sleeper): argument
52 def __repr__(self): argument
60 def __init__(self, wakee): argument
63 def __repr__(self): argument
71 def __init__(self, child): argument
74 def __repr__(self): argument
82 def __init__(self, new): argument
85 def __repr__(self): argument
93 def __init__(self, old): argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D15562 def setUp(self): argument
115 def tearDown(self): argument
126 def findBlockNode(self, node_name, qdev=None): argument
142 def assertIntactSourceBackingChain(self): argument
155 def assertCorrectBackingImage(self, node, default_image): argument
175 def openBacking(self): argument
178 def runMirror(self, sync): argument
196 def testFull(self): argument
203 def testTop(self): argument
210 def testNone(self): argument
[all …]
H A Dtestenv.py84 def prepare_subprocess(self, args: List[str]) -> Dict[str, str]: argument
99 def get_env(self) -> Dict[str, str]: argument
108 def init_directories(self) -> None: argument
141 def init_binaries(self) -> None: argument
178 def __init__(self, source_dir: str, build_dir: str, argument
287 def close(self) -> None: argument
291 def __enter__(self) -> 'TestEnv': argument
294 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
297 def print_env(self, prefix: str = '') -> None: argument
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py108 def _p(self, s): argument
111 def handle_starttag(self, name, attrs): argument
114 def handle_endtag(self, name): argument
117 def handle_data(self, data): argument
120 def handle_charref(self, name): argument
123 def handle_entityref(self, name): argument
126 def handle_comment(self, data): argument
129 def handle_decl(self, data): argument
132 def unknown_decl(self, data): argument
135 def handle_pi(self, data): argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dlocal.py24 def supports(self, urldata, d): argument
30 def urldata_init(self, ud, d): argument
40 def localpath(self, urldata, d): argument
46 def localfile_searchpaths(self, urldata, d): argument
64 def need_update(self, ud, d): argument
69 def download(self, urldata, d): argument
82 def checkstatus(self, fetch, urldata, d): argument
90 def clean(self, urldata, d): argument
H A Dosc.py27 def supports(self, ud, d): argument
33 def urldata_init(self, ud, d): argument
58 def _buildosccommand(self, ud, d, command): argument
88 def _latest_revision(self, ud, d, name): argument
100 def _revision_key(self, ud, d, name): argument
109 def download(self, ud, d): argument
136 def supports_srcrev(self): argument
139 def generate_config(self, ud, d): argument
H A Dgcp.py31 def __init__(self): argument
34 def supports(self, ud, d): argument
40 def recommends_checksum(self, urldata): argument
43 def urldata_init(self, ud, d): argument
51 def get_gcp_client(self): argument
55 def download(self, ud, d): argument
87 def checkstatus(self, fetch, ud, d): argument
/openbmc/bmcweb/http/routing/
H A Druleparametertraits.hpp30 self_t* self = static_cast<self_t*>(this); in websocket() local
39 self_t* self = static_cast<self_t*>(this); in serverSentEvent() local
47 self_t* self = static_cast<self_t*>(this); in methods() local
59 self_t* self = static_cast<self_t*>(this); in methods() local
71 self_t* self = static_cast<self_t*>(this); in notFound() local
79 self_t* self = static_cast<self_t*>(this); in methodNotAllowed() local
88 self_t* self = static_cast<self_t*>(this); in privileges() local
99 self_t* self = static_cast<self_t*>(this); in privileges() local
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-multiconn45 def setUp(self): argument
57 def tearDown(self): argument
66 def run_server(self, max_connections=None): argument
81 def add_export(self, name, writable=None): argument
93 def test_default_settings(self): argument
102 def test_limited_connections(self): argument
111 def test_parallel_writes(self): argument
/openbmc/openbmc-test-automation/lib/
H A Dfunc_timer.py34 def __init__(self, obj_name="func_timer_class"): argument
43 def __del__(self): argument
46 def sprint_obj(self): argument
68 def print_obj(self): argument
75 def cleanup(self): argument
113 def timed_out(self, signal_number, frame): argument
135 def run(self, func, *args, **kwargs): argument
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py65 def __getattr__(self, name: str) -> Callable[..., Any]: argument
72 def __init__(self, address: SocketAddrT): argument
76 def sync(self, timeout: Optional[float] = 3) -> None: argument
86 def __file_read_all(self, handle: int) -> bytes: argument
96 def read(self, path: str) -> bytes: argument
104 def info(self) -> str: argument
127 def ifconfig(self) -> str: argument
148 def ping(self, timeout: Optional[float]) -> bool: argument
156 def fsfreeze(self, cmd: str) -> object: argument
162 def fstrim(self, minimum: int) -> Dict[str, object]: argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Drpm.py21 def test_rpm_help(self): argument
27 def test_rpm_query(self): argument
36 def test_rpm_query_nonroot(self): argument
83 def _find_test_file(self): argument
99 def test_rpm_install(self): argument
108 def test_rpm_remove(self): argument
114 def test_check_rpm_install_removal_log_file_size(self): argument
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py124 def run(self): argument
152 def __init__(self, directive): argument
157 def buildTableNode(self): argument
200 def buildTableRowNode(self, row_data, classes=None): argument
218 def raiseError(self, msg): argument
226 def parseFlatTableNode(self, node): argument
239 def roundOffTableDefinition(self): argument
306 def pprint(self): argument
327 def parseRowItem(self, rowItem, rowNum): argument
361 def parseCellItem(self, cellItem): argument
/openbmc/telemetry/redfish-tests/
H A Dredfish_requests.py25 def __init__(self, host_addr, username, password): argument
30 def get(self, path, code=RedfishHttpStatus.ok): argument
39 def post(self, path, body, code=RedfishHttpStatus.created): argument
50 def delete(self, path, code=RedfishHttpStatus.no_content): argument
61 def __init__(self, redfish, metric_limit): argument
75 def __init__(self, redfish): argument
78 def get_collection(self): argument
83 self, argument
107 def delete_report(self, path): argument
112 def __init__(self): argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py60 def __init__(self, mw): argument
65 def regstr(self, n): argument
77 def __init__(self, op): argument
83 def vals(self): argument
95 def __init__(self, rw, mw): argument
103 def regstr(self, n): argument
112 def __init__(self, w): argument
116 def regstr(self, n): argument
152 def __init__(self, op, args): argument
168 def gen(self): argument
/openbmc/qemu/tests/avocado/
H A Dreverse_debugging.py38 def run_vm(self, record, shift, args, replay_path, image_path, port): argument
75 def get_reg(self, g, reg): argument
82 def get_pc(self, g): argument
85 def check_pc(self, g, addr): argument
102 def reverse_debugging(self, shift=7, args=None): argument
204 def get_pc(self, g): argument
210 def test_x86_64_pc(self): argument
227 def test_aarch64_virt(self): argument
251 def test_ppc64_pseries(self): argument
265 def test_ppc64_powernv(self): argument
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py26 def is_c_ccp(self): argument
44 def __init__(self, image_recipe, modified_recipe, binary, gdbserver_multi=True): argument
73 def _gen_gdbserver_start_script(self): argument
112 def _gen_gdbinit_config(self): argument
162 def _gen_gdb_start_script(self): argument
170 def initialize(self): argument
191 def __init__(self): argument
200 def setup_shared_sysroots(self, shared_env): argument
204 def setup_modified_recipe(self, args, image_recipe, modified_recipe): argument
208 …def initialize_gdb_cross_configs(self, image_recipe, modified_recipe, gdb_cross_config_class=GdbCr… argument
/openbmc/qemu/tests/functional/
H A Dtest_aarch64_sbsaref_freebsd.py30 def boot_freebsd14(self, cpu=None): argument
45 def test_sbsaref_freebsd14_cortex_a57(self): argument
48 def test_sbsaref_freebsd14_default_cpu(self): argument
51 def test_sbsaref_freebsd14_max_pauth_off(self): argument
56 def test_sbsaref_freebsd14_max_pauth_impdef(self): argument
61 def test_sbsaref_freebsd14_max(self): argument
H A Dtest_aarch64_sbsaref_alpine.py30 def boot_alpine_linux(self, cpu=None): argument
45 def test_sbsaref_alpine_linux_cortex_a57(self): argument
48 def test_sbsaref_alpine_linux_default_cpu(self): argument
51 def test_sbsaref_alpine_linux_max_pauth_off(self): argument
54 def test_sbsaref_alpine_linux_max_pauth_impdef(self): argument
59 def test_sbsaref_alpine_linux_max(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A D__init__.py11 def __init__(self, logger, *args, **kwargs): argument
15 def start(self): argument
19 def stop(self): argument
23 def run(self, cmd, timeout=None): argument
27 def copyTo(self, localSrc, remoteDst): argument
31 def copyFrom(self, remoteSrc, localDst): argument
35 def copyDirTo(self, localSrc, remoteDst): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py34 def __init__(self, licensestr, exc): argument
39 def __str__(self): argument
43 def __init__(self, license): argument
47 def __str__(self): argument
56 def get_elements(self, licensestr): argument
72 def visit_elements(self, elements): argument
76 def visit_string(self, licensestr): argument
82 def __init__(self, choose_licenses): argument
87 def visit_Str(self, node): argument
90 def visit_Constant(self, node): argument
[all …]
/openbmc/u-boot/tools/binman/etype/
H A Dblob.py33 def __init__(self, section, etype, node): argument
39 def ObtainContents(self): argument
45 def ReadBlobContents(self): argument
67 def GetDefaultFilename(self): argument
70 def AddMissingProperties(self): argument
75 def SetCalculatedProperties(self): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_config_page.py25 def setUp(self): argument
36 def test_no_underscore_iamgefs_type(self): argument
57 def test_checkbox_verification(self): argument
79 def test_textbox_with_checkbox_verification(self): argument
111 def test_set_download_dir(self): argument
166 def test_set_sstate_dir(self): argument

1...<<11121314151617181920>>...55