Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 14 of 14) sorted by relevance

/qemu/python/qemu/qmp/
H A Dutil.py87 def create_task(coro: Coroutine[Any, Any, T],
152 def asyncio_run(coro: Coroutine[Any, Any, T], *, debug: bool = False) -> T:
H A Dmodels.py29 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 Dprotocol.py136 def _wrapper(proto: 'AsyncProtocol[Any]',
137 *args: Any, **kwargs: Any) -> Any:
764 def _done(task: Optional['asyncio.Future[Any]']) -> bool:
/qemu/tests/qemu-iotests/
H A Dtestrunner.py99 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
159 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
H A Dtestenv.py294 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
H A Diotests.py979 filters: Iterable[Callable[[Any], Any]] = (), argument
1545 def func_wrapper(test_case: QMPTestCase, *args: List[Any],
1567 def func_wrapper(test_case: QMPTestCase, *args: List[Any],
1620 **kwargs: Any) -> None:
/qemu/scripts/qapi/
H A Dcommon.py202 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:
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.py1256 features: Optional[List[Dict[str, Any]]], argument
1268 ifcond: Optional[Union[str, Dict[str, Any]]], argument
1277 self, values: List[Dict[str, Any]], info: Optional[QAPISourceInfo] argument
1331 features: Optional[List[Dict[str, Any]]], argument
1346 data: Dict[str, Any], argument
/qemu/python/scripts/
H A Dmkvenv.py156 def __init__(self, *args: Any, **kwargs: Any) -> None:
782 def _add_create_subcommand(subparsers: Any) -> None:
792 def _add_post_init_subcommand(subparsers: Any) -> None:
796 def _add_ensuregroup_subcommand(subparsers: Any) -> None:
/qemu/python/qemu/machine/
H A Dmachine.py688 args: Dict[str, Any]) -> Dict[str, object]: argument
697 **args: Any) -> QMPMessage:
719 **args: Any) -> QMPReturnValue:
758 def event_match(event: Any, match: Optional[Any]) -> bool:
803 events: Sequence[Tuple[str, Any]], argument
/qemu/python/qemu/utils/
H A Dqom_common.py47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo': argument
89 def register(cls, subparsers: Any) -> None:
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py269 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]:
324 def _matches_of_type(self, klass: Type[Any]) -> List[FileMatch]:
424 def _matches_of_type(self, klass: Type[Any]) -> Iterable[FileMatch]:
/qemu/docs/sphinx/
H A Ddbusdomain.py362 self, name: str, objtype: str, node_id: str, location: Any = None
/qemu/scripts/
H A Dcompare-machine-types.py214 def __init__(self, raw_mt_dict: Dict[str, Any], argument