/qemu/tests/qemu-iotests/ |
A D | fat16.py | 141 def __init__(self, data: bytes, sector: int, offset: int): 206 def __call__(self, start_sector: int, num_sectors: int = 1) -> bytes: ... 212 start_sector: int, 213 size: int, 232 def read_sectors(self, start_sector: int, num_sectors: int) -> bytes: 240 self, data: bytes, start_sector: int 279 def read_fat_entry(self, cluster: int) -> int: 286 def write_fat_entry(self, cluster: int, value: int) -> None: 375 self, cluster: Optional[int] 392 self, cluster: Optional[int], name: str, ext: str, attributes: int [all …]
|
A D | testrunner.py | 119 def proc_run_test(test: str, test_field_width: int) -> TestResult: 126 test_field_width: int, jobs: int) -> List[TestResult]: 163 test_field_width: int, 325 test_field_width: int, 372 def run_tests(self, tests: List[str], jobs: int = 1) -> bool:
|
A D | iotests.py | 122 logger_name: str, level: int = logging.CRITICAL) -> Iterator[None]: 709 indent: Optional[int] = None) -> None:
|
/qemu/python/qemu/qmp/ |
A D | qmp_tui.py | 143 def __init__(self, address: Union[str, Tuple[str, int]], num_retries: int, argument 144 retry_delay: Optional[int]) -> None: 439 def keypress(self, size: Tuple[int, int], key: str) -> Optional[str]: argument 528 def mouse_event(self, size: Tuple[int, int], _event: str, button: float, argument 529 _x: int, _y: int, focus: bool) -> None:
|
A D | qmp_shell.py | 133 def complete(self, text: str, state: int) -> Optional[str]: 472 cpu_index: int = 0) -> QMPMessage:
|
A D | legacy.py | 299 def send_fd_scm(self, fd: int) -> None:
|
A D | qmp_client.py | 636 def send_fd_scm(self, fd: int) -> None:
|
/qemu/tests/avocado/ |
A D | vnc.py | 22 def check_bind(port: int) -> bool: 32 def check_connect(port: int) -> bool: 42 def find_free_ports(count: int) -> List[int]:
|
/qemu/python/qemu/machine/ |
A D | console_socket.py | 36 sock_fd: Optional[int] = None, 112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes:
|
A D | machine.py | 76 def __init__(self, exitcode: Optional[int], 211 def add_fd(self: _T, fd: int, fdset: int, 231 def send_fd_scm(self, fd: Optional[int] = None, 551 def _soft_shutdown(self, timeout: Optional[int]) -> None: 598 def _do_shutdown(self, timeout: Optional[int]) -> None: 623 timeout: Optional[int] = 30) -> None: 658 def wait(self, timeout: Optional[int] = 30) -> None: 873 console_index: int = 0) -> None:
|
/qemu/python/qemu/utils/ |
A D | __init__.py | 57 width: Optional[int] = None, 59 padding: int = 1,
|
A D | qom_fuse.py | 132 def read(self, path: str, size: int, offset: int, fh: IO[bytes]) -> bytes:
|
A D | qemu_ga_client.py | 86 def __file_read_all(self, handle: int) -> bytes: 120 def __gen_ipv4_netmask(cls, prefixlen: int) -> str: 162 def fstrim(self, minimum: int) -> Dict[str, object]:
|
/qemu/tests/qemu-iotests/tests/ |
A D | vvfat | 106 def read_sectors(self, sector: int, num: int = 1) -> bytes: 132 def write_sectors(self, sector: int, data: bytes) -> None:
|
A D | graph-changes-while-io | 33 def do_qemu_img_bench(count: int = 2000000) -> None:
|
/qemu/scripts/codeconverter/codeconverter/ |
A D | patching.py | 71 def group(self, group: Union[int, str]) -> str: member in FileMatch 117 def make_subpatch(self, start: int, end: int, replacement: str) -> 'Patch': 184 …def group_finditer(self, klass: Type['FileMatch'], group: Union[str, int]) -> Iterable['FileMatch'… argument 191 …def try_group_match(self, klass: Type['FileMatch'], group: Union[str, int]) -> Optional['FileMatch… argument 201 def group_match(self, group: Union[str, int]) -> 'FileMatch': argument 242 def patch_sort_key(item: Tuple[int, Patch]) -> Tuple[int, int, int]: 320 def line_col(self, start: int) -> LineAndColumn:
|
A D | utils.py | 50 def line_col(s, position: int) -> LineAndColumn:
|
/qemu/scripts/qapi/ |
A D | common.py | 138 def __init__(self, initial: int = 0) -> None: 148 def increase(self, amount: int = 4) -> None: 152 def decrease(self, amount: int = 4) -> None:
|
A D | error.py | 34 col: Optional[int] = None):
|
A D | introspect.py | 98 level: int = 0, 110 def indent(level: int) -> str:
|
/qemu/scripts/ |
A D | u2f-setup-gen.py | 25 entropy: bytes, counter: int) -> None:
|
A D | python_qmp_updater.py | 39 def find_closing_brace(text: str, start: int) -> int:
|
/qemu/docs/sphinx/ |
A D | dbusdoc.py | 58 def add_line(self, line: str, *lineno: int) -> None:
|
/qemu/ui/ |
A D | cocoa.m | 417 { 449 CGPoint position; argument 766 - (void) toggleKey: (int)keycode { argument
|
/qemu/qga/vss-win32/ |
A D | install.cpp | 182 HRESULT (*found)(ICatalogCollection *, int, void *), void *arg) in QGAProviderFind() argument
|