Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 32) sorted by relevance

12

/qemu/tests/qemu-iotests/
H A Dfat16.py105 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 Dtestrunner.py119 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 Dqmp_tui.py143 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 Dqmp_shell.py133 def complete(self, text: str, state: int) -> Optional[str]:
472 cpu_index: int = 0) -> QMPMessage:
H A Dlegacy.py299 def send_fd_scm(self, fd: int) -> None:
/qemu/python/qemu/machine/
H A Dconsole_socket.py36 sock_fd: Optional[int] = None,
112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes:
H A Dmachine.py76 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 Dports.py35 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__.py57 width: Optional[int] = None,
59 padding: int = 1,
H A Dqom_fuse.py132 def read(self, path: str, size: int, offset: int, fh: IO[bytes]) -> bytes:
H A Dqemu_ga_client.py86 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 Dvvfat106 def read_sectors(self, sector: int, num: int = 1) -> bytes:
132 def write_sectors(self, sector: int, data: bytes) -> None:
H A Dgraph-changes-while-io33 def do_qemu_img_bench(count: int = 2000000) -> None:
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py71 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 Dutils.py50 def line_col(s, position: int) -> LineAndColumn:
/qemu/scripts/qapi/
H A Dcommon.py138 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 Derror.py34 col: Optional[int] = None):
H A Dsource.py50 def next_line(self: T, n: int = 1) -> T:
H A Dintrospect.py96 level: int = 0,
108 def indent(level: int) -> str:
/qemu/scripts/
H A Du2f-setup-gen.py25 entropy: bytes, counter: int) -> None:
H A Dpython_qmp_updater.py39 def find_closing_brace(text: str, start: int) -> int:
/qemu/tests/functional/
H A Dtest_vnc.py22 def check_connect(port: int) -> bool:
/qemu/docs/sphinx/
H A Ddbusdoc.py58 def add_line(self, line: str, *lineno: int) -> None:
H A Dqapidoc.py130 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 Dcocoa.m419 - (void) selectConsoleLocked:(unsigned int)index
450 - (void)setMouseX:(int)x y:(int)y on:(bool)on argument
769 - (void) toggleKey: (int)keycode { argument

12