Searched defs:_T (Results 1 – 3 of 3) sorted by relevance
/qemu/python/qemu/qmp/ |
H A D | legacy.py | 97 _T = TypeVar('_T') variable in QEMUMonitorProtocol 100 self, future: Awaitable[_T], timeout: Optional[float] = None 112 def __enter__(self: _T) -> _T:
|
/qemu/python/qemu/machine/ |
H A D | machine.py | 107 _T = TypeVar('_T', bound='QEMUMachine') variable 195 def __enter__(self: _T) -> _T: 211 def add_fd(self: _T, fd: int, fdset: int,
|
/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 7448 #define FMAXMIN_A(F, G, X, _S, _T, BITS, STATUS) \ argument
|