Home
last modified time | relevance | path

Searched defs:self (Results 401 – 425 of 1122) sorted by relevance

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

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-test47 def tearDown(self): argument
54 def setUp(self): argument
63 def add_bitmap(self, vm, granularity, persistent): argument
72 def check_bitmap(self, vm, sha256): argument
81 def do_test_migration_resume_source(self, persistent, migrate_bitmaps): argument
135 def do_test_migration(self, persistent, migrate_bitmaps, online, argument
221 def setUp(self): argument
260 def tearDown(self): argument
265 def test_cont_on_source(self): argument
/openbmc/qemu/python/qemu/utils/
H A Dqom.py80 def __init__(self, args: argparse.Namespace): argument
85 def run(self) -> int: argument
121 def __init__(self, args: argparse.Namespace): argument
130 def run(self) -> int: argument
174 def __init__(self, args: argparse.Namespace): argument
178 def run(self) -> int: argument
222 def __init__(self, args: argparse.Namespace): argument
226 def _list_nodes(self, paths: List[str]) -> None: argument
252 def run(self) -> int: argument
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 …]
H A Dqom_common.py38 def __init__(self, name: str, type_: str, argument
58 def child(self) -> bool: argument
63 def link(self) -> bool: argument
72 def __init__(self, name: str, type_: str, value: object): argument
87 def child(self) -> bool: argument
98 def __init__(self, properties: List[ObjectPropertyValue]) -> None: argument
126 def __init__(self, args: argparse.Namespace): argument
177 def run(self) -> int: argument
185 def qom_list(self, path: str) -> List[ObjectPropertyInfo]: argument
194 def qom_list_get(self, paths: List[str]) -> List[ObjectPropertiesValues]: argument
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dtest_basic.py16 def test1(self): argument
31 def test12(self): argument
45 def test13(self): argument
65 def test2(self): argument
79 def test3(self): argument
98 def test4(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Drepo.py22 def supports(self, ud, d): argument
28 def urldata_init(self, ud, d): argument
46 def download(self, ud, d): argument
80 def supports_srcrev(self): argument
83 def _build_revision(self, ud, d): argument
86 def _want_sortable_revision(self, ud, d): argument
H A Dgitannex.py16 def supports(self, ud, d): argument
22 def urldata_init(self, ud, d): argument
27 def uses_annex(self, ud, d, wd): argument
37 def update_annex(self, ud, d, wd): argument
46 def download(self, ud, d): argument
53 def clone_shallow_local(self, ud, dest, d): argument
65 def unpack(self, ud, destdir, d): argument
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dssh_utility.py25 def __init__(self, hostname, username, password, port_ssh): argument
53 def ssh_remoteclient_login(self): argument
91 def ssh_remoteclient_disconnect(self): argument
108 def execute_command(self, command, default_timeout=60): argument
177 def scp_connection(self): argument
208 def scp_file_from_remote(self, remote_file, local_file): argument
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dbsp.py13 def setUpClass(self): argument
18 def test_bsp_defines_machines(self): argument
22 def test_bsp_no_set_machine(self): argument
31 def test_machine_world(self): argument
56 def test_machine_signatures(self): argument
/openbmc/u-boot/test/py/
H A Du_boot_console_sandbox.py15 def __init__(self, log, config): argument
29 def get_spawn(self): argument
58 def restart_uboot_with_flags(self, flags): argument
74 def kill(self, sig): argument
87 def validate_exited(self): argument
/openbmc/u-boot/tools/binman/etype/
H A D_testing.py43 def __init__(self, section, etype, node): argument
75 def ObtainContents(self): argument
84 def GetOffsets(self): argument
89 def ProcessContents(self): argument
95 def ProcessFdt(self, fdt): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py15 def __init__(self, d, manifest_dir): argument
35 def _populate(self): argument
38 def populate(self): argument
62 def movefile(self, sourcefile, destdir): argument
75 def mkdirhier(self, dirpath): argument
82 def remove(self, path, recurse=False): argument
90 def install_locales(self, pm): argument
H A Dmanifest.py61 def __init__(self, d, manifest_dir=None, manifest_type=MANIFEST_TYPE_IMAGE): argument
89 def _create_dummy_initial(self): argument
126 def create_initial(self): argument
133 def create_final(self): argument
142 def create_full(self, pm): argument
149 def parse_initial_manifest(self): argument
180 def parse_full_manifest(self): argument
/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 …]
/openbmc/qemu/audio/
H A Dsndioaudio.c39 struct SndioVoice *self; member
63 static void sndio_poll_clear(SndioVoice *self) in sndio_poll_clear()
80 static void sndio_write(SndioVoice *self) in sndio_write()
111 static void sndio_read(SndioVoice *self) in sndio_read()
134 static void sndio_poll_wait(SndioVoice *self) in sndio_poll_wait()
174 static void sndio_poll_event(SndioVoice *self, int index, int event) in sndio_poll_event()
225 SndioVoice *self = (SndioVoice *) hw; in sndio_buffer_get_free() local
236 SndioVoice *self = (SndioVoice *) hw; in sndio_get_buffer_out() local
247 SndioVoice *self = (SndioVoice *) hw; in sndio_put_buffer_out() local
261 SndioVoice *self = (SndioVoice *) hw; in sndio_get_buffer_in() local
[all …]
/openbmc/openbmc/poky/meta/lib/bbconfigbuild/
H A Dconfigfragments.py24 def get_fragment_info(self, path, name): argument
38 def discover_fragments(self): argument
57 def do_list_fragments(self, args): argument
85 def fragment_exists(self, fragmentname): argument
92 def create_conf(self, confpath): argument
103 def do_enable_fragment(self, args): argument
123 def do_disable_fragment(self, args): argument
139 def do_disable_all_fragments(self, args): argument
149 def register_commands(self, sp): argument
/openbmc/openbmc-test-automation/lib/
H A Dvar_stack.py67 def __init__(self, obj_name="var_stack"): argument
82 def sprint_obj(self): argument
95 def print_obj(self): argument
102 def push(self, var_value, var_name=""): argument
123 def pop(self, var_name=""): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py36 def __init__(self, be): argument
41 def _shellcmd(self, command, cwd=None, nowait=False,env=None): argument
64 def getGitCloneDirectory(self, url, branch): argument
76 def setCloneStatus(self,bitbake,status,total,current,repo_name): argument
82 def setLayers(self, bitbake, layers, targets): argument
252 def setup_custom_image_recipe(self, customrecipe, layers): argument
314 def readServerLogFile(self): argument
318 def triggerBuild(self, bitbake, layers, variables, targets, brbe): argument
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py18 def __init__(self, timeout): argument
24 def make_connection(self, host): argument
36 def set_connection_token(self, token): argument
39 def send_content(self, h, body): argument
67 …def __init__(self, host, port, clientinfo=("localhost", 0), observer_only = False, featureset = No… argument
85 def connect(self, token = None): argument
98 def removeClient(self): argument
102 def terminate(self): argument
/openbmc/qemu/scripts/qapi/
H A Dintrospect.py172 def __init__(self, prefix: str, unmask: bool): argument
188 def visit_begin(self, schema: QAPISchema) -> None: argument
191 def visit_end(self) -> None: argument
213 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument
217 def _name(self, name: str) -> str: argument
224 def _use_type(self, typ: QAPISchemaType) -> str: argument
254 def _gen_tree(self, name: str, mtype: str, obj: Dict[str, object], argument
281 def _gen_enum_member(self, member: QAPISchemaEnumMember argument
290 def _gen_object_member(self, member: QAPISchemaObjectTypeMember argument
302 def _gen_variant(self, variant: QAPISchemaVariant argument
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py13 def __init__(self, testpath, sdkenv, uri, testlogdir, builddatetime, argument
25 def download_archive(self): argument
34 def run_configure(self, configure_args='', extra_cmds=''): argument
37 def run_install(self, install_args=''): argument
40 def log(self, msg): argument
45 def _run(self, cmd): argument
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_mkdir.py16 def test_mkdir1(self, u_boot_console, fs_obj_mkdir): argument
33 def test_mkdir2(self, u_boot_console, fs_obj_mkdir): argument
50 def test_mkdir3(self, u_boot_console, fs_obj_mkdir): argument
62 def test_mkdir4(self, u_boot_console, fs_obj_mkdir): argument
73 def test_mkdir5(self, u_boot_console, fs_obj_mkdir): argument
84 def test_mkdir6(self, u_boot_console, fs_obj_mkdir): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py41 def __init__(self, *args, **kwargs): argument
46 def run(self): argument
55 def stop(self): argument
63 def mini_progress(self, what, i, total): argument
75 def update(self): argument
289 def handle(self, **options): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A D__init__.py43 def emit(self, record): argument
47 def __init__(self, *args, **kwargs): argument
51 def setup_bblogger(self, name): argument
55 def _debug_helper(self, *args, **kwargs): argument
58 def debug2(self, *args, **kwargs): argument
61 def debug3(self, *args, **kwargs): argument
64 def bbdebug(self, level, msg, *args, **kwargs): argument
77 def plain(self, msg, *args, **kwargs): argument
80 def verbose(self, msg, *args, **kwargs): argument
83 def verbnote(self, msg, *args, **kwargs): argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py18 def eval(self, data): argument
23 def __init__(self, filename, lineno): argument
28 def __init__(self, filename, lineno, what_file, force): argument
33 def eval(self, data): argument
47 def __init__(self, filename, lineno, what_file): argument
51 def eval(self, data): argument
62 def __init__(self, filename, lineno, var): argument
66 def eval(self, data): argument
70 def __init__(self, filename, lineno, var): argument
74 def eval(self, data): argument
[all …]

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