HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 276 - 300 of 1602) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.h 75 unsigned family; member in struct:amdgpu_winsys
  /external/mtpd/
mtpd.h 71 void create_socket(int family, int type, char *server, char *port);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
tcp.hpp 72 /// Obtain an identifier for the protocol family.
73 int family() const function in class:asio::ip::tcp
130 // Construct with a specific family.
  /external/skia/src/ports/
SkFontMgr_android.cpp 148 explicit SkFontStyleSet_Android(const FontFamily& family, const Scanner& scanner,
151 if (family.fNames.count() > 0) {
152 cannonicalFamilyName = &family.fNames[0];
155 for (int i = 0; i < family.fFonts.count(); ++i) {
156 const FontFileInfo& fontFile = family.fFonts[i];
158 SkString pathName(family.fBasePath);
191 uint32_t variant = family.fVariant;
196 // The first specified family name overrides the family name found in the font.
198 // all of the specified family names in addition to the names found in the font
351 SkFontStyleSet_Android* family = fallbackNameToFamilyMap[i].styleSet; local
499 FontFamily& family = *families[i]; local
    [all...]
  /external/skqp/src/ports/
SkFontMgr_android.cpp 148 explicit SkFontStyleSet_Android(const FontFamily& family, const Scanner& scanner,
151 if (family.fNames.count() > 0) {
152 cannonicalFamilyName = &family.fNames[0];
155 for (int i = 0; i < family.fFonts.count(); ++i) {
156 const FontFileInfo& fontFile = family.fFonts[i];
158 SkString pathName(family.fBasePath);
191 uint32_t variant = family.fVariant;
196 // The first specified family name overrides the family name found in the font.
198 // all of the specified family names in addition to the names found in the font
351 SkFontStyleSet_Android* family = fallbackNameToFamilyMap[i].styleSet; local
499 FontFamily& family = *families[i]; local
    [all...]
  /external/strace/
rtnl_mdb.c 208 struct br_port_msg bpm = { .family = family };
209 size_t offset = sizeof(bpm.family);
212 PRINT_FIELD_XVAL("{", bpm, family, addrfams, "AF_???");
  /external/strace/tests/
nlattr_br_port_msg.c 50 .family = AF_UNIX,
59 ", seq=0, pid=0}, {family=AF_UNIX"
  /external/strace/tests-m32/
nlattr_br_port_msg.c 50 .family = AF_UNIX,
59 ", seq=0, pid=0}, {family=AF_UNIX"
  /external/strace/tests-mx32/
nlattr_br_port_msg.c 50 .family = AF_UNIX,
59 ", seq=0, pid=0}, {family=AF_UNIX"
  /external/syslinux/com32/hdt/
hdt-dump-cpu.c 38 add_hi(cpu.family);
  /external/webrtc/webrtc/base/
nethelpers.h 40 bool GetResolvedAddress(int family, SocketAddress* addr) const override;
physicalsocketserver.h 66 Socket* CreateSocket(int family, int type) override;
69 AsyncSocket* CreateAsyncSocket(int family, int type) override;
125 virtual bool Create(int family, int type);
194 bool Create(int family, int type) override;
proxyserver.cc 23 server_socket_(int_factory->CreateAsyncSocket(int_addr.family(),
26 ASSERT(int_addr.family() == AF_INET || int_addr.family() == AF_INET6);
47 AsyncSocket* ext_socket = ext_factory_->CreateAsyncSocket(ext_ip_.family(),
  /external/webrtc/webrtc/p2p/base/
teststunserver.h 26 thread->socketserver()->CreateAsyncSocket(addr.family(), SOCK_DGRAM);
  /kernel/tests/net/test/
xfrm.py 136 "family prefixlen_d prefixlen_s proto ifindex user")
160 "id family saddr reqid mode share optional aalgos ealgos calgos",
168 "sel id saddr lft curlft stats seq reqid family mode replay_window flags",
174 # Technically the family is a 16-bit field, but only a few families are in use,
178 "XfrmUsersaId", "!16sIBxBx", "daddr spi family proto")
223 family = AF_INET6 if ":" in addr else AF_INET
224 return inet_pton(family, addr)
238 def EmptySelector(family):
239 """A selector that matches all packets of the specified address family."""
240 return XfrmSelector(family=family
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/
caif_socket.h 108 * @family: Address family number, must be AF_CAIF.
109 * @u: Union of address data 'switched' by family.
111 * @u.at: Applies when family = CAIFPROTO_AT.
115 * @u.util: Applies when family = CAIFPROTO_UTIL
119 * @u.dgm: Applies when family = CAIFPROTO_DATAGRAM
125 * @u.rfm: Applies when family = CAIFPROTO_RFM
131 * @u.dbg: Applies when family = CAIFPROTO_DEBUG.
142 __kernel_sa_family_t family; member in struct:sockaddr_caif
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 19 __u8 family; member in struct:fib_rule_hdr
  /prebuilts/go/darwin-x86/src/net/
sockopt_linux.go 12 func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {
13 if family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW {
sockopt_solaris.go 12 func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {
13 if family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW {
sys_cloexec.go 20 func sysSocket(family, sotype, proto int) (int, error) {
23 s, err := socketFunc(family, sotype, proto)
  /prebuilts/go/linux-x86/src/net/
sockopt_linux.go 12 func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {
13 if family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW {
sockopt_solaris.go 12 func setDefaultSockopts(s, family, sotype int, ipv6only bool) error {
13 if family == syscall.AF_INET6 && sotype != syscall.SOCK_RAW {
sys_cloexec.go 20 func sysSocket(family, sotype, proto int) (int, error) {
23 s, err := socketFunc(family, sotype, proto)
  /external/autotest/client/deps/lansim/src/py/
tuntap_unittest.py 37 family, addr = tap.get_hwaddr()
38 self.assertEqual(family, 1) # Ethernet address
  /external/deqp/framework/delibs/decpp/
deSocket.cpp 58 void SocketAddress::setFamily (deSocketFamily family)
60 if (!deSocketAddress_setFamily(m_address, family))

Completed in 784 milliseconds

<<11121314151617181920>>