Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 9 of 9) sorted by relevance

/system/core/adb/
Dsocket_spec.cpp74 bool parse_tcp_socket_spec(std::string_view spec, std::string* hostname, int* port, in parse_tcp_socket_spec()
127 bool is_socket_spec(std::string_view spec) { in is_socket_spec()
137 bool is_local_socket_spec(std::string_view spec) { in is_local_socket_spec()
263 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) { in socket_spec_listen()
/system/chre/platform/linux/
Dsystem_timer.cc106 struct itimerspec spec = {}; in isActive() local
120 struct itimerspec spec = {}; in setInternal() local
/system/extras/verity/
DUtils.java166 PKCS8EncodedKeySpec spec = decryptPrivateKey(der); in loadDERPrivateKey() local
226 ECPublicKeySpec spec = factory.getKeySpec(key, ECPublicKeySpec.class); in getSignatureAlgorithm() local
229 ECPrivateKeySpec spec = factory.getKeySpec(key, ECPrivateKeySpec.class); in getSignatureAlgorithm() local
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h124 struct dm_target_spec spec; member
/system/core/fs_mgr/libdm/
Ddm_target.cpp42 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&data[0]); in Serialize() local
Ddm.cpp328 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&buffer[cursor]); in GetTable() local
/system/nvram/messages/include/nvram/messages/
Dproto.hpp337 constexpr auto spec = kFieldSpec; in EncodeMember() local
345 constexpr auto spec = kFieldSpec; in DecodeMember() local
/system/core/adb/daemon/
Dfile_sync_service.cpp397 static bool do_send(int s, const std::string& spec, std::vector<char>& buffer) { in do_send()
/system/core/base/
Dlogging.cpp306 std::string spec(specs[i]); in InitLogging() local