Home
last modified time | relevance | path

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

1234

/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 Dintrospect.py99 dict_value: bool = False) -> str:
174 def __init__(self, prefix: str, unmask: bool):
364 ret_type: Optional[QAPISchemaType], gen: bool,
365 success_response: bool, boxed: bool, allow_oob: bool,
366 allow_preconfig: bool, coroutine: bool) -> None:
383 boxed: bool) -> None:
392 opt_unmask: bool) -> None:
H A Dmain.py34 unmask: bool = False,
35 builtins: bool = False,
36 gen_tracing: bool = False) -> 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,
946 optional: bool,
1001 gen: bool,
1002 success_response: bool,
[all …]
H A Dgen.py112 boxed: bool,
259 gen_tracing: bool = False):
333 def write(self, output_dir: str, opt_builtins: bool = False) -> None:
H A Dvisit.py44 def gen_visit_decl(name: str, scalar: bool = False) -> str:
428 opt_builtins: bool) -> None:
H A Dcommon.py82 def c_name(name: str, protect: bool = True) -> str:
207 need_parens: bool) -> str:
/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs11 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 Dmkvenv.py322 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 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 D30081 def check_bitmap(self, bitmap_name_valid: bool) -> None:
92 def migrate(self, bitmap_name_valid: bool = True,
93 migration_success: bool = True) -> None:
H A Dlinters.py62 suppress_output: 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/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/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/linux/drivers/clk/qcom/
H A Dclk-branch.c61 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/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/
H A Djevents.py126 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:
/openbmc/pldm/requester/test/
H A Dmock_request.hpp23 bool /*verbose*/) : in MockRequest() argument

1234