/openbmc/qemu/scripts/qapi/ |
H A D | commands.py | 43 boxed: bool, 45 coroutine: bool) -> str: 57 boxed: bool, 59 gen_tracing: bool) -> str: 164 coroutine: bool) -> str: 173 coroutine: bool) -> str: 190 boxed: bool, 192 gen_tracing: bool, 193 coroutine: bool) -> str: 280 success_response: bool, [all …]
|
H A D | backend.py | 22 unmask: bool, 23 builtins: bool, 24 gen_tracing: bool) -> None: 44 unmask: bool, 45 builtins: bool, 46 gen_tracing: bool) -> None:
|
H A D | introspect.py | 97 dict_value: bool = False) -> str: 172 def __init__(self, prefix: str, unmask: bool): 362 ret_type: Optional[QAPISchemaType], gen: bool, 363 success_response: bool, boxed: bool, allow_oob: bool, 364 allow_preconfig: bool, coroutine: bool) -> None: 381 boxed: bool) -> None: 390 opt_unmask: bool) -> None:
|
H A D | events.py | 32 boxed: bool) -> str: 40 boxed: bool) -> str: 84 boxed: bool, 235 boxed: bool) -> None:
|
H A D | schema.py | 251 gen: bool, 252 success_response: bool, 253 boxed: bool, 254 allow_oob: bool, 255 allow_preconfig: bool, 256 coroutine: bool, 267 boxed: bool, 949 optional: bool, 1004 gen: bool, 1005 success_response: bool, [all …]
|
H A D | gen.py | 113 boxed: bool, 260 gen_tracing: bool = False): 334 def write(self, output_dir: str, opt_builtins: bool = False) -> None:
|
/openbmc/linux/rust/alloc/vec/ |
H A D | is_zero.rs | 11 fn is_zero(&self) -> bool; in is_zero() 47 fn is_zero(&self) -> bool { in is_zero() 54 fn is_zero(&self) -> bool { in is_zero() 61 fn is_zero(&self) -> bool { in is_zero() 108 fn is_zero(&self) -> bool { in is_zero() 115 fn is_zero(&self) -> bool { in is_zero() 172 fn is_zero(&self) -> bool { in is_zero() 179 fn is_zero(&self) -> bool { in is_zero()
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 322 system_site_packages: bool = False, 323 clear: bool = True, 324 symlinks: Optional[bool] = None, 325 with_pip: bool = True, 510 online: bool, 595 online: bool = False, 626 def _make_version_constraint(info: Dict[str, str], install: bool) -> str: 652 online: bool = False, 738 online: bool = False,
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 182 misalign: bool = False, 183 debug: bool = False, 184 valgrind: bool = False, 185 gdb: bool = False, 186 qprint: bool = False, 187 dry_run: bool = False) -> None:
|
H A D | iotests.py | 145 connect_stderr: bool = True) -> 'subprocess.Popen[str]': 155 connect_stderr: bool = True, 156 drop_successful_output: bool = False) \ 210 def qemu_tool(*args: str, check: bool = True, combine_stdio: bool = True 250 def qemu_img(*args: str, check: bool = True, combine_stdio: bool = True 324 def qemu_img_log(*args: str, check: bool = True 331 use_image_opts: bool = False, extra_args: Sequence[str] = (), 332 check: bool = True, drop_child_info: bool = True, 356 def qemu_io(*args: str, check: bool = True, combine_stdio: bool = True 367 def qemu_io_log(*args: str, check: bool = True [all …]
|
H A D | testrunner.py | 106 casenotrun: str = '', interrupted: bool = False) -> None: 141 def __init__(self, env: TestEnv, tap: bool = False, 326 mp: bool = False) -> TestResult:
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 180 pretty: bool = False, 181 verbose: bool = False, 182 server: bool = False, 370 def connect(self, negotiate: bool = True) -> None: 433 pretty: bool = False, 434 verbose: bool = False, 435 server: bool = False,
|
H A D | legacy.py | 81 server: bool = False, 143 def connect(self, negotiate: bool = True) -> Optional[QMPMessage]: 220 wait: Union[bool, float] = False) -> Optional[QMPMessage]: 253 def get_events(self, wait: Union[bool, float] = False) -> List[QMPMessage]:
|
H A D | qmp_client.py | 469 async def _execute(self, msg: Message, assign_id: bool = True) -> Message: 503 assign_id: bool = True, 598 oob: bool = False) -> Message: 616 oob: bool = False) -> object:
|
/openbmc/qemu/rust/hw/timer/hpet/src/ |
H A D | hpet.rs | 150 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after() 167 const fn activating_bit(old: u64, new: u64, shift: usize) -> bool { in activating_bit() 172 const fn deactivating_bit(old: u64, new: u64, shift: usize) -> bool { in deactivating_bit() 248 fn is_int_active(&self) -> bool { in is_int_active() 252 const fn is_fsb_route_enabled(&self) -> bool { in is_fsb_route_enabled() 256 const fn is_periodic(&self) -> bool { in is_periodic() 260 const fn is_int_enabled(&self) -> bool { in is_int_enabled() 264 const fn is_32bit_mod(&self) -> bool { in is_32bit_mod() 268 const fn is_valset_enabled(&self) -> bool { in is_valset_enabled() 277 const fn is_int_level_triggered(&self) -> bool { in is_int_level_triggered() [all …]
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 130 drain_console: bool = False, 622 hard: bool = False, 668 def set_qmp_monitor(self, enabled: bool = True) -> None: 687 def _qmp_args(cls, conv_keys: bool, 696 conv_keys: Optional[bool] = None, 718 conv_keys: Optional[bool] = None, 740 def get_qmp_event(self, wait: bool = False) -> Optional[QMPMessage]: 748 def get_qmp_events(self, wait: bool = False) -> List[QMPMessage]:
|
H A D | console_socket.py | 38 drain: bool = False): 128 def setblocking(self, value: bool) -> None:
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 61 def __init__(self, vm: QEMUMachine, name: str, abstract: bool) -> None: 157 def new_driver(vm: QEMUMachine, name: str, is_abstr: bool) -> Driver: 242 req_mt: List[str], all_mt: bool) -> None: 369 req_mt: Optional[List[str]], all_mt: bool) -> List[Machine]: 441 is_raw: bool) -> pd.DataFrame:
|
/openbmc/qemu/scripts/rust/ |
H A D | rustc_args.py | 71 def get_table(self, key: str, can_be_workspace: bool = False) -> Mapping[Any, Any]: 85 def generate_lint_flags(cargo_toml: CargoTOML, strict_lints: bool) -> Iterable[str]:
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 188 pub(self) fn read(&mut self, offset: RegisterOffset) -> (bool, u32) { in read() 238 ) -> bool { in write() 311 fn loopback_tx(&mut self, value: registers::Data) -> bool { in loopback_tx() 333 fn loopback_mdmctrl(&mut self) -> bool { in loopback_mdmctrl() 379 fn loopback_break(&mut self, enable: bool) -> bool { in loopback_break() 420 pub fn fifo_enabled(&self) -> bool { in fifo_enabled() 425 pub fn loopback_enabled(&self) -> bool { in loopback_enabled() 439 pub fn put_fifo(&mut self, value: registers::Data) -> bool { in put_fifo()
|
/openbmc/openbmc-build-scripts/tools/ |
H A D | config-clang-tidy | 140 def disable(repo: str, check: str, drop: bool) -> str: 168 def _join(data: Dict[str, bool]) -> str: argument
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-branch.c | 61 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument 93 static int clk_branch_toggle(struct clk_hw *hw, bool en, in clk_branch_toggle() argument
|
/openbmc/qemu/rust/qemu-api/tests/ |
H A D | vmstate_tests.rs | 412 fn validate_food_0(&self, _version_id: u8) -> bool { in validate_food_0() 416 fn validate_food_1(_state: &FooD, _version_id: u8) -> bool { in validate_food_1() 421 fn validate_food_2(_state: &FooD, _version_id: u8) -> bool { in validate_food_2()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_off_action.hpp | 194 bool cancel(bool) override in cancel() argument 286 bool cancel(bool) override in cancel() argument
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 126 def add(self, s: str, metric: bool) -> None: 380 def build_c_string(self, metric: bool) -> str: 396 def to_c_string(self, metric: bool) -> str:
|