/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 105 def first_sector_of_cluster(self, cluster: int) -> int: 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, 215 sector_writer: Callable[[int, bytes], None] 232 def read_sectors(self, start_sector: int, num_sectors: int) -> bytes: 236 def write_sectors(self, start_sector: int, data: bytes) -> None: 240 self, data: bytes, start_sector: int 279 def read_fat_entry(self, cluster: int) -> int: [all …]
|
H 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:
|
/qemu/python/qemu/qmp/ |
H 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:
|
H A D | qmp_shell.py | 133 def complete(self, text: str, state: int) -> Optional[str]: 472 cpu_index: int = 0) -> QMPMessage:
|
H A D | legacy.py | 299 def send_fd_scm(self, fd: int) -> None:
|
/qemu/python/qemu/machine/ |
H A D | console_socket.py | 36 sock_fd: Optional[int] = None, 112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes:
|
H 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/tests/functional/qemu_test/ |
H A D | ports.py | 35 def check_bind(self, port: int) -> bool: 44 def find_free_ports(self, count: int) -> List[int]:
|
/qemu/python/qemu/utils/ |
H A D | __init__.py | 57 width: Optional[int] = None, 59 padding: int = 1,
|
H A D | qom_fuse.py | 132 def read(self, path: str, size: int, offset: int, fh: IO[bytes]) -> bytes:
|
H 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/ |
H A D | vvfat | 106 def read_sectors(self, sector: int, num: int = 1) -> bytes: 132 def write_sectors(self, sector: int, data: bytes) -> None:
|
H A D | graph-changes-while-io | 33 def do_qemu_img_bench(count: int = 2000000) -> None:
|
/qemu/scripts/codeconverter/codeconverter/ |
H 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:
|
H A D | utils.py | 50 def line_col(s, position: int) -> LineAndColumn:
|
/qemu/scripts/qapi/ |
H 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:
|
H A D | error.py | 34 col: Optional[int] = None):
|
H A D | source.py | 50 def next_line(self: T, n: int = 1) -> T:
|
H A D | introspect.py | 96 level: int = 0, 108 def indent(level: int) -> str:
|
/qemu/scripts/ |
H A D | u2f-setup-gen.py | 25 entropy: bytes, counter: int) -> None:
|
H A D | python_qmp_updater.py | 39 def find_closing_brace(text: str, start: int) -> int:
|
/qemu/tests/functional/ |
H A D | test_vnc.py | 22 def check_connect(port: int) -> bool:
|
/qemu/docs/sphinx/ |
H A D | dbusdoc.py | 58 def add_line(self, line: str, *lineno: int) -> None:
|
H A D | qapidoc.py | 130 def add_line_raw(self, line: str, source: str, *lineno: int) -> None: 454 def set_namespace(self, namespace: str, source: str, lineno: int) -> None:
|
/qemu/ui/ |
H A D | cocoa.m | 419 - (void) selectConsoleLocked:(unsigned int)index 450 - (void)setMouseX:(int)x y:(int)y on:(bool)on argument 769 - (void) toggleKey: (int)keycode { argument
|