Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 34) sorted by relevance

12

/system/extras/verity/fec/tests/
Dfec.py48 def decode(image, fec, output): function
73 if decode(temp_cor.name, temp_fec.name, temp_out.name) != 0:
83 if decode(temp_cor.name, temp_fec.name, temp_out.name) == 0:
/system/chre/apps/test/common/chre_cross_validator_wifi/src/
Dwifi_scan_result.cc32 wifiScanResultProto.ssid = {.funcs = {.decode = decodeString}, .arg = mSsid}; in WifiScanResult()
33 wifiScanResultProto.bssid = {.funcs = {.decode = decodeString}, in WifiScanResult()
/system/bt/tools/scripts/
Dyapf_checker.py48 files = subprocess.check_output(full_git_command).decode('utf-8').splitlines()
65 logging.error(result.stdout.decode('utf-8').strip())
/system/tools/mkbootimg/
Dunpack_bootimg.py181 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode()
209 args.boot_img.read(16))[0].decode())
210 info.cmdline = cstr(unpack('512s', args.boot_img.read(512))[0].decode())
213 args.boot_img.read(1024))[0].decode())
216 args.boot_img.read(1536))[0].decode())
376 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode()
382 info.cmdline = cstr(unpack('2048s', args.boot_img.read(2048))[0].decode())
384 info.product_name = cstr(unpack('16s', args.boot_img.read(16))[0].decode())
421 args.boot_img.read(VENDOR_RAMDISK_NAME_SIZE))[0].decode())
471 boot_magic = unpack('8s', args.boot_img.read(8))[0].decode()
/system/bt/gd/security/cert/
Dcert_security.py205 peer = address.decode('utf-8')
245 logging.info("Cert: Send user input PIN %s for %s" % (pin.decode(), address))
246 peer = address.decode('utf-8')
290 address.decode('utf8'), self._io_caps, oob_data_present, self._auth_reqs), True)
299 …self._enqueue_hci_command(hci_packets.LinkKeyRequestNegativeReplyBuilder(dut_address.decode('utf8'…
306 …ueue_hci_command(hci_packets.UserConfirmationRequestReplyBuilder(dut_address.decode('utf8')), True)
314 … hci_packets.UserConfirmationRequestNegativeReplyBuilder(dut_address.decode('utf8')), True)
/system/chre/platform/slpi/see/
Dsee_helper.cc443 .data_type.funcs.decode = decodeStringField, in decodeSnsSuidEvent()
445 .suid.funcs.decode = decodeSnsSuidEventSuid, in decodeSnsSuidEvent()
581 data->value.str.funcs.decode = decodeStringField; in decodeSnsStdAttrValue()
583 data->value.subtype.values.funcs.decode = decodeSnsStdAttrValue; in decodeSnsStdAttrValue()
633 data->attr.value.values.funcs.decode = decodeSnsStdAttrValue; in decodeSnsStrAttr()
688 data->event.attributes.funcs.decode = decodeSnsStrAttr; in decodeSnsStdAttrEvent()
944 .operation_mode.funcs.decode = decodeStringField, in decodeSnsStdSensorPhysicalConfigEvent()
988 .data.funcs.decode = decodeFloatData, in decodeSnsStdSensorEvent()
1056 .bias.funcs.decode = decodeFloatData, in decodeSnsCalEvent()
1058 .scale_factor.funcs.decode = decodeFloatData, in decodeSnsCalEvent()
[all …]
/system/update_engine/
Dprotobuflint.py35 output = output.decode()
/system/core/libsysutils/src/
DNetlinkListener.cpp65 if (evt->decode(mBuffer, count, mFormat)) { in onDataAvailable()
/system/update_engine/scripts/update_payload/
Dupdate_metadata_pb2.py266 has_default_value=False, default_value=_b("").decode('utf-8'),
273 has_default_value=False, default_value=_b("").decode('utf-8'),
280 has_default_value=False, default_value=_b("").decode('utf-8'),
287 has_default_value=False, default_value=_b("").decode('utf-8'),
294 has_default_value=False, default_value=_b("").decode('utf-8'),
301 has_default_value=False, default_value=_b("").decode('utf-8'),
466 has_default_value=False, default_value=_b("").decode('utf-8'),
480 has_default_value=False, default_value=_b("").decode('utf-8'),
487 has_default_value=False, default_value=_b("").decode('utf-8'),
543 has_default_value=False, default_value=_b("").decode('utf-8'),
[all …]
Dcommon.py171 return base64.b64encode(digest).decode('utf-8')
/system/core/libsysutils/include/sysutils/
DNetlinkEvent.h50 bool decode(char *buffer, int size, int format = NetlinkListener::NETLINK_FORMAT_ASCII);
/system/bt/embdrv/sbc/decoder/
DAndroid.bp19 "srce/bitstream-decode.c",
/system/update_engine/scripts/
Dota_stress_test.py85 ota_cmd, stderr=subprocess.STDOUT, timeout=timeout).decode()
/system/bt/embdrv/sbc/
DBUILD.gn22 "decoder/srce/bitstream-decode.c",
/system/extras/verity/fec/
Dmain.cpp214 static int decode(image& ctx, const std::vector<std::string>& inp_filenames, in decode() function
405 return decode(ctx, inp_filenames, fec_filename, out_filename); in main()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py225 entry_line += symbol._dso_name.decode('utf-8') + ':'
227 entry_line += symbol._symbol_name.decode('utf-8')
/system/chre/
DAndroid.mk104 LOCAL_SRC_FILES += $(PIGWEED_TOKENIZER_DIR_RELPATH)/pw_tokenizer/decode.cc
/system/apex/tools/
Dapex_compression_tool.py135 root_digest = RunCommand(avbtool_cmd, True)[0].decode().split(': ')[1].strip()
/system/bt/gd/hci/cert/
Dle_acl_manager_test.py158 assertThat(dut_address_from_complete).isEqualTo(self.dut_address.decode())
248 … self.dut_address.decode(), 1, [phy_scan_params]))
/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py590 line = line.decode('utf-8', 'ignore').lstrip().rstrip()
654 line = process.stdout.readline().decode('utf-8', 'ignore')
697 line = line.decode('utf-8', 'ignore')
756 current_devices = subprocess.check_output("adb devices", shell=True).decode('utf-8', 'ignore')
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py110 print(self.receive_response().decode())
/system/libvintf/analyze_matrix/
Dhals_for_release.py122 return proc.stdout.decode().strip()
/system/bt/gd/cert/
Dpy_hci.py168 remote_addr if isinstance(remote_addr, str) else remote_addr.decode('utf-8'),
/system/extras/verity/
DUtils.java135 return Base64.decode(base64_der); in pemToDer()
/system/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py346 canned_fs_config = parse_fs_config(pb.canned_fs_config.decode('utf-8'))

12