Home
last modified time | relevance | path

Searched refs:encode (Results 26 – 50 of 57) sorted by relevance

123

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtestinstance.py155 hash_object = hashlib.md5(self.name.encode(), usedforsecurity=False)
156 random_str = f"{random.getrandbits(64)}".encode()
Dhandlers.py469 log_out_fp.write(strip_ansi_sequences(sl).encode('utf-8'))
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig99 allocation, it is used by zcbor to figure out how to encode map depending on its
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947-pinctrl.dtsi173 * we encode it manually
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py373 psk = binascii.b2a_hex(passwd.encode()).decode()
380 psk = binascii.b2a_hex(bs_passwd.encode()).decode()
/Zephyr-latest/doc/_extensions/zephyr/
Ddoxyrunner.py77 sha256 = hashlib.sha256(f.read().encode("utf-8"))
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1295 prop.value += self._unescape(tok.val.encode("utf-8")) + b"\0"
1596 val = self._unescape(match.group(tok_id).encode("utf-8"))
1721 filename = self._unescape(filename.encode("utf-8"))
1880 res += ref_node.path.encode("utf-8") + b'\0'
2108 .encode("utf-8", "surrogateescape")
Dedtlib.py98 hasher.update(path.encode())
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig161 to encode both.
/Zephyr-latest/soc/nuvoton/npcm/common/esiost/
Desiost.py169 anchor_hex = FW_HDR_ANCHOR.encode('ascii')
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig385 bool "Log allocations of encode buffers for block wise transfer"
388 The allocation of encode buffers can be tracked to analyse the usage and
390 the number of available encode buffers.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig92 to figure out how to encode map depending on its predicted size.
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py964 sock.send(text.encode())
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig202 to figure out how to encode map depending on its predicted size.
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py36 os.write(fd, dts.encode('utf-8'))
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2586 bt_att_encode_t encode, in gatt_req_alloc() argument
2601 req->encode = encode; in gatt_req_alloc()
2611 bt_att_encode_t encode, uint8_t op, size_t len, in gatt_req_send() argument
2624 req = gatt_req_alloc(func, params, encode, op, len); in gatt_req_send()
2639 err = encode(buf, len, params); in gatt_req_send()
DKconfig266 bool "Use snprintk to encode Bluetooth settings key strings"
270 When selected, Bluetooth settings will use snprintk to encode
273 function to encode the key string. The drawback is that if
Datt.c3273 if (!req->encode) { in att_req_retry()
3284 if (req->encode(buf, req->len, req->user_data)) { in att_req_retry()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c951 SHELL_CMD_ARG(encode, NULL, "<Major> <Minor> <Rev> <BuildNum> <Size> "
/Zephyr-latest/doc/build/dts/
Dphandles.rst233 Devicetree nodes encode the number of cells that must appear in a specifier, by
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py778 os.write(shell_client_port, output.encode("utf-8"))
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py300 return_value=(p_out.encode(sys.getdefaultencoding()), None)
434 return_value=(p_out.encode(sys.getdefaultencoding()), None)
/Zephyr-latest/doc/build/dts/api/
Dapi.rst266 compatible used to encode information about flash memory partitions in the
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py1130 s = s.encode("utf-8", "ignore")
/Zephyr-latest/
D.ruff-excludes.toml749 "UP012", # https://docs.astral.sh/ruff/rules/unnecessary-encode-utf8
847 "UP012", # https://docs.astral.sh/ruff/rules/unnecessary-encode-utf8
1061 "UP012", # https://docs.astral.sh/ruff/rules/unnecessary-encode-utf8
1325 "UP012", # https://docs.astral.sh/ruff/rules/unnecessary-encode-utf8

123