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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/net/internal/socktest/
switch_unix.go 24 func (sw *Switch) addLocked(s, family, sotype, proto int) *Status {
26 so := Status{Cookie: cookie(family, sotype, proto)}
switch_windows.go 24 func (sw *Switch) addLocked(s syscall.Handle, family, sotype, proto int) *Status {
26 so := Status{Cookie: cookie(family, sotype, proto)}
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.c 205 #define CHIPSET(pci_id, name, cfamily) case pci_id: ws->info.family = CHIP_##cfamily; break;
214 if (ws->info.family >= CHIP_TONGA)
216 else if (ws->info.family >= CHIP_BONAIRE)
218 else if (ws->info.family >= CHIP_TAHITI)
221 fprintf(stderr, "amdgpu: Unknown family.\n");
233 /* family and rev_id are for addrlib */
234 switch (ws->info.family) {
236 ws->family = FAMILY_SI;
240 ws->family = FAMILY_SI;
244 ws->family = FAMILY_SI
    [all...]
  /external/python/cpython3/Lib/
socket.py 71 # where needed (e.g. .family property of a socket object).
98 """Convert a numeric family value to an IntEnum member.
139 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None):
140 # For user code address family and type values are IntEnum members, but
144 _socket.socket.__init__(self, family, type, proto, fileno)
160 s = "<%s.%s%s fd=%i, family=%s, type=%s, proto=%i" \
165 self.family,
194 sock = self.__class__(self.family, self.type, self.proto, fileno=fd)
210 sock = socket(self.family, type, self.proto, fileno=fd)
430 def family(self) member in class:socket
    [all...]
  /external/webrtc/webrtc/base/
natsocketfactory.cc 26 int family = ip.family(); local
28 buf[1] = family;
31 if (family == AF_INET) {
36 } else if (family == AF_INET6) {
52 int family = buf[1]; local
55 if (family == AF_INET) {
59 } else if (family == AF_INET6) {
72 explicit NATSocket(NATInternalSocketFactory* sf, int family, int type)
73 : sf_(sf), family_(family), type_(type), connected_(false)
    [all...]
macsocketserver.h 33 Socket* CreateSocket(int family, int type) override;
36 AsyncSocket* CreateAsyncSocket(int family, int type) override;
  /external/libnl/lib/
addr.c 201 * @arg family Address family
216 struct nl_addr *nl_addr_build(int family, void *buf, size_t size)
224 addr->a_family = family;
237 * @arg family Address family.
245 * nl_addr_build(family, nla_data(nla), nla_len(nla));
255 struct nl_addr *nl_addr_alloc_attr(struct nlattr *nla, int family)
257 return nl_addr_build(family, nla_data(nla), nla_len(nla));
263 * @arg hint Address family hint or AF_UNSPEC
293 int err, copy = 0, len = 0, family = AF_UNSPEC; local
    [all...]
  /external/ImageMagick/MagickCore/
type.c 117 " <type stealth=\"True\" name=\"fixed\" family=\"helvetica\"/>"
118 " <type stealth=\"True\" name=\"helvetica\" family=\"helvetica\"/>"
180 if (p->family != (char *) NULL)
181 p->family=DestroyString(p->family);
318 % GetTypeInfoByFamily() searches the type list for the specified family and if
325 % const TypeInfo *GetTypeInfoByFamily(const char *family,
331 % o family: the type family.
343 MagickExport const TypeInfo *GetTypeInfoByFamily(const char *family,
742 *family, local
943 *family, local
    [all...]
  /system/netd/server/
SockDiag.cpp 95 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint8_t extensions, uint32_t states,
106 .sdiag_family = family,
128 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states) {
132 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov));
135 int SockDiag::sendDumpRequest(uint8_t proto, uint8_t family, const char *addrstr) {
152 if (res->ai_family == AF_INET && family == AF_INET) {
156 } else if (res->ai_family == AF_INET && family == AF_INET6) {
161 } else if (res->ai_family == AF_INET6 && family == AF_INET6) {
187 family,
203 return sendDumpRequest(proto, family, 0, states, iov, ARRAY_SIZE(iov))
    [all...]
InterfaceController.h 48 // /proc/sys/net/<family>/<which>/<interface>/<parameter>
50 const char *family, const char *which, const char *interface, const char *parameter,
53 const char *family, const char *which, const char *interface, const char *parameter,
  /external/adhd/scripts/volume_tuning/
volume.css 7 font-family: sans-serif;
  /external/autotest/client/site_tests/network_ChromeCellularNetworkPresent/
network_ChromeCellularNetworkPresent.py 21 def run_once(self, family):
24 {'family' : family}):
  /external/freetype/src/truetype/
ttsubpix.h 77 const FT_String* family,
86 const FT_String* family,
  /external/ltp/testcases/network/stress/ns-tools/
ns-mcast_join.c 66 sa_family_t family; /* protocol family */ variable
103 "\t-f num\tprotocol family\n"
181 family = PF_INET; /* IPv4 */
184 family = PF_INET6; /* IPv6 */
188 "protocol family should be 4 or 6.\n");
312 sock_array[idx] = socket(family, SOCK_DGRAM, IPPROTO_UDP);
345 switch (family) {
366 maddr_info = get_maddrinfo(family, maddr, NULL);
442 sd = socket(family, SOCK_DGRAM, IPPROTO_UDP)
    [all...]
  /external/ltp/utils/sctp/lib/
addrs.c 135 sctp_getaddrlen(sa_family_t family)
141 switch(family) {
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 54 const char* family) override {
60 family, &iExact);
63 void* GetFont(const char* family) override {
66 return m_pInfo->GetFont(m_pInfo, family);
147 const char* family,
151 pitch_family, family);
154 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) {
156 return pDefault->m_pFontInfo->GetFont(family);
  /external/syslinux/gpxe/src/util/
parserom.pl 15 ( my $family, my $driver_name ) = ( $source =~ /^(.*?([^\/]+))\..$/ )
26 print "# NIC\tfamily\t$family\n";
  /external/tensorflow/tensorflow/python/ops/
summary_ops.py 38 family=None,
53 family: Optional; if provided, used as the prefix of the summary tag,
76 name, family, values=[tensor]) as (tag, scope):
  /frameworks/base/tools/split-select/
Abi.cpp 44 Family getFamily(Variant variant) {
62 const Vector<Variant>& getVariants(Family family) {
63 switch (family) {
SplitDescription.cpp 42 abi::Family family = abi::getFamily(abi); local
43 abi::Family oFamily = abi::getFamily(o.abi);
44 if (family != oFamily) {
45 return family != abi::Family_none;
57 abi::Family family = abi::getFamily(abi); local
58 abi::Family oFamily = abi::getFamily(o.abi);
59 if (family != oFamily) {
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
TypefaceCompatApi28Impl.java 49 protected Typeface createFromFamiliesWithDefault(Object family) {
52 Array.set(familyArray, 0, family);
  /external/iproute2/ip/
ipneigh.c 33 int family; member in struct:__anon22160
160 if (!dev_ok || !dst_ok || dst.family == AF_UNSPEC) {
164 req.ndm.ndm_family = dst.family;
218 if (filter.family && filter.family != r->ndm_family)
239 if (filter.pfx.family) {
240 inet_prefix dst = { .family = r->ndm_family };
356 if (!filter.family)
357 filter.family = preferred_family;
422 get_prefix(&filter.pfx, *argv, filter.family);
    [all...]
  /external/python/cpython3/Lib/test/
mock_socket.py 38 def __init__(self, family=None):
40 self.family = family
111 def socket(family=None, type=None, proto=None):
112 return MockSocket(family)
  /external/selinux/libsepol/cil/test/unit/
test_cil_post.c 414 anodecon->addr->family = AF_INET;
418 bnodecon->addr->family = AF_INET6;
437 anodecon->addr->family = AF_INET6;
441 bnodecon->addr->family = AF_INET;
460 anodecon->addr->family = AF_INET;
464 bnodecon->addr->family = AF_INET;
483 anodecon->addr->family = AF_INET;
487 bnodecon->addr->family = AF_INET;
506 anodecon->addr->family = AF_INET;
510 bnodecon->addr->family = AF_INET
    [all...]
  /frameworks/layoutlib/rename_font/
build_font_single.py 42 family = None variable in class:FontInfo
137 font.family = namerecord.text.strip()
162 namerecord.text = font.family
168 """ Compute the new font family name and font fullname. If the font has a
169 valid version, it's sanitized and appended to the font family name. The
170 font fullname is then created by joining the new family name and the
173 if font.family is None or font.style is None:
174 raise InvalidFontException('Font doesn\'t have proper family name or style')
176 new_family = font.family + font.version
178 new_family = font.family
    [all...]

Completed in 447 milliseconds

1 2 3 4 5 6 7 891011>>