/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 | introspect.py | 99 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 D | main.py | 34 unmask: bool = False, 35 builtins: bool = False, 36 gen_tracing: bool = False) -> 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, 946 optional: bool, 1001 gen: bool, 1002 success_response: bool, [all …]
|
H A D | gen.py | 112 boxed: bool, 259 gen_tracing: bool = False): 333 def write(self, output_dir: str, opt_builtins: bool = False) -> None:
|
H A D | visit.py | 44 def gen_visit_decl(name: str, scalar: bool = False) -> str: 428 opt_builtins: bool) -> None:
|
H A D | common.py | 82 def c_name(name: str, protect: bool = True) -> str: 207 need_parens: bool) -> str:
|
/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:
|
H A D | 300 | 81 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 D | linters.py | 62 suppress_output: bool = False,
|
/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/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/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/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:
|
/openbmc/pldm/requester/test/ |
H A D | mock_request.hpp | 23 bool /*verbose*/) : in MockRequest() argument
|