/system/extras/verity/fec/tests/ |
D | fec.py | 48 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/ |
D | wifi_scan_result.cc | 32 wifiScanResultProto.ssid = {.funcs = {.decode = decodeString}, .arg = mSsid}; in WifiScanResult() 33 wifiScanResultProto.bssid = {.funcs = {.decode = decodeString}, in WifiScanResult()
|
/system/bt/tools/scripts/ |
D | yapf_checker.py | 48 files = subprocess.check_output(full_git_command).decode('utf-8').splitlines() 65 logging.error(result.stdout.decode('utf-8').strip())
|
/system/tools/mkbootimg/ |
D | unpack_bootimg.py | 181 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/ |
D | cert_security.py | 205 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/ |
D | see_helper.cc | 443 .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/ |
D | protobuflint.py | 35 output = output.decode()
|
/system/core/libsysutils/src/ |
D | NetlinkListener.cpp | 65 if (evt->decode(mBuffer, count, mFormat)) { in onDataAvailable()
|
/system/update_engine/scripts/update_payload/ |
D | update_metadata_pb2.py | 266 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 …]
|
D | common.py | 171 return base64.b64encode(digest).decode('utf-8')
|
/system/core/libsysutils/include/sysutils/ |
D | NetlinkEvent.h | 50 bool decode(char *buffer, int size, int format = NetlinkListener::NETLINK_FORMAT_ASCII);
|
/system/bt/embdrv/sbc/decoder/ |
D | Android.bp | 19 "srce/bitstream-decode.c",
|
/system/update_engine/scripts/ |
D | ota_stress_test.py | 85 ota_cmd, stderr=subprocess.STDOUT, timeout=timeout).decode()
|
/system/bt/embdrv/sbc/ |
D | BUILD.gn | 22 "decoder/srce/bitstream-decode.c",
|
/system/extras/verity/fec/ |
D | main.cpp | 214 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/ |
D | purgatorio.py | 225 entry_line += symbol._dso_name.decode('utf-8') + ':' 227 entry_line += symbol._symbol_name.decode('utf-8')
|
/system/chre/ |
D | Android.mk | 104 LOCAL_SRC_FILES += $(PIGWEED_TOKENIZER_DIR_RELPATH)/pw_tokenizer/decode.cc
|
/system/apex/tools/ |
D | apex_compression_tool.py | 135 root_digest = RunCommand(avbtool_cmd, True)[0].decode().split(': ')[1].strip()
|
/system/bt/gd/hci/cert/ |
D | le_acl_manager_test.py | 158 assertThat(dut_address_from_complete).isEqualTo(self.dut_address.decode()) 248 … self.dut_address.decode(), 1, [phy_scan_params]))
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 590 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/ |
D | test_channel.py | 110 print(self.receive_response().decode())
|
/system/libvintf/analyze_matrix/ |
D | hals_for_release.py | 122 return proc.stdout.decode().strip()
|
/system/bt/gd/cert/ |
D | py_hci.py | 168 remote_addr if isinstance(remote_addr, str) else remote_addr.decode('utf-8'),
|
/system/extras/verity/ |
D | Utils.java | 135 return Base64.decode(base64_der); in pemToDer()
|
/system/apex/tests/testdata/sharedlibs/build/ |
D | shared_libs_repack.py | 346 canned_fs_config = parse_fs_config(pb.canned_fs_config.decode('utf-8'))
|