HomeSort by relevance Sort by last modified time
    Searched defs:family (Results 126 - 150 of 553) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipc.h 55 unsigned short family; member in struct:sockaddr_msm_ipc
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipc.h 43 unsigned short family; member in struct:sockaddr_msm_ipc
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookEntry.java 29 public String family; field in class:PhonebookEntry.Name
44 return (Objects.equals(family, n.family) || family != null && family.equals(n.family))
54 int result = 23 * (family == null ? 0 : family.hashCode());
65 sb.append("Name: { family: ");
66 sb.append(family);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/multicast/
Reader.java 103 ProtocolFamily family = StandardProtocolFamily.INET; local
105 family = StandardProtocolFamily.INET6;
107 DatagramChannel dc = DatagramChannel.open(family)
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/multicast/
Reader.java 103 ProtocolFamily family = StandardProtocolFamily.INET; local
105 family = StandardProtocolFamily.INET6;
107 DatagramChannel dc = DatagramChannel.open(family)
  /bionic/libc/kernel/uapi/linux/caif/
caif_socket.h 57 __kernel_sa_family_t family; member in struct:sockaddr_caif
  /bionic/libc/kernel/uapi/linux/
fib_rules.h 31 __u8 family; member in struct:fib_rule_hdr
  /cts/tests/tests/text/src/android/text/style/cts/
TextAppearanceSpanTest.java 199 String family = "sans"; local
200 TextAppearanceSpan textAppearanceSpan = new TextAppearanceSpan(family, 1, 6, null, null);
204 assertEquals(family, newSpan.getFamily());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
socket.py 189 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
191 _sock = _realsocket(family, type, proto)
223 family = property(lambda self: self._sock.family, doc="the socket family") variable in class:_socketobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
socket.py 185 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
187 _sock = _realsocket(family, type, proto)
219 family = property(lambda self: self._sock.family, doc="the socket family") variable in class:_socketobject
  /external/curl/lib/
asyn-ares.c 504 int family = PF_INET; local
526 family = PF_UNSPEC; /* supported by c-ares since 1.6.1, so for older
532 family = PF_INET;
535 family = PF_INET6;
560 if(family == PF_UNSPEC) {
584 ares_gethostbyname((ares_channel)data->state.resolver, hostname, family,
  /external/freetype/src/pshinter/
pshglob.c 240 FT_Int family )
246 if ( family )
477 PSH_Blue_Table normal, family; local
484 family = &blues->family_top;
489 family = &blues->family_bottom;
497 /* try to find a family zone whose reference position is less */
499 zone2 = family->zones;
500 count2 = family->count;
  /external/freetype/src/type42/
t42objs.c 248 char* family = root->family_name; local
255 if ( *full == *family )
257 family++;
264 else if ( *family == ' ' || *family == '-' )
265 family++;
268 if ( !*family )
  /external/iproute2/bridge/
fdb.c 168 int family = AF_INET; local
172 family = AF_INET6;
174 abuf_s = format_host(family,
  /external/iproute2/include/uapi/linux/
fib_rules.h 20 __u8 family; member in struct:fib_rule_hdr
  /external/iproute2/include/
utils.h 52 __u16 family; member in struct:__anon22141
84 int get_addr_1(inet_prefix *dst, const char *arg, int family);
85 int get_prefix_1(inet_prefix *dst, char *arg, int family);
86 int get_addr(inet_prefix *dst, const char *arg, int family);
87 int get_prefix(inet_prefix *dst, char *arg, int family);
131 const char *family_name(int 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...]
ipntable.c 37 int family; member in struct:__anon22168
621 filter.family = preferred_family;
tcp_metrics.c 99 int family, i, atype, stype, dlen = 0, slen = 0; local
116 if (f.daddr.family && f.daddr.family != AF_INET)
121 family = AF_INET;
125 if (f.daddr.family && f.daddr.family != AF_INET6)
130 family = AF_INET6;
138 if (f.saddr.family && f.saddr.family != AF_INET)
146 if (f.saddr.family && f.saddr.family != AF_INET6
    [all...]
  /external/iptables/iptables/
nft-arp.c 373 int family = nftnl_rule_get_u32(r, NFTNL_RULE_FAMILY); local
376 .family = family,
nft-bridge.c 366 int family = nftnl_rule_get_u32(r, NFTNL_RULE_FAMILY); local
369 .family = family,
xshared.h 33 * xtables_afinfo - protocol family dependent information
37 * @family: nfproto family
46 uint8_t family; member in struct:xtables_afinfo
  /external/kernel-headers/original/uapi/linux/caif/
caif_socket.h 109 * @family: Address family number, must be AF_CAIF.
110 * @u: Union of address data 'switched' by family.
112 * @u.at: Applies when family = CAIFPROTO_AT.
116 * @u.util: Applies when family = CAIFPROTO_UTIL
120 * @u.dgm: Applies when family = CAIFPROTO_DATAGRAM
126 * @u.rfm: Applies when family = CAIFPROTO_RFM
132 * @u.dbg: Applies when family = CAIFPROTO_DEBUG.
143 __kernel_sa_family_t family; member in struct:sockaddr_caif
  /external/kernel-headers/original/uapi/linux/
fib_rules.h 20 __u8 family; member in struct:fib_rule_hdr
  /external/libchrome/base/
cpu.h 38 int family() const { return family_; } function in class:base::CPU
64 int signature_; // raw form of type, family, model, and stepping
66 int family_; // family of the processor

Completed in 620 milliseconds

1 2 3 4 56 7 8 91011>>