/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/libchrome/base/ |
D | cpu.h | 38 int family() const { return family_; } in family() 65 int family_; // family of the processor variable
|
D | cpu.cc | 34 family_(0), in CPU() 169 family_ = (cpu_info[0] >> 8) & 0xf; in Initialize()
|
/external/v8/src/base/ |
D | cpu.h | 41 int family() const { return family_; } in family() 121 int family_; variable
|
D | cpu.cc | 306 family_(0), in CPU() 363 family_ = (cpu_info[0] >> 8) & 0xf; in CPU() 381 if (family_ == 0x6) { in CPU()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 303 void Magick::Options::fontFamily(const std::string &family_) in fontFamily() argument 305 if (family_.length() == 0) in fontFamily() 312 Magick::CloneString(&_drawInfo->family,family_); in fontFamily() 313 (void) SetImageOption(imageInfo(),"family",family_.c_str()); in fontFamily()
|
D | Drawable.cpp | 816 Magick::DrawableFont::DrawableFont ( const std::string &family_, in DrawableFont() argument 821 _family(family_), in DrawableFont()
|
D | Image.cpp | 865 void Magick::Image::fontFamily(const std::string &family_) in fontFamily() argument 868 options()->fontFamily(family_); in fontFamily()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 121 void fontFamily(const std::string &family_);
|
D | Image.h | 258 void fontFamily(const std::string &family_);
|
D | Drawable.h | 1072 DrawableFont ( const std::string &family_,
|