/external/libnl/lib/genl/ |
D | family.c | 39 struct genl_family *family = (struct genl_family *) c; in family_constructor() local 41 nl_init_list_head(&family->gf_ops); in family_constructor() 46 struct genl_family *family = (struct genl_family *) c; in family_free_data() local 49 if (family == NULL) in family_free_data() 52 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { in family_free_data() 76 struct genl_family *family = (struct genl_family *) obj; in family_dump_line() local 79 family->gf_id, family->gf_name, family->gf_version); in family_dump_line() 96 struct genl_family *family = (struct genl_family *) obj; in family_dump_details() local 100 family->gf_hdrsize, family->gf_maxattr); in family_dump_details() 102 if (family->ce_mask & FAMILY_ATTR_OPS) { in family_dump_details() [all …]
|
D | ctrl.c | 58 struct genl_family *family; in ctrl_msg_parser() local 62 family = genl_family_alloc(); in ctrl_msg_parser() 63 if (family == NULL) { in ctrl_msg_parser() 78 family->ce_msgtype = info->nlh->nlmsg_type; in ctrl_msg_parser() 79 genl_family_set_id(family, in ctrl_msg_parser() 81 genl_family_set_name(family, in ctrl_msg_parser() 86 genl_family_set_version(family, version); in ctrl_msg_parser() 91 genl_family_set_hdrsize(family, hdrsize); in ctrl_msg_parser() 96 genl_family_set_maxattr(family, maxattr); in ctrl_msg_parser() 123 err = genl_family_add_op(family, id, flags); in ctrl_msg_parser() [all …]
|
/external/freetype/src/cache/ |
D | ftcglyph.c | 33 FTC_Family family ) in FTC_GNode_Init() argument 35 gnode->family = family; in FTC_GNode_Init() 37 family->num_nodes++; in FTC_GNode_Init() 45 FTC_Family family = gnode->family; in FTC_GNode_UnselectFamily() local 48 gnode->family = NULL; in FTC_GNode_UnselectFamily() 49 if ( family && --family->num_nodes == 0 ) in FTC_GNode_UnselectFamily() 50 FTC_FAMILY_FREE( family, cache ); in FTC_GNode_UnselectFamily() 78 return FT_BOOL( gnode->family == gquery->family && in ftc_gnode_compare() 106 FTC_Family_Init( FTC_Family family, in FTC_Family_Init() argument 112 family->clazz = clazz->family_class; in FTC_Family_Init() [all …]
|
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/ |
D | Os.java | 43 private String family; field in Os 122 public Os(String family) { in Os() argument 123 setFamily(family); in Os() 145 family = f.toLowerCase(Locale.ENGLISH); in setFamily() 184 return isOs(family, name, arch, version); in eval() 194 public static boolean isFamily(String family) { in isFamily() argument 195 return isOs(family, null, null, null); in isFamily() 245 public static boolean isOs(String family, String name, String arch, in isOs() argument 249 if (family != null || name != null || arch != null in isOs() 257 if (family != null) { in isOs() [all …]
|
/external/tcpdump/ |
D | print-null.c | 55 null_hdr_print(netdissect_options *ndo, u_int family, u_int length) in null_hdr_print() argument 59 tok2str(bsd_af_values,"Unknown",family),family)); in null_hdr_print() 62 tok2str(bsd_af_values,"Unknown AF %u",family))); in null_hdr_print() 79 u_int family; in null_if_print() local 86 memcpy((char *)&family, (char *)p, sizeof(family)); in null_if_print() 96 if ((family & 0xFFFF0000) != 0) in null_if_print() 97 family = SWAPLONG(family); in null_if_print() 100 null_hdr_print(ndo, family, length); in null_if_print() 106 switch (family) { in null_if_print() 133 null_hdr_print(ndo, family, length + NULL_HDRLEN); in null_if_print()
|
D | print-rip.c | 99 register u_short family; in rip_entry_print_v1() local 102 family = EXTRACT_16BITS(&ni->rip_family); in rip_entry_print_v1() 103 if (family != BSD_AFNUM_INET && family != 0) { in rip_entry_print_v1() 104 ND_PRINT((ndo, "\n\t AFI %s, ", tok2str(bsd_af_values, "Unknown (%u)", family))); in rip_entry_print_v1() 115 if (family == 0) { in rip_entry_print_v1() 130 register u_short family; in rip_entry_print_v2() local 132 family = EXTRACT_16BITS(&ni->rip_family); in rip_entry_print_v2() 133 if (family == 0xFFFF) { /* variable-sized authentication structures */ in rip_entry_print_v2() 158 } else if (family != BSD_AFNUM_INET && family != 0) { in rip_entry_print_v2() 159 ND_PRINT((ndo, "\n\t AFI %s", tok2str(bsd_af_values, "Unknown (%u)", family))); in rip_entry_print_v2() [all …]
|
/external/iproute2/lib/ |
D | utils.c | 96 if (!get_addr_1(&addr, arg, AF_INET) && addr.family == AF_INET) { in get_netmask() 422 int get_addr_1(inet_prefix *addr, const char *name, int family) in get_addr_1() argument 429 if ((family == AF_DECnet) || (family == AF_MPLS)) in get_addr_1() 431 addr->family = family; in get_addr_1() 432 addr->bytelen = (family == AF_INET6 ? 16 : 4); in get_addr_1() 437 if (family == AF_PACKET) { in get_addr_1() 443 addr->family = AF_PACKET; in get_addr_1() 450 addr->family = AF_INET6; in get_addr_1() 451 if (family != AF_UNSPEC && family != AF_INET6) in get_addr_1() 461 if (family == AF_DECnet) { in get_addr_1() [all …]
|
/external/iproute2/ip/ |
D | rtmon.c | 77 int family = AF_UNSPEC; in main() local 91 family = AF_INET; in main() 93 family = AF_INET6; in main() 95 family = AF_INET6; in main() 103 family = AF_INET; in main() 105 family = AF_INET6; in main() 107 family = AF_PACKET; in main() 144 if (!family || family == AF_INET) in main() 146 if (!family || family == AF_INET6) in main() 150 if (!family || family == AF_INET) in main() [all …]
|
D | xfrm_monitor.c | 53 __u16 family; in xfrm_acquire_print() local 63 family = xacq->sel.family; in xfrm_acquire_print() 64 if (family == AF_UNSPEC) in xfrm_acquire_print() 65 family = xacq->policy.sel.family; in xfrm_acquire_print() 66 if (family == AF_UNSPEC) in xfrm_acquire_print() 67 family = preferred_family; in xfrm_acquire_print() 81 xfrm_selector_print(&xacq->sel, family, fp, " sel "); in xfrm_acquire_print() 182 __u16 family; in xfrm_report_print() local 190 family = xrep->sel.family; in xfrm_report_print() 191 if (family == AF_UNSPEC) in xfrm_report_print() [all …]
|
D | ipmaddr.c | 35 int family; member 106 m.addr.family = AF_PACKET; in read_dev_mcast() 137 m.addr.family = AF_INET; in read_igmp() 181 m.addr.family = AF_INET6; in read_igmp6() 201 if (list->addr.family == AF_PACKET) { in print_maddr() 208 switch(list->addr.family) { in print_maddr() 216 fprintf(fp, "family %d ", list->addr.family); in print_maddr() 220 format_host(list->addr.family, in print_maddr() 252 if (!filter.family) in multiaddr_list() 253 filter.family = preferred_family; in multiaddr_list() [all …]
|
/external/webrtc/webrtc/base/ |
D | virtualsocket_unittest.cc | 148 EXPECT_EQ(pre_ip.family(), post_ip.family()); in CheckPortIncrementalization() 149 if (post_ip.family() == AF_INET) { in CheckPortIncrementalization() 153 } else if (post_ip.family() == AF_INET6) { in CheckPortIncrementalization() 170 ss_->CreateAsyncSocket(default_route.family(), SOCK_DGRAM); in TestDefaultRoute() 171 socket->Bind(EmptySocketAddressWithFamily(default_route.family())); in TestDefaultRoute() 178 ss_->CreateAsyncSocket(default_route.family(), SOCK_DGRAM); in TestDefaultRoute() 198 AsyncSocket* socket = ss_->CreateAsyncSocket(initial_addr.family(), in BasicTest() 203 EXPECT_EQ(server_addr.family(), initial_addr.family()); in BasicTest() 207 ss_->CreateAsyncSocket(initial_addr.family(), SOCK_DGRAM); in BasicTest() 219 SocketAddress empty = EmptySocketAddressWithFamily(initial_addr.family()); in BasicTest() [all …]
|
D | natsocketfactory.cc | 26 int family = ip.family(); in PackAddressForNAT() local 28 buf[1] = family; in PackAddressForNAT() 31 if (family == AF_INET) { in PackAddressForNAT() 36 } else if (family == AF_INET6) { in PackAddressForNAT() 52 int family = buf[1]; in UnpackAddressFromNAT() local 55 if (family == AF_INET) { in UnpackAddressFromNAT() 59 } else if (family == AF_INET6) { in UnpackAddressFromNAT() 72 explicit NATSocket(NATInternalSocketFactory* sf, int family, int type) in NATSocket() argument 73 : sf_(sf), family_(family), type_(type), connected_(false), in NATSocket() 314 Socket* NATSocketFactory::CreateSocket(int family, int type) { in CreateSocket() argument [all …]
|
/external/toybox/toys/pending/ |
D | ping.c | 50 int family, protocol; local 66 family = AF_INET6; 69 family = AF_INET; 79 if (!inet_pton(family, TT.iface, &src_addr)) { 85 if (!ifa->ifa_addr || ifa->ifa_addr->sa_family != family) continue; 87 if (family == AF_INET) 100 error_exit("no v%d addr for -I %s", 4+2*(family==AF_INET6), TT.iface); 102 inet_ntop(family, &src_addr, toybuf, sizeof(toybuf)); 109 TT.sock = xsocket(family, SOCK_RAW, protocol);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/ |
D | ref.css | 7 .math { font-family: "Century Schoolbook", serif; } 8 .math i { font-family: "Century Schoolbook", serif; 10 .boldmath { font-family: "Century Schoolbook", serif; 47 h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif; 56 .sectref { font-family: avantgarde, sans-serif; } 68 code, tt { font-family: "lucida typewriter", lucidatypewriter, 70 var { font-family: times, serif; 76 .typelabel { font-family: lucida, sans-serif; } 80 font-family: avantgarde, sans-serif; 89 div.warning .label { font-family: sans-serif; [all …]
|
/external/libnl/lib/netfilter/ |
D | nfnl.c | 108 int flags, uint8_t family, uint16_t res_id) in nfnl_send_simple() argument 111 .nfgen_family = family, in nfnl_send_simple() 174 static int nfnlmsg_append(struct nl_msg *msg, uint8_t family, uint16_t res_id) in nfnlmsg_append() argument 182 nfg->nfgen_family = family; in nfnlmsg_append() 186 msg, family, res_id); in nfnlmsg_append() 201 uint8_t family, uint16_t res_id) in nfnlmsg_alloc_simple() argument 209 if (nfnlmsg_append(msg, family, res_id) < 0) in nfnlmsg_alloc_simple() 231 uint8_t subsys_id, uint8_t type, int flags, uint8_t family, in nfnlmsg_put() argument 240 return nfnlmsg_append(msg, family, res_id); in nfnlmsg_put()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 224 rctx->family = rscreen->family; in r600_create_context() 259 rctx->has_vertex_cache = !(rctx->family == CHIP_RV610 || in r600_create_context() 260 rctx->family == CHIP_RV620 || in r600_create_context() 261 rctx->family == CHIP_RS780 || in r600_create_context() 262 rctx->family == CHIP_RS880 || in r600_create_context() 263 rctx->family == CHIP_RV710); in r600_create_context() 275 rctx->has_vertex_cache = !(rctx->family == CHIP_CEDAR || in r600_create_context() 276 rctx->family == CHIP_PALM || in r600_create_context() 277 rctx->family == CHIP_SUMO || in r600_create_context() 278 rctx->family == CHIP_SUMO2 || in r600_create_context() [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/ |
D | APL.py | 39 def __init__(self, family, negation, address, prefix): argument 40 self.family = family 47 return "!%d:%s/%s" % (self.family, self.address, self.prefix) 49 return "%d:%s/%s" % (self.family, self.address, self.prefix) 52 if self.family == 1: 54 elif self.family == 2: 71 header = struct.pack('!HBB', self.family, self.prefix, l) 103 (family, rest) = item.split(':', 1) 104 family = int(family) 107 item = APLItem(family, negation, address, prefix)
|
/external/c-ares/ |
D | ares__get_hostent.c | 36 int ares__get_hostent(FILE *fp, int family, struct hostent **host) in ares__get_hostent() argument 48 switch (family) { in ares__get_hostent() 139 addr.family = AF_UNSPEC; in ares__get_hostent() 141 if ((family == AF_INET) || (family == AF_UNSPEC)) in ares__get_hostent() 147 addr.family = AF_INET; in ares__get_hostent() 151 if ((family == AF_INET6) || ((family == AF_UNSPEC) && (!addrlen))) in ares__get_hostent() 156 addr.family = AF_INET6; in ares__get_hostent() 190 if (addr.family == AF_INET) in ares__get_hostent() 222 hostent->h_addrtype = addr.family; in ares__get_hostent()
|
D | ares_gethostbyname.c | 75 static int fake_hostent(const char *name, int family, 77 static int file_lookup(const char *name, int family, struct hostent **host); 87 void ares_gethostbyname(ares_channel channel, const char *name, int family, in ares_gethostbyname() argument 94 switch (family) { in ares_gethostbyname() 104 if (fake_hostent(name, family, callback, arg)) in ares_gethostbyname() 116 hquery->want_family = family; in ares_gethostbyname() 240 static int fake_hostent(const char *name, int family, in fake_hostent() argument 250 if (family == AF_INET || family == AF_INET6) in fake_hostent() 274 family = AF_INET; in fake_hostent() 276 if (family == AF_INET6) in fake_hostent() [all …]
|
D | ares_gethostbyaddr.c | 72 int family, ares_host_callback callback, void *arg) in ares_gethostbyaddr() argument 76 if (family != AF_INET && family != AF_INET6) in ares_gethostbyaddr() 82 if ((family == AF_INET && addrlen != sizeof(aquery->addr.addrV4)) || in ares_gethostbyaddr() 83 (family == AF_INET6 && addrlen != sizeof(aquery->addr.addrV6))) in ares_gethostbyaddr() 96 if (family == AF_INET) in ares_gethostbyaddr() 100 aquery->addr.family = family; in ares_gethostbyaddr() 153 if (aquery->addr.family == AF_INET) in addr_callback() 243 while ((status = ares__get_hostent(fp, addr->family, host)) == ARES_SUCCESS) in file_lookup() 245 if (addr->family != (*host)->h_addrtype) in file_lookup() 250 if (addr->family == AF_INET) in file_lookup() [all …]
|
/external/libvorbis/doc/vorbisenc/ |
D | style.css | 1 BODY { font-family: Helvetica, sans-serif } 2 TD { font-family: Helvetica, sans-serif } 3 P { font-family: Helvetica, sans-serif } 4 H1 { font-family: Helvetica, sans-serif } 5 H2 { font-family: Helvetica, sans-serif } 6 H4 { font-family: Helvetica, sans-serif }
|
/external/libogg/doc/libogg/ |
D | style.css | 1 BODY { font-family: Helvetica, sans-serif } 2 TD { font-family: Helvetica, sans-serif } 3 P { font-family: Helvetica, sans-serif } 4 H1 { font-family: Helvetica, sans-serif } 5 H2 { font-family: Helvetica, sans-serif } 6 H4 { font-family: Helvetica, sans-serif }
|
/external/libvorbis/doc/vorbisfile/ |
D | style.css | 1 BODY { font-family: Helvetica, sans-serif } 2 TD { font-family: Helvetica, sans-serif } 3 P { font-family: Helvetica, sans-serif } 4 H1 { font-family: Helvetica, sans-serif } 5 H2 { font-family: Helvetica, sans-serif } 6 H4 { font-family: Helvetica, sans-serif }
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttsubpix.c | 819 const FT_String* family, in sph_test_tweak() argument 832 if ( family && in sph_test_tweak() 833 ( is_member_of_family_class ( family, rule[i].family ) ) ) in sph_test_tweak() 850 const FT_String* family, in scale_test_tweak() argument 863 if ( family && in scale_test_tweak() 864 ( is_member_of_family_class ( family, rule[i].family ) ) ) in scale_test_tweak() 881 const FT_String* family, in sph_test_tweak_x_scaling() argument 886 return scale_test_tweak( face, family, ppem, style, glyph_index, in sph_test_tweak_x_scaling() 892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \ 897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \ [all …]
|
/external/freetype/src/truetype/ |
D | ttsubpix.c | 819 const FT_String* family, in sph_test_tweak() argument 832 if ( family && in sph_test_tweak() 833 ( is_member_of_family_class ( family, rule[i].family ) ) ) in sph_test_tweak() 850 const FT_String* family, in scale_test_tweak() argument 863 if ( family && in scale_test_tweak() 864 ( is_member_of_family_class ( family, rule[i].family ) ) ) in scale_test_tweak() 881 const FT_String* family, in sph_test_tweak_x_scaling() argument 886 return scale_test_tweak( face, family, ppem, style, glyph_index, in sph_test_tweak_x_scaling() 892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \ 897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \ [all …]
|