Searched defs:bool (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/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:
|
D | snippets.py | 51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool): 263 def process_snippets_in(root_dir: Path, snippets: Snippets, sysbuild: bool) -> None:
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | minichlink.py | 19 erase: bool, 20 reset: bool, 21 dt_flash: bool, 22 terminal: bool,
|
D | stm32cubeprogrammer.py | 40 use_elf: bool, 41 erase: bool,
|
D | nxp_s32dbg.py | 45 start_all_cores: bool,
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxyrunner.py | 133 silent: bool, 134 fmt: bool = False, 237 def process_doxygen_output(line: str, silent: bool) -> None: 263 def run_doxygen(doxygen: str, doxyfile: str, silent: bool = False) -> None:
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdbool.h | 13 #define bool _Bool macro
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 165 raw: Any = None, require_compatible: bool = True, 166 require_description: bool = True): 357 def _check(self, require_compatible: bool, require_description: bool): 1004 support_fixed_partitions_on_any_bus: bool = True, 1381 def _bus_node(self, support_fixed_partitions_on_any_bus: bool = True 1406 self, default_prop_types: bool = False, err_on_deprecated: bool = False 1417 def _init_props(self, default_prop_types: bool = False, 1418 err_on_deprecated: bool = False) -> None: 1443 err_on_deprecated: bool) -> None: 1484 err_on_deprecated: bool, [all …]
|
D | dtlib.py | 743 force: bool = False): 2010 signed: bool = False) -> int: 2030 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> List[int]:
|
/Zephyr-latest/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-latest/samples/subsys/zbus/remote_mock/ |
D | remote_mock.py | 33 def pub_start_measurement(ser, action: bool):
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | conftest.py | 37 def __init__(self, name: str, shell: Shell, registered: bool = False, bootstrap: bool = False):
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | device_adapter.py | 137 def readline(self, timeout: float | None = None, print_output: bool = True) -> str: 158 print_output: bool = True, 197 def readlines(self, print_output: bool = True) -> list[str]:
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 43 has_registered_test_suites: bool = False, 44 has_run_registered_test_suites: bool = False, 45 has_test_main: bool = False,
|
D | handlers.py | 73 generator_cmd: str | None = None, suite_name_check: bool = True): 187 suite_name_check: bool = True 395 suite_name_check: bool = True, 867 suite_name_check: bool = True, 1169 suite_name_check: bool = True,
|
D | testinstance.py | 375 from_buildlog: bool = False, 376 generate_warning: bool = True
|
D | size_calc.py | 103 generate_warning: bool = True):
|
D | runner.py | 1740 def calc_size(instance: TestInstance, from_buildlog: bool):
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 54 self, command: str, timeout: float | None = None, print_output: bool = True
|
/Zephyr-latest/tests/drivers/can/host/pytest/ |
D | can_shell.py | 111 def _add_filter(self, can_id: int, can_mask: int, extended: bool) -> None:
|