Home
last modified time | relevance | path

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

/scripts/
A Dgithub_helpers.py26 def get_github_credentials(ask: bool = True) -> Dict[str, str]:
76 def get_github_object(ask: bool = True) -> github.Github:
A Dsnippets.py51 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 Dminichlink.py19 erase: bool,
20 reset: bool,
21 dt_flash: bool,
22 terminal: bool,
A Dstm32cubeprogrammer.py43 use_elf: bool,
44 erase: bool,
A Dstlink_gdbserver.py122 swd: bool,
A Dnxp_s32dbg.py43 start_all_cores: bool,
/scripts/dts/python-devicetree/src/devicetree/
A Dedtlib.py189 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 Ddtlib.py799 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 Dpinctrl_nrf_migrate.py111 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 Ddevice_adapter.py137 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 Dtestsuite.py42 has_registered_test_suites: bool = False,
43 has_run_registered_test_suites: bool = False,
44 has_test_main: bool = False,
A Dhandlers.py73 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 Dtestinstance.py417 from_buildlog: bool = False,
418 generate_warning: bool = True
A Dsize_calc.py103 generate_warning: bool = True):
A Drunner.py1791 def calc_size(instance: TestInstance, from_buildlog: bool):
/scripts/pylib/power-twister-harness/stm32l562e_dk/
A DPowerShield.py51 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 Dshell.py54 self, command: str, timeout: float | None = None, print_output: bool = True
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/
A Dcamera_controller.py54 def auto_focus(self, enable: bool):
/scripts/dts/python-devicetree/tests/
A Dtest_edtlib_binding_init.py128 expect_req: bool = False,

Completed in 38 milliseconds