Searched defs:Path (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.4.0/doc/_extensions/zephyr/ |
D | external_content.py | 52 fname: Path, 53 basepath: Path, 56 dstpath: Optional[Path] = None,
|
D | doxyrunner.py | 65 def hash_file(file: Path) -> str: 133 outdir: Path, 291 def sync_doxygen(doxyfile: str, new: Path, prev: Path) -> None:
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/tests/device/ |
D | simulator_adapter_test.py | 28 device: NativeSimulatorAdapter, resources: Path 37 resources: Path, device: NativeSimulatorAdapter 59 resources: Path, device: NativeSimulatorAdapter 133 def test_if_unit_simulator_adapter_get_command_returns_proper_string(resources: Path) -> None:
|
D | hardware_adapter_test.py | 135 …er_and_device_log_correct_initialized_on_hardware(device: HardwareAdapter, tmp_path: Path) -> None: 145 def test_device_log_correct_error_handle(patched_popen, device: HardwareAdapter, tmp_path: Path) ->…
|
/Zephyr-Core-3.4.0/scripts/ |
D | snippets.py | 51 def process_data(self, pathobj: Path, snippet_data: dict): 239 def process_snippets_in(root_dir: Path, snippets: Snippets) -> None: 264 def load_snippet_yml(snippet_yml: Path) -> dict: 306 def write_cmake_out(snippets: Snippets, cmake_out: Path) -> None:
|
/Zephyr-Core-3.4.0/scripts/west_commands/fetchers/ |
D | core.py | 22 def fetch(self, url: str, path: Path):
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | plugin.py | 145 def _normalize_path(path: str | Path) -> str:
|
/Zephyr-Core-3.4.0/scripts/west_commands/runners/ |
D | trace32.py | 32 t32_cfg: Path, 138 cfg: Optional[Path] = None) -> List[str]:
|
D | stm32cubeprogrammer.py | 37 cli: Optional[Path],
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/log_files/ |
D | log_file.py | 21 def __init__(self, filename: str | Path) -> None:
|
/Zephyr-Core-3.4.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | fifo_handler.py | 19 def __init__(self, fifo: str | Path):
|
/Zephyr-Core-3.4.0/scripts/utils/ |
D | pinctrl_nrf_migrate.py | 176 configs: List[DeviceConfiguration], input_file: Path, header: str 635 def main(input_file: Path, no_backup: bool, skip_nrf_check: bool, header: str) -> None:
|
/Zephyr-Core-3.4.0/scripts/pylib/twister/twisterlib/ |
D | quarantine.py | 78 def load_data_from_yaml(cls, filename: str | Path) -> QuarantineData:
|