Searched defs:bool (Results 1 – 18 of 18) sorted by relevance
/Zephyr-Core-3.7.0/scripts/ |
D | github_helpers.py | 26 def get_github_credentials(ask: bool = True) -> Dict[str, str]: 76 def get_github_object(ask: bool = True) -> github.Github:
|
/Zephyr-Core-3.7.0/doc/_extensions/zephyr/ |
D | doxyrunner.py | 134 silent: bool, 135 fmt: bool = False, 238 def process_doxygen_output(line: str, silent: bool) -> None: 264 def run_doxygen(doxygen: str, doxyfile: str, silent: bool = False) -> None:
|
D | warnings_filter.py | 45 def __init__(self, expressions: List[str], silent: bool, name: str = "") -> None:
|
/Zephyr-Core-3.7.0/lib/libc/minimal/include/ |
D | stdbool.h | 13 #define bool _Bool macro
|
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 165 raw: Any = None, require_compatible: bool = True, 166 require_description: bool = True, 458 def _check(self, require_compatible: bool, require_description: bool): 1451 def _bus_node(self, support_fixed_partitions_on_any_bus: bool = True 1475 def _init_props(self, default_prop_types: bool = False, 1476 err_on_deprecated: bool = False) -> None: 1503 err_on_deprecated: bool) -> None: 1542 deprecated: bool, required: bool, 1545 err_on_deprecated: bool) -> PropertyValType: 1983 warn_reg_unit_address_mismatch: bool = True, [all …]
|
D | dtlib.py | 741 force: bool = False): 2008 signed: bool = False) -> int: 2028 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> List[int]:
|
/Zephyr-Core-3.7.0/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 111 needs_sleep: bool, 303 def fmt_states(device: str, indent: str, needs_sleep: bool) -> str: 635 def main(input_file: Path, no_backup: bool, skip_nrf_check: bool, header: str) -> None:
|
/Zephyr-Core-3.7.0/scripts/west_commands/runners/ |
D | stm32cubeprogrammer.py | 38 use_elf: bool, 39 erase: bool,
|
D | nxp_s32dbg.py | 47 start_all_cores: bool,
|
/Zephyr-Core-3.7.0/samples/subsys/zbus/remote_mock/ |
D | remote_mock.py | 32 def pub_start_measurement(ser, action: bool):
|
/Zephyr-Core-3.7.0/tests/net/lib/lwm2m/interop/pytest/ |
D | conftest.py | 37 def __init__(self, name: str, shell: Shell, registered: bool = False, bootstrap: bool = False):
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 135 def readline(self, timeout: float | None = None, print_output: bool = True) -> str: 156 print_output: bool = True, 195 def readlines(self, print_output: bool = True) -> list[str]:
|
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 41 has_registered_test_suites: bool = False, 42 has_run_registered_test_suites: bool = False, 43 has_test_main: bool = False,
|
D | testinstance.py | 323 …def calculate_sizes(self, from_buildlog: bool = False, generate_warning: bool = True) -> SizeCalcu…
|
D | size_calc.py | 103 generate_warning: bool = True):
|
D | runner.py | 1169 def calc_size(instance: TestInstance, from_buildlog: bool):
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 51 …def exec_command(self, command: str, timeout: float | None = None, print_output: bool = True) -> l…
|
/Zephyr-Core-3.7.0/tests/drivers/can/host/pytest/ |
D | can_shell.py | 111 def _add_filter(self, can_id: int, can_mask: int, extended: bool) -> None:
|