Home
last modified time | relevance | path

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

12345

/openbmc/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:
/openbmc/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:
/openbmc/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:
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp234 .WillOnce([](int, int, off_t*, size_t) { in TEST_F() argument
248 .WillOnce([chunk](int, void* buf, size_t) { in TEST_F() argument
253 .WillOnce([chunk](int, const void* data, size_t len, int) { in TEST_F() argument
H A Dtools_bt_unittest.cpp60 .WillOnce(Invoke([&](int, void* buf, std::size_t count) { in TEST_F() argument
102 .WillOnce(Invoke([&](int, void* buf, std::size_t count) { in TEST_F() argument
/openbmc/qemu/tests/functional/
H A Dtest_memlock.py60 def get_process_status_values(self, pid: int) -> Dict[str, int]:
70 def _get_raw_process_status(self, pid: int) -> str:
/openbmc/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]:
/openbmc/qemu/python/qemu/utils/
H A D__init__.py63 width: Optional[int] = None,
65 padding: int = 1,
/openbmc/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:
/openbmc/openpower-debug-collector/
H A Dcheckstop_app.cpp6 int main(int /*argc*/, char** /*argv*/) in main() argument
/openbmc/phosphor-inventory-manager/
H A Dapp.cpp26 int main(int /* argc */, char** /* argv[] */) in main() argument
/openbmc/u-boot/arch/riscv/lib/
H A Dboot.c10 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dmain.cpp9 int main(int /*argc*/, char* /*argv*/[]) in main() argument
/openbmc/u-boot/arch/nds32/lib/
H A Dboot.c11 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
/openbmc/sdbusplus/test/async/
H A Dwatchdog.cpp60 .WillOnce([](int, uint64_t* usec) { in TEST_F() argument
88 .WillOnce([](int, uint64_t* usec) { in TEST_F() argument
/openbmc/phosphor-psu-code-mgmt/src/
H A Dmain.cpp11 int main(int /* argc */, char* /* argv */[]) in main() argument
/openbmc/u-boot/arch/arm/lib/
H A Dcmd_boot.c34 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
/openbmc/phosphor-power/tools/i2c/test/
H A Dmocked_i2c_interface.cpp10 I2CInterface::InitialState /*initialState*/, int /*maxRetries*/) in create() argument
/openbmc/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:
/openbmc/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:
/openbmc/u-boot/arch/x86/lib/
H A Dcmd_boot.c24 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
/openbmc/phosphor-user-manager/
H A Dmainapp.cpp11 int main(int /*argc*/, char** /*argv*/) in main() argument
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dmain.cpp12 int main(int /*argc*/, char** /*argv*/) in main() argument

12345