Home
last modified time | relevance | path

Searched refs:decode (Results 26 – 50 of 88) sorted by relevance

1234

/Zephyr-latest/doc/_extensions/zephyr/
Dlink-roles.py40 return output.strip().decode("utf-8")
Dgh_utils.py211 .decode("utf-8")
/Zephyr-latest/scripts/
Dget_maintainer.py580 git_cmd_s, stdout.decode("utf-8"), stderr.decode("utf-8")))
582 return stdout.decode("utf-8").rstrip()
Dzephyr_module.py461 stdout = stdout.decode('utf-8')
482 stdout = stdout.decode('utf-8')
498 stdout = stdout.decode('utf-8')
514 stdout = stdout.decode('utf-8')
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dsize_calc.py211 is_xip_command, shell=True, stderr=subprocess.STDOUT).decode(
226 objdump_command, shell=True).decode("utf-8").splitlines()
Dhandlers.py226 line_decoded = self.line.decode('utf-8', "replace")
467 for sl in serial_line.decode('utf-8', 'ignore').splitlines(keepends=True):
538 logger.debug(stdout.decode())
773 logger.debug(stdout.decode(errors="ignore"))
780 dlog_fp.write(stderr.decode())
791 dlog_fp.write(stderr.decode())
987 c = in_fp.read(1).decode("utf-8")
1331 c = c.decode("utf-8")
/Zephyr-latest/scripts/west_commands/runners/
Ddfu.py107 output = output.decode(sys.getdefaultencoding())
Dnrfutil.py68 jout = json.loads(line.decode(sys.getdefaultencoding()))
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py61 return cp.stdout.decode("utf-8").rstrip()
227 output = ex.output.decode("utf-8")
411 self.error(ex.output.decode("utf-8"))
475 self.error(ex.output.decode("utf-8"))
1234 self.failure(ex.output.decode("utf-8"))
1283 output = ex.output.decode("utf-8")
1533 for line in ex.output.decode("utf-8").splitlines():
1665 output = ex.output.decode("utf-8")
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_decoder.c154 .decode = mmc56x3_decoder_decode,
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py126 stdout_decoded = stdout.decode(errors='ignore')
275 logger.debug(stdout.decode())
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst1 .. _sensor-read-and-decode:
86 then decode the sensor data. Examples speak loudly and so a sample showing how
/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst27 :c:func:`mipi_stp_decoder_sync_loss`. :c:func:`mipi_stp_decoder_decode` is used to decode the data.
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py169 return binascii.b2a_hex(value).decode()
373 psk = binascii.b2a_hex(passwd.encode()).decode()
380 psk = binascii.b2a_hex(bs_passwd.encode()).decode()
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_database.py302 sect['data_b64'] = encoded.decode('ascii')
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool_client.py86 rck = self.sock.recv(MAX_CMD_SZ).decode("utf-8")
/Zephyr-latest/samples/sensor/accel_polling/src/
Dmain.c109 decoder->decode(buf, (struct sensor_chan_spec) {SENSOR_CHAN_ACCEL_XYZ, 0}, in print_accels_stream()
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst99 :ref:`mipi_stp_decoder` to decode data and demultiplex messages. Messages are formatted to human
142 #. Capture and decode the logs.
144 …rom the specified UART port and use the provided dictionary databases to decode the logs into a hu…
177 decode data and send human-readable data over UART. Nordic specific driver for ETR buffer is
179 :ref:`mipi_stp_decoder` and above-mentioned demultiplexer to decode messages.
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py309 return die.attributes['DW_AT_name'].value.decode('ascii'), is_const
393 return str_maybe.decode(encoding)
/Zephyr-latest/scripts/west_commands/
Dbindesc.py262 decoded_data = data[:-1].decode('ascii')
304 header.decode('ascii')
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Darm_cortex_m.py117 pkt_str = pkt.decode("ascii")
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345_decoder.c264 .decode = adxl345_decoder_decode,
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py450 ret = self.value.decode("utf-8")[:-1] # Strip null
476 ret = self.value.decode("utf-8").split("\0")[:-1]
548 path = self.value.decode("utf-8")[:-1]
1689 filename = filename.decode("utf-8")
2072 return (b.decode("utf-8", "surrogateescape")
2075 .decode("utf-8", "backslashreplace"))
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_decoder.c290 .decode = adxl372_decoder_decode,
/Zephyr-latest/scripts/build/
Dgen_kobject_list.py164 filename = fileinfo.name.decode("utf-8")
165 filedir = includes[fileinfo.dir_index - 1].decode("utf-8")
376 return die.attributes["DW_AT_name"].value.decode("utf-8")

1234