/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | InternetAddresses.cpp | 35 char repr[INET6_ADDRSTRLEN] = "\0"; in toString() local 42 inet_ntop(AF_INET, &v4, repr, sizeof(repr)); in toString() 47 inet_ntop(AF_INET6, &v6, repr, sizeof(repr)); in toString() 55 return StringPrintf("%s%%%u", repr, mData.scope_id); in toString() 58 return repr; in toString() 61 bool IPAddress::forString(const std::string& repr, IPAddress* ip) { in forString() argument 66 const int ret = getaddrinfo(repr.c_str(), nullptr, &hints, &res); in forString() 129 bool IPPrefix::forString(const std::string& repr, IPPrefix* prefix) { in forString() argument 130 size_t index = repr.find('/'); in forString() 135 if (!IPAddress::forString(repr.substr(0, index), &ip)) return false; in forString() [all …]
|
/packages/modules/Virtualization/libs/libfdt/src/ |
D | safe_types.rs | 37 #[repr(C)] 84 #[repr(transparent)] 129 #[repr(transparent)] 167 #[repr(transparent)] 200 #[repr(transparent)]
|
/packages/modules/Virtualization/libs/devicemapper/src/loopdevice/ |
D | sys.rs | 30 #[repr(C)] 39 #[repr(C)] 57 #[repr(transparent)]
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | InternetAddresses.h | 127 static bool forString(const std::string& repr, IPAddress* ip); 128 static IPAddress forString(const std::string& repr) { in forString() argument 130 if (!forString(repr, &ip)) return IPAddress(); in forString() 199 static bool forString(const std::string& repr, IPPrefix* prefix); 200 static IPPrefix forString(const std::string& repr) { in forString() argument 202 if (!forString(repr, &prefix)) return IPPrefix(); in forString() 257 static IPSockAddr toIPSockAddr(const std::string& repr, in_port_t port) { in toIPSockAddr() argument 258 return IPSockAddr(IPAddress::forString(repr), port); in toIPSockAddr()
|
/packages/modules/Virtualization/libs/devicemapper/src/ |
D | sys.rs | 25 #[repr(u16)] 47 #[repr(C)] 72 #[repr(transparent)]
|
/packages/modules/Bluetooth/system/types/ |
D | ble_address_with_type.h | 203 std::string repr = bluetooth::os::should_log_be_redacted() 206 return fmt::formatter<std::string>::format(repr, ctx); 214 std::string repr = bluetooth::os::should_log_be_redacted() 217 return fmt::formatter<std::string>::format(repr, ctx);
|
D | raw_address.h | 124 std::string repr = bluetooth::os::should_log_be_redacted() 127 return fmt::formatter<std::string>::format(repr, ctx);
|
/packages/modules/Bluetooth/system/rust/src/core/ |
D | address.rs | 4 #[repr(u8)] 15 #[repr(C)]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 22 #[repr(u32)] 35 #[repr(u32)] 67 #[repr(u32)] 88 #[repr(u32)] 102 #[repr(u32)] 124 #[repr(u32)] 137 #[repr(u32)] 146 #[repr(u32)] 190 #[repr(u32)] 203 #[repr(u32)] [all …]
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hfp.rs | 14 #[repr(u8)] 23 #[repr(u8)] 49 #[repr(u32)] 65 #[repr(u32)] 296 CallState { repr: 6_u8..=u8::MAX } => todo!(), in from()
|
D | hid_host.rs | 19 #[repr(u32)] 36 #[repr(u32)] 65 #[repr(u32)] 85 #[repr(u32)]
|
D | a2dp.rs | 14 #[repr(u32)] 29 #[repr(u32)] 43 #[repr(i32)] 72 #[repr(i32)]
|
D | hf_client.rs | 16 #[repr(u32)] 27 #[repr(u32)]
|
/packages/modules/Bluetooth/system/pdl/hci/include/hci/ |
D | address.h | 124 std::string repr = bluetooth::os::should_log_be_redacted() 127 return fmt::formatter<std::string>::format(repr, ctx);
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | address.h | 140 std::string repr = bluetooth::os::should_log_be_redacted() 143 return fmt::formatter<std::string>::format(repr, ctx);
|
D | address_with_type.h | 170 std::string repr = bluetooth::os::should_log_be_redacted() 173 return fmt::formatter<std::string>::format(repr, ctx);
|
/packages/modules/Virtualization/pvmfw/src/ |
D | instance.rs | 158 #[repr(C, packed)] 242 #[repr(C, packed)] 263 #[repr(C)]
|
D | config.rs | 28 #[repr(C, packed)] 147 #[repr(packed)] 154 #[repr(C, packed)]
|
D | bcc.rs | 137 #[repr(transparent)] 140 #[repr(transparent)]
|
/packages/modules/Virtualization/libs/apkverify/src/ |
D | algorithms.rs | 40 #[repr(u32)] 208 #[repr(u32)]
|
/packages/services/Car/tools/watchdog/parser/ |
D | carwatchdog_dump_parser.py | 197 list(map(repr, self.process_cpu_stats)) 361 list(map(repr, self.package_cpu_stats)) 369 list(map(repr, self.package_storage_io_read_stats)) 379 list(map(repr, self.package_storage_io_write_stats)) 427 collections_str = "\n ".join(list(map(repr, self.collections)))
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | uinput.rs | 68 #[repr(C, packed)] 82 #[repr(C, packed)] 118 #[repr(C, packed)]
|
D | socket.rs | 20 #[repr(u16)] 37 #[repr(C)] 253 #[repr(C)]
|
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/ |
D | acl_manager_test.py | 46 self.dut_acl_manager.initiate_connection(repr(cert_address)) 112 self.dut_acl_manager.initiate_connection(repr(cert_address))
|
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
D | stats.rs | 20 #[repr(C)]
|