Searched defs:spec (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/ |
D | socket_spec.cpp | 67 bool parse_tcp_socket_spec(const std::string& spec, std::string* hostname, int* port, in parse_tcp_socket_spec() 118 bool is_socket_spec(const std::string& spec) { in is_socket_spec() 128 bool is_local_socket_spec(const std::string& spec) { in is_local_socket_spec() 144 int socket_spec_connect(const std::string& spec, std::string* error) { in socket_spec_connect() 189 int socket_spec_listen(const std::string& spec, std::string* error, int* resolved_tcp_port) { in socket_spec_listen()
|
D | file_sync_service.cpp | 363 static bool do_send(int s, const std::string& spec, std::vector<char>& buffer) { in do_send()
|
/system/chre/platform/linux/ |
D | system_timer.cc | 106 struct itimerspec spec = {}; in isActive() local 120 struct itimerspec spec = {}; in setInternal() local
|
/system/extras/verity/ |
D | Utils.java | 166 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/nvram/messages/include/nvram/messages/ |
D | proto.hpp | 337 constexpr auto spec = kFieldSpec; in EncodeMember() local 345 constexpr auto spec = kFieldSpec; in DecodeMember() local
|
/system/core/base/ |
D | logging.cpp | 282 std::string spec(specs[i]); in InitLogging() local
|