/openbmc/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:
|
/openbmc/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:
|
/openbmc/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:
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_net_unittest.cpp | 234 .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 D | tools_bt_unittest.cpp | 60 .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 D | test_memlock.py | 60 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 D | ports.py | 35 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__.py | 63 width: Optional[int] = None, 65 padding: int = 1,
|
/openbmc/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:
|
/openbmc/openpower-debug-collector/ |
H A D | checkstop_app.cpp | 6 int main(int /*argc*/, char** /*argv*/) in main() argument
|
/openbmc/phosphor-inventory-manager/ |
H A D | app.cpp | 26 int main(int /* argc */, char** /* argv[] */) in main() argument
|
/openbmc/u-boot/arch/riscv/lib/ |
H A D | boot.c | 10 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
|
/openbmc/phosphor-logging/phosphor-rsyslog-config/ |
H A D | main.cpp | 9 int main(int /*argc*/, char* /*argv*/[]) in main() argument
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | boot.c | 11 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
|
/openbmc/sdbusplus/test/async/ |
H A D | watchdog.cpp | 60 .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 D | main.cpp | 11 int main(int /* argc */, char* /* argv */[]) in main() argument
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | cmd_boot.c | 34 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
|
/openbmc/phosphor-power/tools/i2c/test/ |
H A D | mocked_i2c_interface.cpp | 10 I2CInterface::InitialState /*initialState*/, int /*maxRetries*/) in create() argument
|
/openbmc/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:
|
/openbmc/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:
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | cmd_boot.c | 24 unsigned long do_go_exec(ulong (*entry)(int, char * const []), in do_go_exec()
|
/openbmc/phosphor-user-manager/ |
H A D | mainapp.cpp | 11 int main(int /*argc*/, char** /*argv*/) in main() argument
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | main.cpp | 12 int main(int /*argc*/, char** /*argv*/) in main() argument
|