/qemu/scripts/rust/ |
H A D | rustc_args.py | 31 from typing import Any, Iterable, List, Mapping, Optional, Set 42 tomldata: Mapping[Any, Any] 43 workspace_data: Mapping[Any, Any] 68 def lints(self) -> Mapping[Any, Any]: 71 def get_table(self, key: str, can_be_workspace: bool = False) -> Mapping[Any, Any]:
|
/qemu/python/qemu/qmp/ |
H A D | models.py | 13 Any, 29 def __init__(self, raw: Mapping[str, Any]): argument 63 def __init__(self, raw: Mapping[str, Any]): argument 91 def __init__(self, raw: Mapping[str, Any]): argument 113 def __init__(self, raw: Mapping[str, Any]): argument 135 def __init__(self, raw: Mapping[str, Any]): argument
|
H A D | util.py | 17 Any, 87 def create_task(coro: Coroutine[Any, Any, T], argument 152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T: argument
|
H A D | protocol.py | 24 Any, 117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name 137 *args: Any, **kwargs: Any) -> Any: argument
|
H A D | legacy.py | 28 Any, 44 QMPMessage = Dict[str, Any]
|
/qemu/scripts/qapi/ |
H A D | common.py | 16 Any, 202 def gen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]], argument 206 def do_gen(ifcond: Union[str, Dict[str, Any]], argument 221 def gen_infix(operator: str, operands: Sequence[Any]) -> str: argument 229 def cgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str: argument 233 def docgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str: argument
|
H A D | schema.py | 25 Any, 1272 features: Optional[List[Dict[str, Any]]], argument 1290 ifcond: Optional[Union[str, Dict[str, Any]]], argument 1291 features: Optional[List[Dict[str, Any]]], 1299 self, values: List[Dict[str, Any]], info: Optional[QAPISourceInfo] argument 1353 features: Optional[List[Dict[str, Any]]], argument 1368 data: Dict[str, Any], argument
|
H A D | introspect.py | 16 Any, 62 _Stub = Any
|
/qemu/docs/sphinx/ |
H A D | fakedbusdoc.py | 12 from typing import Any, Dict 23 def setup(app: Sphinx) -> Dict[str, Any]:
|
H A D | compat.py | 8 Any, 91 inliner: Any = None, argument 92 location: Any = None, argument
|
H A D | qapi_domain.py | 51 Any, 489 def make_field(self, *args: Any, **kwargs: Any) -> nodes.field: 774 initial_data: Dict[str, Dict[str, Tuple[Any]]] = { 809 location: Any = None, 841 self, docnames: AbstractSet[str], otherdata: Dict[str, Any] 1034 def setup(app: Sphinx) -> Dict[str, Any]: 486 make_field(self, *args: Any, **kwargs: Any) global() argument 806 note_object( self, name: str, objtype: str, node_id: str, aliased: bool = False, location: Any = None, ) global() argument 838 merge_domaindata( self, docnames: AbstractSet[str], otherdata: Dict[str, Any] ) global() argument
|
H A D | dbusdoc.py | 14 Any, 160 def setup(app: Sphinx) -> Dict[str, Any]:
|
H A D | dbusdomain.py | 10 Any, 350 initial_data: Dict[str, Dict[str, Tuple[Any]]] = { 362 self, name: str, objtype: str, node_id: str, location: Any = None argument
|
/qemu/scripts/ |
H A D | compare-machine-types.py | 34 from typing import Optional, List, Dict, Generator, Tuple, Union, Any, Set 108 self.cached: Dict[str, List[Dict[str, Any]]] = {} 124 self.cached: Dict[str, Dict[str, Any]] = {} 144 self.cached: Dict[str, List[Dict[str, Any]]] = {} 214 def __init__(self, raw_mt_dict: Dict[str, Any], argument 217 self.compat_props: Dict[str, Any] = {} 392 driver_props: Dict[str, Set[Any]] = {}
|
/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 30 from typing import List, Optional, Any, Sequence, Dict 99 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument 159 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
|
H A D | iotests.py | 34 from typing import (Any, Callable, Dict, Iterable, Iterator, 280 def qemu_img_json(*args: str) -> Any: 312 def qemu_img_measure(*args: str) -> Any: 315 def qemu_img_check(*args: str) -> Any: 318 def qemu_img_info(*args: str) -> Any: 321 def qemu_img_map(*args: str) -> Any: 719 Msg = TypeVar('Msg', Dict[str, Any], List[Any], str) 932 kwargs: Dict[str, Any] = {'command-line': command_line} 997 filters: Iterable[Callable[[Any], Any]] = (), argument 1563 def func_wrapper(test_case: QMPTestCase, *args: List[Any], argument [all …]
|
H A D | testenv.py | 28 from typing import List, Dict, Any, Optional 294 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
|
/qemu/python/qemu/utils/ |
H A D | qom_common.py | 22 Any, 47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument 89 def register(cls, subparsers: Any) -> None: argument
|
H A D | qemu_ga_client.py | 46 Any, 65 def __getattr__(self, name: str) -> Callable[..., Any]:
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 80 Any, 156 def __init__(self, *args: Any, **kwargs: Any) -> None: argument 719 def _parse_groups(file: str) -> Dict[str, Dict[str, Any]]: 785 def _add_create_subcommand(subparsers: Any) -> None: argument 795 def _add_post_init_subcommand(subparsers: Any) -> None: argument 799 def _add_ensuregroup_subcommand(subparsers: Any) -> None: argument
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 32 Any, 688 args: Dict[str, Any]) -> Dict[str, object]: argument 697 **args: Any) -> QMPMessage: argument 719 **args: Any) -> QMPReturnValue: argument 758 def event_match(event: Any, match: Optional[Any]) -> bool: argument 803 events: Sequence[Tuple[str, Any]], argument
|
/qemu/scripts/codeconverter/codeconverter/ |
H A D | patching.py | 8 from typing import IO, Match, NamedTuple, Optional, Literal, Iterable, Type, Dict, List, Any, TypeV… 266 self.match_index: Dict[Type[Any], List[FileMatch]] = {} 267 self.match_name_index: Dict[Tuple[Type[Any], str, str], Optional[FileMatch]] = {} 269 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]: argument 324 def _matches_of_type(self, klass: Type[Any]) -> List[FileMatch]: argument 424 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]: argument
|
/qemu/docs/devel/migration/ |
H A D | virtio.rst | 109 been loaded. Any code that depends on information transmitted in subsections 113 Any extension of the state being migrated should be done in subsections
|
/qemu/fpu/ |
H A D | softfloat-parts-addsub.c.inc | 13 * Any future contributions to this file after December 1st 2014 will be
|
/qemu/docs/specs/ |
H A D | pvpanic.rst | 39 address space provided by its BAR0, 1 byte long. Any machine with a PCI bus
|