/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
D | tcp.hpp | 75 return family_; in family() 120 return p1.family_ == p2.family_; in operator ==() 126 return p1.family_ != p2.family_; in operator !=() 132 : family_(protocol_family) in tcp() 136 int family_; member in asio::ip::tcp
|
/external/webrtc/webrtc/base/ |
D | ipaddress.cc | 50 if (family_ == AF_INET) { in v4AddressAsHostOrderInteger() 62 switch (family_) { in Size() 73 if (family_ != other.family_) { in operator ==() 76 if (family_ == AF_INET) { in operator ==() 79 if (family_ == AF_INET6) { in operator ==() 82 return family_ == AF_UNSPEC; in operator ==() 95 if (family_ != other.family_) { in operator <() 96 if (family_ == AF_UNSPEC) { in operator <() 99 if (family_ == AF_INET && other.family_ == AF_INET6) { in operator <() 105 switch (family_) { in operator <() [all …]
|
D | ipaddress.h | 52 IPAddress() : family_(AF_UNSPEC) { in IPAddress() 56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() 61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { in IPAddress() 65 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() 70 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() 77 family_ = other.family_; 88 int family() const { return family_; } in family() 116 int family_;
|
D | sslsocketfactory.cc | 31 : AsyncSocketAdapter(NULL), factory_(factory), family_(family), in ProxySocketAdapter() 81 Attach(factory_->CreateProxySocket(detect_->proxy(), family_, type_)); in OnProxyDetectionComplete() 92 int family_; member in rtc::ProxySocketAdapter
|
D | natsocketfactory.cc | 73 : sf_(sf), family_(family), type_(type), connected_(false), in NATSocket() 96 socket_ = sf_->CreateInternalSocket(family_, type_, addr, &server_addr_); in Bind() 292 int family_; member in rtc::NATSocket
|
/external/parameter-framework/asio-1.10.6/include/asio/generic/ |
D | stream_protocol.hpp | 52 : family_(address_family), in stream_protocol() 63 : family_(source_protocol.family()), in stream_protocol() 88 return family_; in family() 94 return p1.family_ == p2.family_ && p1.protocol_ == p2.protocol_; in operator ==() 111 int family_; member in asio::generic::stream_protocol
|
/external/strace/tests-m32/ |
D | nlattr_ifla_af_spec.c | 65 #define AF_SPEC_FUNCS(family_) \ argument 67 init_##family_##_msg(struct nlmsghdr *const nlh, \ 77 .nla_type = family_, \ 82 print_##family_##_msg(const unsigned int msg_len) \ 85 printf(", {{nla_len=%u, nla_type=" #family_ "}", \
|
D | netlink_sock_diag.c | 52 family_, type_, flags_, \ argument 57 uint8_t family = (family_); \ 62 printf("{family=%s}", #family_)); \
|
/external/strace/tests/ |
D | nlattr_ifla_af_spec.c | 65 #define AF_SPEC_FUNCS(family_) \ argument 67 init_##family_##_msg(struct nlmsghdr *const nlh, \ 77 .nla_type = family_, \ 82 print_##family_##_msg(const unsigned int msg_len) \ 85 printf(", {{nla_len=%u, nla_type=" #family_ "}", \
|
D | netlink_sock_diag.c | 52 family_, type_, flags_, \ argument 57 uint8_t family = (family_); \ 62 printf("{family=%s}", #family_)); \
|
/external/strace/tests-mx32/ |
D | nlattr_ifla_af_spec.c | 65 #define AF_SPEC_FUNCS(family_) \ argument 67 init_##family_##_msg(struct nlmsghdr *const nlh, \ 77 .nla_type = family_, \ 82 print_##family_##_msg(const unsigned int msg_len) \ 85 printf(", {{nla_len=%u, nla_type=" #family_ "}", \
|
D | netlink_sock_diag.c | 52 family_, type_, flags_, \ argument 57 uint8_t family = (family_); \ 62 printf("{family=%s}", #family_)); \
|
/external/libchrome/base/ |
D | cpu.h | 37 int family() const { return family_; } in family() 65 int family_; // family of the processor variable
|
D | cpu.cc | 34 family_(0), in CPU() 166 family_ = (cpu_info[0] >> 8) & 0xf; in Initialize()
|
/external/v8/src/base/ |
D | cpu.h | 41 int family() const { return family_; } in family() 124 int family_; variable
|
D | cpu.cc | 406 family_(0), in CPU() 472 family_ = (cpu_info[0] >> 8) & 0xF; in CPU() 490 if (family_ == 0x6) { in CPU()
|
/external/tensorflow/tensorflow/core/platform/ |
D | cpu_info.cc | 133 cpuid->family_ = static_cast<int>((eax >> 8) & 0xf); in Initialize() 256 int family() const { return family_; } in family() 298 int family_; member in tensorflow::port::__anonc66508130111::CPUIDInfo
|
/external/perfetto/include/perfetto/ext/base/ |
D | unix_socket.h | 78 SockFamily family() const { return family_; } in family() 110 SockFamily family_ = SockFamily::kUnix; variable
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 307 void Magick::Options::fontFamily(const std::string &family_) in fontFamily() argument 309 if (family_.length() == 0) in fontFamily() 316 Magick::CloneString(&_drawInfo->family,family_); in fontFamily() 317 (void) SetImageOption(imageInfo(),"family",family_.c_str()); in fontFamily()
|
D | Drawable.cpp | 785 Magick::DrawableFont::DrawableFont ( const std::string &family_, in DrawableFont() argument 790 _family(family_), in DrawableFont()
|
D | Image.cpp | 861 void Magick::Image::fontFamily(const std::string &family_) in fontFamily() argument 864 options()->fontFamily(family_); in fontFamily()
|
/external/perfetto/src/base/ |
D | unix_socket.cc | 209 : fd_(std::move(fd)), family_(family), type_(type) { in UnixSocketRaw() 255 SockaddrAny addr = MakeSockAddr(family_, socket_name); in Bind() 275 SockaddrAny addr = MakeSockAddr(family_, socket_name); in Connect()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 121 void fontFamily(const std::string &family_);
|
D | Image.h | 255 void fontFamily(const std::string &family_);
|
D | Drawable.h | 1057 DrawableFont ( const std::string &family_,
|