Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 61) sorted by relevance

123

/qemu/scripts/rust/
H A Drustc_args.py31 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 Dmodels.py13 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 Dutil.py17 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 Dprotocol.py24 Any,
117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name
137 *args: Any, **kwargs: Any) -> Any: argument
H A Dlegacy.py28 Any,
44 QMPMessage = Dict[str, Any]
/qemu/scripts/qapi/
H A Dcommon.py16 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 Dschema.py25 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 Dintrospect.py16 Any,
62 _Stub = Any
/qemu/docs/sphinx/
H A Dfakedbusdoc.py12 from typing import Any, Dict
23 def setup(app: Sphinx) -> Dict[str, Any]:
H A Dcompat.py8 Any,
91 inliner: Any = None, argument
92 location: Any = None, argument
H A Dqapi_domain.py51 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 Ddbusdoc.py14 Any,
160 def setup(app: Sphinx) -> Dict[str, Any]:
H A Ddbusdomain.py10 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 Dcompare-machine-types.py34 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 Dtestrunner.py30 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 Diotests.py34 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 Dtestenv.py28 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 Dqom_common.py22 Any,
47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument
89 def register(cls, subparsers: Any) -> None: argument
H A Dqemu_ga_client.py46 Any,
65 def __getattr__(self, name: str) -> Callable[..., Any]:
/qemu/python/scripts/
H A Dmkvenv.py80 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 Dmachine.py32 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 Dpatching.py8 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 Dvirtio.rst109 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 Dsoftfloat-parts-addsub.c.inc13 * Any future contributions to this file after December 1st 2014 will be
/qemu/docs/specs/
H A Dpvpanic.rst39 address space provided by its BAR0, 1 byte long. Any machine with a PCI bus

123