Searched defs:bool (Results 1 – 19 of 19) sorted by relevance
/scripts/ |
A 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:
|
A 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:
|
/scripts/west_commands/runners/ |
A D | minichlink.py | 19 erase: bool, 20 reset: bool, 21 dt_flash: bool, 22 terminal: bool,
|
A D | stm32cubeprogrammer.py | 43 use_elf: bool, 44 erase: bool,
|
A D | stlink_gdbserver.py | 122 swd: bool,
|
A D | nxp_s32dbg.py | 43 start_all_cores: bool,
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 189 require_description: bool = True, require_title: bool = False): 391 def _check(self, require_compatible: bool, require_description: bool, 392 require_title: bool): 1477 self, default_prop_types: bool = False, err_on_deprecated: bool = False 1514 err_on_deprecated: bool) -> None: 1555 err_on_deprecated: bool, 1998 default_prop_types: bool = True, 2002 werror: bool = False): 2657 check_required: bool = False): 2700 check_required: bool) -> bool: [all …]
|
A D | dtlib.py | 799 force: bool = False, base_dir: Optional[str] = None): 2093 signed: bool = False) -> int: 2113 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> list[int]:
|
/scripts/utils/ |
A 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:
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
A 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]:
|
/scripts/pylib/twister/twisterlib/ |
A D | testsuite.py | 42 has_registered_test_suites: bool = False, 43 has_run_registered_test_suites: bool = False, 44 has_test_main: bool = False,
|
A 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, 863 suite_name_check: bool = True, 1165 suite_name_check: bool = True,
|
A D | testinstance.py | 417 from_buildlog: bool = False, 418 generate_warning: bool = True
|
A D | size_calc.py | 103 generate_warning: bool = True):
|
A D | runner.py | 1791 def calc_size(instance: TestInstance, from_buildlog: bool):
|
/scripts/pylib/power-twister-harness/stm32l562e_dk/ |
A D | PowerShield.py | 51 def __send_command(self, command: str, expected_ack: str = None, ack: bool = False) -> str: 437 def measure(self, time: int, freq: str = None, reset: bool = False):
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
A D | shell.py | 54 self, command: str, timeout: float | None = None, print_output: bool = True
|
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/ |
A D | camera_controller.py | 54 def auto_focus(self, enable: bool):
|
/scripts/dts/python-devicetree/tests/ |
A D | test_edtlib_binding_init.py | 128 expect_req: bool = False,
|
Completed in 38 milliseconds