/device/google/cuttlefish/host/commands/modem_simulator/ |
D | pdu_parser.cpp | 171 ss << std::setfill('0') << std::setw(2) << std::hex << message_reference; in CreateStatuReport() 239 int PDUParser::Hex2ToByte(const std::string& hex) { in Hex2ToByte() argument 240 int hi = HexCharToInt(hex[0]); in Hex2ToByte() 241 int lo = HexCharToInt(hex[1]); in Hex2ToByte() 267 ss << std::hex << lo; in IntToHexStringTimeZoneDiff() 268 ss << std::hex << hi; in IntToHexStringTimeZoneDiff()
|
D | pdu_parser.h | 39 int Hex2ToByte(const std::string& hex);
|
D | command_parser.cpp | 76 ss << std::hex << std::uppercase << value; in GetNextStrDeciToHex()
|
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/ |
D | main.cpp | 77 PLOG(ERROR) << "write failed, type: 0x" << std::hex << std::setw(2) in forward() 164 << "0x" << std::hex << (unsigned)buf[0]; in main() 167 << "0x" << std::hex << (unsigned)buf[0] << " .. 0x" in main() 168 << std::hex << (unsigned)buf[bytes - 1]; in main()
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 60 os << vendor << ", " << std::hex << std::setw(6) << seqId; in operator <<() 62 os << "#" << std::hex << appId.id; in operator <<() 74 os << "; EVT=" << std::hex << evtId; in dumpBuffer() 76 os << "; EPT=" << std::hex << endpoint; in dumpBuffer() 77 os << "]:" << std::hex; in dumpBuffer()
|
/device/google/contexthub/contexthubhal/test/ |
D | main.cpp | 36 os << vendor << ", " << std::hex << std::setw(6) << seqId; in operator <<() 38 os << "#" << std::hex << appId.id; in operator <<() 49 os << "; EVT=" << std::hex << evtId; in dumpBuffer() 50 os << "]:" << std::hex; in dumpBuffer()
|
/device/google/contexthub/firmware/os/platform/stm32/misc/ |
D | showsizes.sh | 7 hex=$(nm $1 | grep -v "U" | grep "$2" |awk '{print "16#" $1 }') 8 echo $(($hex))
|
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/ |
D | usb_modeswitch.h | 59 int hex2byte(const char *hex); 60 int hexstr2bin(const char *hex, unsigned char *buffer, int len);
|
D | usb_modeswitch.c | 1997 int hex2byte(const char *hex) in hex2byte() argument 2000 a = hex2num(*hex++); in hex2byte() 2003 b = hex2num(*hex++); in hex2byte() 2010 int hexstr2bin(const char *hex, unsigned char *buffer, int len) in hexstr2bin() argument 2014 const char *ipos = hex; in hexstr2bin()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_keymaster_context.cpp | 604 std::string hex; in ToHexString() local 605 hex.reserve(binary.size() * 2); in ToHexString() 609 hex.append(buf); in ToHexString() 611 return hex; in ToHexString()
|
/device/google/cuttlefish/host/commands/cvd_send_sms/ |
D | pdu_format_builder.cc | 100 result << std::setfill('0') << std::setw(2) << std::hex in Gsm7bitEncode() 133 ss << std::setfill('0') << std::setw(2) << std::hex << number; in DecimalToHexString()
|
/device/google/trout/hal/vehicle/2.0/ |
D | DefaultVehicleHalServer.cpp | 60 << " prop 0x" << std::hex << cfg.prop << " area 0x" << std::hex << curArea; in storePropInitialValue()
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | vm_manager.cpp | 69 stream << std::setfill('0') << std::setw(2) << std::hex in ConfigureMultipleBootDevices()
|
/device/google/cuttlefish/host/frontend/adb_connector/ |
D | adb_connection_maintainer.cpp | 37 ss << std::setfill('0') << std::setw(4) << std::hex << user_message.size() in MakeMessage()
|
/device/google/sunfish/health/ |
D | Health.cpp | 94 ss << "ufs " << std::hex << value; in read_ufs_version()
|
/device/google/redbull/health/ |
D | Health.cpp | 103 ss << "ufs " << std::hex << value; in read_ufs_version()
|
/device/google/coral/health/ |
D | Health.cpp | 111 ss << "ufs " << std::hex << value; in read_ufs_version()
|
/device/google/gs101/health/ |
D | Health.cpp | 115 ss << "ufs " << std::hex << value; in read_ufs_version()
|
/device/google/gs201/health/ |
D | Health.cpp | 115 ss << "ufs " << std::hex << value; in read_ufs_version()
|
/device/google/zuma/health/ |
D | Health.cpp | 115 ss << "ufs " << std::hex << value; in read_ufs_version()
|
/device/google/zumapro/health/ |
D | Health.cpp | 115 ss << "ufs " << std::hex << value; in read_ufs_version()
|
/device/google/cuttlefish/common/libs/net/ |
D | netlink_request_test.cpp | 45 *result_listener << std::hex << +data[item] << " "; in Dump()
|
/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.cpp | 1422 ss << std::uppercase << std::setfill('0') << std::setw(2) << std::hex in dump() 1439 ss << std::uppercase << std::setfill('0') << std::setw(2) << std::hex in dump()
|
/device/sample/apps/tv/SetupCustomizationSample/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .File) throws java.lang.Exception
String hex
int i
java.io.File file
java. ... |
/device/sample/apps/tv/SetupValidation/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .File) throws java.lang.Exception
String hex
int i
java.io.File file
java. ... |