| /Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ | 
| D | leshan.py | 22     def __init__(self, url: str):57     def get(self, path: str):
 65 …def put_raw(self, path: str, data: str | dict | None = None, headers: dict | None = None, params: …
 70     def put(self, path: str, data: str | dict, uri_options: str = ''):
 76     def post(self, path: str, data: str | dict | None = None):
 89     def delete_raw(self, path: str):
 94     def delete(self, endpoint: str, path: str):
 98     def execute(self, endpoint: str, path: str):
 102     def write(self, endpoint: str, path: str, value: bool | int | str):
 111     def write_attributes(self, endpoint: str, path: str, attributes: dict):
 [all …]
 
 | 
| D | test_lwm2m.py | 33 def test_LightweightM2M_1_1_int_102(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…47 def test_LightweightM2M_1_1_int_103(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
 58 def test_LightweightM2M_1_1_int_104(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
 66 def test_LightweightM2M_1_1_int_107(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
 82 def test_LightweightM2M_1_1_int_109(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str…
 90 def test_LightweightM2M_1_1_int_201(shell: Shell, leshan: Leshan, endpoint: str):
 118 def test_LightweightM2M_1_1_int_203(shell: Shell, leshan: Leshan, endpoint: str):
 126 def test_LightweightM2M_1_1_int_204(shell: Shell, leshan: Leshan, endpoint: str):
 134 def test_LightweightM2M_1_1_int_205(shell: Shell, leshan: Leshan, endpoint: str):
 152 def test_LightweightM2M_1_1_int_211(shell: Shell, leshan: Leshan, endpoint: str):
 [all …]
 
 | 
| D | test_portfolio.py | 27 …t_LightweightM2M_1_1_int_1630(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13: str):55 …t_LightweightM2M_1_1_int_1635(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13: str):
 
 | 
| D | test_blockwise.py | 25 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):46 def test_blockwise_2(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
 77 def test_blockwise_3(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
 109 def test_blockwise_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
 
 | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ | 
| D | utils.py | 15 def find_in_config(config_file: Path | str, config_key: str) -> str:28 def match_lines(output_lines: list[str], searched_lines: list[str]) -> None:
 34 def match_no_lines(output_lines: list[str], searched_lines: list[str]) -> None:
 
 | 
| /Zephyr-latest/scripts/utils/ | 
| D | pinctrl_nrf_migrate.py | 108         pattern: str,110         signals: Dict[str, str],  argument
 123     def __init__(self, signal: str, pin: int) -> None:
 147     def __init__(self, name: str, pins: List[PinConfiguration]) -> None:
 151     def add_signal_config(self, signal: str, config: PIN_CONFIG) -> None:
 160     def set_signal_pin(self, signal: str, pin: int) -> None:
 176     configs: List[DeviceConfiguration], input_file: Path, header: str
 242 def board_is_nrf(content: List[str]) -> bool:
 303 def fmt_states(device: str, indent: str, needs_sleep: bool) -> str:
 332 def insert_pinctrl_include(content: List[str], board: str) -> None:
 [all …]
 
 | 
| /Zephyr-latest/modules/mbedtls/ | 
| D | create_psa_files.py | 74 def parse_psa_symbols(input_file: str):84 def generate_kconfig_content(symbols: List[str]) -> str:
 97 def generate_header_content(symbols: List[str]) -> str:
 108 def generate_output_file(content: str, file_name: str):
 112 def check_file(content: str, file_name: str):
 
 | 
| /Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/ | 
| D | plugin_test.py | 28     import_path: str,29     class_name: str,
 30     device_type: str,
 32     twister_harness: str,
 
 | 
| /Zephyr-latest/doc/_extensions/zephyr/ | 
| D | doxyrunner.py | 81 def get_doxygen_option(doxyfile: str, option: str) -> list[str]:133     doxyfile: str,
 138     fmt_vars: dict[str, str] | None = None,
 198 def doxygen_input_has_changed(env: BuildEnvironment, name, doxyfile: str) -> bool:
 242 def process_doxygen_output(line: str, silent: bool) -> None:
 268 def run_doxygen(doxygen: str, doxyfile: str, silent: bool = False) -> None:
 295 def sync_doxygen(doxyfile: str, new: Path, prev: Path) -> None:
 
 | 
| D | link-roles.py | 62         name: str,63         rawtext: str,
 64         text: str,
 67         options: dict[str, Any] | None = None,
 68         content: Sequence[str] = (),
 
 | 
| D | gh_utils.py | 61 def get_page_prefix(app: Sphinx, pagename: str) -> str:92 def gh_link_get_url(app: Sphinx, pagename: str, mode: str = "blob") -> str | None:
 119 def gh_link_get_open_issue_url(app: Sphinx, pagename: str, sha1: str) -> str | None:
 
 | 
| /Zephyr-latest/scripts/dts/ | 
| D | gen_defines.py | 658 def string_macros(macro: str, val: str):672 def enum_macros(prop: edtlib.Property, macro: str):
 690 def array_macros(prop: edtlib.Property, macro: str):
 798 def phandle_macros(prop: edtlib.Property, macro: str) -> dict:
 838 def controller_and_data_macros(entry: edtlib.ControllerAndData, i: int, macro: str):
 973 def str2ident(s: str) -> str:
 979 def list2init(l: Iterable[str]) -> str:
 986     macro: str,
 987     val: str,
 989     deprecation_msg: Optional[str] = None,
 [all …]
 
 | 
| D | gen_edt.py | 90 def write_pickled_edt(edt: edtlib.EDT, out_file: str) -> None:105 def err(s: str) -> NoReturn:
 
 | 
| /Zephyr-latest/scripts/build/ | 
| D | gen_iter_sections.py | 14 def get_tagged_items(filepath: str, tag: str) -> list:19 def gen_ld(filepath: str, items: list, alignment: int):
 25 def gen_cmake(filepath: str, items: list, alignment: int):
 
 | 
| /Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/ | 
| D | test_stm.py | 48 def analyse_autoconf(filepath: str) -> None:67 def check_console_output(output: str, core: str) -> None:
 109 def check_benchmark_results(output: str, core: str, constraints: STMLimits) -> None:
 172     decoded_file_name: str = "output.txt",
 
 | 
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ | 
| D | size_calc.py | 100     def __init__(self, elf_filename: str,\101         extra_sections: list[str],\
 102         buildlog_filepath: str = '',\
 311     def _find_offset_of_last_pattern_occurrence(self, file_content: list[str]) -> int:
 337     def _get_lines_with_footprint(self, start_offset: int, file_content: list[str]) -> list[str]:
 359     def _clear_whitespaces_from_lines(self, text_lines: list[str]) -> list[str]:
 367     def _divide_text_lines_into_columns(self, text_lines: list[str]) -> list[list[str]]:
 389     def _unify_prefixes_on_all_values(self, data_lines: list[list[str]]) -> list[list[str]]:
 412     def _binary_prefix_converter(self, value: str) -> str:
 
 | 
| D | config_parser.py | 93     def __init__(self, filename: str, schema: dict[str, Any]) -> None:114     def _cast_value(self, value: Any, typestr: str) -> Any:
 150     def get_scenario(self, name: str) -> dict[str, Any]:
 
 | 
| /Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ | 
| D | edtlib.py | 95 def _compute_hash(path: str) -> str:172     def __init__(self, path: Optional[str], fname2path: dict[str, str],
 280     def _merge_includes(self, raw: dict, binding_path: Optional[str]) -> dict:
 347     def _load_raw(self, fname: str) -> dict:
 540     def __init__(self, name: str, binding: Binding):
 1509         name: str,
 1777             specifier_space: Optional[str]
 1856             basename: str
 1950                  dts: Optional[str],
 1951                  bindings_dirs: list[str],
 [all …]
 
 | 
| D | _private.py | 12                   prop_name: str, size: int, size_hint: str,
 | 
| /Zephyr-latest/subsys/bluetooth/common/ | 
| D | bt_str.c | 22 	static char str[129];  in bt_hex()  local40 	static char str[BT_ADDR_STR_LEN];  in bt_addr_str()  local
 49 	static char str[BT_ADDR_LE_STR_LEN];  in bt_addr_le_str()  local
 58 	static char str[BT_UUID_STR_LEN];  in bt_uuid_str()  local
 
 | 
| /Zephyr-latest/scripts/release/ | 
| D | list_devicetree_bindings_changes.py | 170 def get_vnd(compatible: str) -> str:283         common_props: Set[str]
 294         common_props: Set[str]
 305         common_props: Set[str]
 316         common_props: Set[str]
 327         common_props: Set[str]
 338         common_props: Set[str]
 347         common_props: Set[str],
 348         start_fn: Callable[[str], Any],
 349         end_fn: Callable[[str], Any],
 [all …]
 
 | 
| /Zephyr-latest/drivers/gnss/ | 
| D | gnss_parse.c | 20 int gnss_parse_dec_to_nano(const char *str, int64_t *nano)  in gnss_parse_dec_to_nano()102 int gnss_parse_dec_to_micro(const char *str, uint64_t *micro)  in gnss_parse_dec_to_micro()
 119 int gnss_parse_dec_to_milli(const char *str, int64_t *milli)  in gnss_parse_dec_to_milli()
 135 int gnss_parse_atoi(const char *str, uint8_t base, int32_t *integer)  in gnss_parse_atoi()
 
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | hash_function.h | 58 static inline uint32_t sys_hash32_identity(const void *str, size_t n)  in sys_hash32_identity()119 static inline uint32_t sys_hash32(const void *str, size_t n)  in sys_hash32()
 
 | 
| /Zephyr-latest/tests/boot/with_mcumgr/pytest/ | 
| D | utils.py | 14 def check_with_shell_command(shell: Shell, version: str, swap_type: str | None = None) -> None:21 def check_with_mcumgr_command(mcumgr: MCUmgr, version: str) -> None:
 
 | 
| /Zephyr-latest/scripts/west_commands/runners/ | 
| D | stm32cubeprogrammer.py | 34         port: str,38         download_modifiers: list[str],
 40         start_modifiers: list[str],
 46         tool_opt: list[str],
 243     def do_run(self, command: str, **kwargs):
 
 |