Home
last modified time | relevance | path

Searched refs:repr (Results 1 – 25 of 63) sorted by relevance

123

/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DInternetAddresses.cpp35 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/
Dsafe_types.rs37 #[repr(C)]
84 #[repr(transparent)]
129 #[repr(transparent)]
167 #[repr(transparent)]
200 #[repr(transparent)]
/packages/modules/Virtualization/libs/devicemapper/src/loopdevice/
Dsys.rs30 #[repr(C)]
39 #[repr(C)]
57 #[repr(transparent)]
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DInternetAddresses.h127 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/
Dsys.rs25 #[repr(u16)]
47 #[repr(C)]
72 #[repr(transparent)]
/packages/modules/Bluetooth/system/types/
Dble_address_with_type.h203 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);
Draw_address.h124 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/
Daddress.rs4 #[repr(u8)]
15 #[repr(C)]
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs22 #[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/
Dhfp.rs14 #[repr(u8)]
23 #[repr(u8)]
49 #[repr(u32)]
65 #[repr(u32)]
296 CallState { repr: 6_u8..=u8::MAX } => todo!(), in from()
Dhid_host.rs19 #[repr(u32)]
36 #[repr(u32)]
65 #[repr(u32)]
85 #[repr(u32)]
Da2dp.rs14 #[repr(u32)]
29 #[repr(u32)]
43 #[repr(i32)]
72 #[repr(i32)]
Dhf_client.rs16 #[repr(u32)]
27 #[repr(u32)]
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Daddress.h124 std::string repr = bluetooth::os::should_log_be_redacted()
127 return fmt::formatter<std::string>::format(repr, ctx);
/packages/modules/Bluetooth/system/gd/hci/
Daddress.h140 std::string repr = bluetooth::os::should_log_be_redacted()
143 return fmt::formatter<std::string>::format(repr, ctx);
Daddress_with_type.h170 std::string repr = bluetooth::os::should_log_be_redacted()
173 return fmt::formatter<std::string>::format(repr, ctx);
/packages/modules/Virtualization/pvmfw/src/
Dinstance.rs158 #[repr(C, packed)]
242 #[repr(C, packed)]
263 #[repr(C)]
Dconfig.rs28 #[repr(C, packed)]
147 #[repr(packed)]
154 #[repr(C, packed)]
Dbcc.rs137 #[repr(transparent)]
140 #[repr(transparent)]
/packages/modules/Virtualization/libs/apkverify/src/
Dalgorithms.rs40 #[repr(u32)]
208 #[repr(u32)]
/packages/services/Car/tools/watchdog/parser/
Dcarwatchdog_dump_parser.py197 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/
Duinput.rs68 #[repr(C, packed)]
82 #[repr(C, packed)]
118 #[repr(C, packed)]
Dsocket.rs20 #[repr(u16)]
37 #[repr(C)]
253 #[repr(C)]
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dacl_manager_test.py46 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/
Dstats.rs20 #[repr(C)]

123