Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/qemu/scripts/qapi/
H A Dcommands.py43 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 Dbackend.py23 unmask: bool,
24 builtins: bool,
25 gen_tracing: bool) -> None:
46 unmask: bool,
47 builtins: bool,
48 gen_tracing: bool) -> None:
H A Dintrospect.py97 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 Devents.py32 boxed: bool) -> str:
40 boxed: bool) -> str:
84 boxed: bool,
235 boxed: bool) -> None:
H A Dschema.py251 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 Dgen.py113 boxed: bool,
260 gen_tracing: bool = False):
334 def write(self, output_dir: str, opt_builtins: bool = False) -> None:
/openbmc/qemu/tests/qemu-iotests/
H A Dtestenv.py182 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 Diotests.py145 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 Dtestrunner.py106 casenotrun: str = '', interrupted: bool = False) -> None:
141 def __init__(self, env: TestEnv, tap: bool = False,
326 mp: bool = False) -> TestResult:
H A Dlinters.py62 suppress_output: bool = False,
/openbmc/qemu/python/scripts/
H A Dmkvenv.py378 system_site_packages: bool = False,
379 clear: bool = True,
380 symlinks: Optional[bool] = None,
381 with_pip: bool = True,
566 online: bool,
651 online: bool = False,
682 def _make_version_constraint(info: Dict[str, str], install: bool) -> str:
708 online: bool = False,
794 online: bool = False,
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py180 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 Dlegacy.py81 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 Dqmp_client.py469 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 Ddevice.rs154 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after()
171 const fn activating_bit(old: u64, new: u64, shift: usize) -> bool { in activating_bit()
176 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 Dmachine.py130 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 Dconsole_socket.py38 drain: bool = False):
128 def setblocking(self, value: bool) -> None:
/openbmc/openbmc-build-scripts/tools/
H A Dconfig-clang-tidy145 def disable(repo: str, check: str, drop: bool) -> str:
173 def _join(data: Dict[str, bool]) -> str: argument
197 repo: List[Dict[str, str]], option: str, drop: bool
/openbmc/qemu/scripts/
H A Dcompare-machine-types.py61 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/rust/hw/char/pl011/src/
H A Ddevice.rs195 pub(self) fn read(&mut self, offset: RegisterOffset) -> (bool, u32) { in read()
227 ) -> bool { in write()
311 fn write_data_register(&mut self, value: u32) -> bool { in write_data_register()
326 fn loopback_tx(&mut self, value: registers::Data) -> bool { in loopback_tx()
348 fn loopback_mdmctrl(&mut self) -> bool { in loopback_mdmctrl()
394 fn loopback_break(&mut self, enable: bool) -> bool { in loopback_break()
435 pub fn fifo_enabled(&self) -> bool { in fifo_enabled()
440 pub fn loopback_enabled(&self) -> bool { in loopback_enabled()
454 pub fn fifo_rx_put(&mut self, value: registers::Data) -> bool { in fifo_rx_put()
720 extern "C" fn pl011_clock_needed(opaque: *mut c_void) -> bool { in pl011_clock_needed()
/openbmc/qemu/scripts/rust/
H A Drustc_args.py71 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/qemu-api/tests/
H A Dvmstate_tests.rs170 fn validate_foob(_state: &FooB, _version_id: u8) -> bool { in validate_foob()
440 fn validate_food_0(&self, _version_id: u8) -> bool { in validate_food_0()
444 fn validate_food_1(_state: &FooD, _version_id: u8) -> bool { in validate_food_1()
449 fn validate_food_2(_state: &FooD, _version_id: u8) -> bool { in validate_food_2()
/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_action.hpp194 bool cancel(bool) override in cancel() argument
286 bool cancel(bool) override in cancel() argument
/openbmc/linux/tools/perf/pmu-events/
Djevents.py
/openbmc/pldm/requester/test/
H A Dmock_request.hpp23 bool /*verbose*/) : in MockRequest() argument

123