Searched refs:family (Results 376 - 400 of 433) sorted by relevance

<<1112131415161718

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2223 ObjCMethodFamilyAttr::FamilyKind family; local
2225 family = ObjCMethodFamilyAttr::OMF_None;
2227 family = ObjCMethodFamilyAttr::OMF_alloc;
2229 family = ObjCMethodFamilyAttr::OMF_copy;
2231 family = ObjCMethodFamilyAttr::OMF_init;
2233 family = ObjCMethodFamilyAttr::OMF_mutableCopy;
2235 family = ObjCMethodFamilyAttr::OMF_new;
2243 if (family == ObjCMethodFamilyAttr::OMF_init &&
2252 S.Context, family));
H A DSemaDeclObjC.cpp33 /// family, is a valid member of that family.
197 ObjCMethodFamily family = method->getMethodFamily(); local
198 switch (family) {
1381 // to fall out of the family.
1388 ObjCMethodFamily family = declFamily; local
1393 family = implFamily;
1404 switch (family) {
2954 // method family.
/external/chromium/net/socket/
H A Dssl_server_socket_nss.cc113 peername.raw.family = AF_INET;
/external/libvpx/examples/includes/geshi/contrib/
H A Dlangcheck.php74 font-family: Verdana, Arial, sans-serif;
/external/netperf/
H A Dnetlib.c487 inet_ftos(int family)
489 switch(family) {
2577 char *host, char *port, int family)
2585 fprintf(dumploc, "family %s\n", inet_ftos(family));
2601 "\tflags: %x family: %s: socktype: %s protocol %s addrlen %d\n",
2637 requested address family parameter. this means that the only way
2639 address family is specified as AF_UNSPEC, and getaddrinfo() returns
2767 /* I am guessing that we should use the address family of the
2768 local endpoint, and we will not worry about mixed family type
482 inet_ftos(int family) argument
2554 dump_addrinfo(FILE *dumploc, struct addrinfo *info, char *host, char *port, int family) argument
[all...]
H A Dnettest_bsd.c427 -H name,fam Use name (or IP) and family as target of data connection\n\
428 -L name,fam Use name (or IP) and family as source of data connection\n\
536 family */
539 complete_addrinfo(char *controlhost, char *data_address, char *port, int family, int type, int protocol, int flags)
564 "complete_addrinfo using hostname %s port %s family %s type %s prot %s flags 0x%x\n",
567 inet_ftos(family),
575 hints.ai_family = family;
626 family);
715 dump_addrinfo(where, res, hostname, port, family);
734 the remote data family inf
535 complete_addrinfo(char *controlhost, char *data_address, char *port, int family, int type, int protocol, int flags) argument
777 set_hostname_and_port(char *hostname, char *portstr, int family, int port) argument
[all...]
H A Dnettest_unix.c147 /* should be directed towards "where." family is generally AF_UNIX, */ argument
150 create_unix_socket(int family, int type)
157 temp_socket = socket(family,
/external/skia/src/svg/
H A DSkSVGPaintState.cpp22 SVG_LITERAL_ATTRIBUTE(font-family, f_fontFamily),
/external/stlport/
H A Dconfigure.bat141 echo Enables usage of static (libc.lib family) or dynamic (msvcrt.lib family)
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
H A Dregress-209067.js177 s += '.aoltextad { text-align: justify; font-size: 12px; color: black; font-family: Georgia, sans-serif }';
/external/webkit/Source/WebCore/css/
H A Dhtml.css764 font-family: monospace
769 font-family: monospace;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_nss.c155 addr->inet.family = PR_AF_INET;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_nss.c155 addr->inet.family = PR_AF_INET;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_nss.c155 addr->inet.family = PR_AF_INET;
/external/oprofile/events/mips/24K/
H A Devents42 event:0x18 counters:0 um:zero minimum:500 name:CACHE_FIXUP_CYCLES : 24-0 Cache fixup cycles (specific to the 24K family microarchitecture)
/external/oprofile/events/mips/34K/
H A Devents42 event:0x18 counters:0 um:zero minimum:500 name:CACHE_FIXUP_CYCLES : 24-0 Cache fixup cycles (specific to the 34K family microarchitecture)
/external/libppp/src/
H A Dcommand.c3265 int family, how; local
3267 family = 0;
3270 family = AF_INET;
3273 family = AF_INET6;
3283 iface_Clear(arg->bundle->iface, &arg->bundle->ncp, family, how);
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js37 object.$family = {name: 'native'};
42 var family = name.toLowerCase();
43 object.prototype.$family = {name: family};
44 Native.typize(object, family);
84 Native.typize = function(object, family){
86 return ($type(item) === family);
256 if (obj.$family) return (obj.$family.name == 'number' && !isFinite(obj)) ? false : obj.$family
[all...]
/external/chromium/net/base/
H A Dnet_util.cc1356 host_info->family != url_canon::CanonHostInfo::BROKEN) {
2111 url_canon::CanonHostInfo::Family family = url_canon::IPv4AddressToNumber( local
2113 return family == url_canon::CanonHostInfo::IPV4;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c19 #include <netlink/genl/family.h>
192 const char *family, const char *group)
203 NLA_PUT_STRING(msg, CTRL_ATTR_FAMILY_NAME, family);
191 nl_get_multicast_id(struct wpa_driver_nl80211_data *drv, const char *family, const char *group) argument
/external/oprofile/events/mips/1004K/
H A Devents42 event:0x18 counters:0 um:zero minimum:500 name:CACHE_FIXUP_CYCLES : 24-0 Cache fixup cycles (specific to the 34K family microarchitecture)
/external/ppp/pppd/
H A Dsys-linux.c252 #define SET_SA_FAMILY(addr, family) \
254 addr.sa_family = (family);
/external/libvpx/build/make/
H A Dconfigure.sh80 --cpu=CPU optimize for a specific cpu rather than a family
594 # Enable the architecture family
/external/qemu/proxy/
H A Dproxy_http_rewriter.c1157 s = socket_create(address->family, SOCKET_STREAM );
/external/iproute2/doc/
H A Dip-cref.tex65 \item \verb|-f|, \verb|-family| followed by a protocol family
68 --- enforce the protocol family to use. If the option is not present,
69 the protocol family is guessed from other arguments. If the rest of the command
70 line does not give enough information to guess the family, \verb|ip| falls back to the default
71 one, usually \verb|inet| or \verb|any|. \verb|link| is a special family
76 --- shortcut for \verb|-family inet|.
80 --- shortcut for \verb|-family inet6|.
84 --- shortcut for \verb|-family link|.
740 as addresses of the protocol family \ver
[all...]

Completed in 2435 milliseconds

<<1112131415161718