Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 38) sorted by relevance

12

/qemu/scripts/qapi/
H A Dcommands.py43 boxed: bool,
45 coroutine: bool) -> str:
57 boxed: bool,
59 gen_tracing: bool) -> str:
190 boxed: bool,
192 gen_tracing: bool,
193 coroutine: bool) -> str:
281 allow_oob: bool,
380 gen: bool,
382 boxed: bool,
[all …]
H A Dmain.py34 unmask: bool = False,
35 builtins: bool = False,
36 gen_tracing: bool = False) -> None:
H A Dintrospect.py99 dict_value: bool = False) -> str:
174 def __init__(self, prefix: str, unmask: bool):
364 ret_type: Optional[QAPISchemaType], gen: bool,
365 success_response: bool, boxed: bool, allow_oob: bool,
366 allow_preconfig: bool, coroutine: bool) -> None:
383 boxed: bool) -> None:
392 opt_unmask: bool) -> None:
H A Devents.py32 boxed: bool) -> str:
40 boxed: bool) -> str:
84 boxed: bool,
235 boxed: bool) -> None:
H A Dschema.py251 gen: bool,
253 boxed: bool,
254 allow_oob: bool,
256 coroutine: bool,
267 boxed: bool,
945 optional: bool,
1000 gen: bool,
1002 boxed: bool,
1003 allow_oob: bool,
1005 coroutine: bool,
[all …]
H A Dvisit.py44 def gen_visit_decl(name: str, scalar: bool = False) -> str:
427 opt_builtins: bool) -> None:
H A Dgen.py112 boxed: bool,
259 gen_tracing: bool = False):
333 def write(self, output_dir: str, opt_builtins: bool = False) -> None:
H A Dcommon.py76 def c_name(name: str, protect: bool = True) -> str:
201 need_parens: bool) -> str:
H A Dexpr.py115 permit_upper: bool = False,
116 permit_underscore: bool = False) -> None:
/qemu/tests/qemu-iotests/
H A Dtestenv.py177 misalign: bool = False,
178 debug: bool = False,
179 valgrind: bool = False,
180 gdb: bool = False,
181 qprint: bool = False,
182 dry_run: bool = False) -> None:
H A Diotests.py155 connect_stderr: bool = True,
210 def qemu_tool(*args: str, check: bool = True, combine_stdio: bool = True
250 def qemu_img(*args: str, check: bool = True, combine_stdio: bool = True
324 def qemu_img_log(*args: str, check: bool = True
332 check: bool = True, drop_child_info: bool = True,
356 def qemu_io(*args: str, check: bool = True, combine_stdio: bool = True
367 def qemu_io_log(*args: str, check: bool = True
662 drop_child_info: bool = True) -> str:
933 use_log: bool = False, qdev: bool = False) -> QMPMessage:
976 auto_dismiss: bool = False,
[all …]
H A Dtestrunner.py103 casenotrun: str = '', interrupted: bool = False) -> None:
138 def __init__(self, env: TestEnv, tap: bool = False,
323 mp: bool = False) -> TestResult:
H A Dlinters.py62 suppress_output: bool = False,
H A D30359 def test(compression_type: str, json_output: bool) -> None:
H A D30081 def check_bitmap(self, bitmap_name_valid: bool) -> None:
92 def migrate(self, bitmap_name_valid: bool = True,
93 migration_success: bool = True) -> None:
/qemu/python/scripts/
H A Dmkvenv.py335 system_site_packages: bool = False,
336 clear: bool = True,
337 symlinks: Optional[bool] = None,
338 with_pip: bool = True,
520 online: bool,
605 online: bool = False,
636 def _make_version_constraint(info: Dict[str, str], install: bool) -> str:
662 online: bool = False,
731 online: bool = False,
799 online: bool = False,
/qemu/python/qemu/qmp/
H A Dqmp_shell.py180 pretty: bool = False,
181 verbose: bool = False,
182 server: bool = False,
370 def connect(self, negotiate: bool = True) -> None:
433 pretty: bool = False,
434 verbose: bool = False,
435 server: bool = False,
H A Dlegacy.py81 server: bool = False,
143 def connect(self, negotiate: bool = True) -> Optional[QMPMessage]:
220 wait: Union[bool, float] = False) -> Optional[QMPMessage]:
253 def get_events(self, wait: Union[bool, float] = False) -> List[QMPMessage]:
H A Dqmp_client.py469 async def _execute(self, msg: Message, assign_id: bool = True) -> Message:
503 assign_id: bool = True,
598 oob: bool = False) -> Message:
616 oob: bool = False) -> object:
H A Dutil.py152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T:
/qemu/python/qemu/machine/
H A Dmachine.py130 drain_console: bool = False,
621 hard: bool = False,
667 def set_qmp_monitor(self, enabled: bool = True) -> None:
686 def _qmp_args(cls, conv_keys: bool,
695 conv_keys: Optional[bool] = None,
717 conv_keys: Optional[bool] = None,
739 def get_qmp_event(self, wait: bool = False) -> Optional[QMPMessage]:
747 def get_qmp_events(self, wait: bool = False) -> List[QMPMessage]:
H A Dconsole_socket.py38 drain: bool = False):
128 def setblocking(self, value: bool) -> None:
/qemu/scripts/
H A Dcompare-machine-types.py61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None:
157 def new_driver(vm: QEMUMachine, name: str, is_abstr: bool) -> Driver:
242 req_mt: List[str], all_mt: bool) -> None:
369 req_mt: Optional[List[str]], all_mt: bool) -> List[Machine]:
441 is_raw: bool) -> pd.DataFrame:
/qemu/tests/qemu-iotests/tests/
H A Dmirror-ready-cancel-error50 def add_blockdevs(self, once: bool) -> None:
/qemu/python/qemu/utils/
H A D__init__.py104 def _bar(name: Optional[str], top: bool = True) -> str:

12