Home
last modified time | relevance | path

Searched refs:family (Results 1 – 25 of 1440) sorted by relevance

12345678910>>...58

/external/libchrome/base/test/
Dfontconfig_util_linux.cc41 <test name="family" compare="eq">
53 <test qual="any" name="family">
56 <edit name="family" mode="assign">
62 <test qual="any" name="family">
65 <edit name="family" mode="assign">
71 <test qual="any" name="family">
74 <edit name="family" mode="assign">
82 <test qual="any" name="family">
85 <edit name="family" mode="assign">
91 <test qual="any" name="family">
[all …]
/external/libnl/lib/genl/
Dfamily.c39 struct genl_family *family = (struct genl_family *) c; in family_constructor() local
41 nl_init_list_head(&family->gf_ops); in family_constructor()
42 nl_init_list_head(&family->gf_mc_grps); in family_constructor()
47 struct genl_family *family = (struct genl_family *) c; in family_free_data() local
51 if (family == NULL) in family_free_data()
54 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { in family_free_data()
59 nl_list_for_each_entry_safe(grp, t_grp, &family->gf_mc_grps, list) { in family_free_data()
92 struct genl_family *family = (struct genl_family *) obj; in family_dump_line() local
95 family->gf_id, family->gf_name, family->gf_version); in family_dump_line()
113 struct genl_family *family = (struct genl_family *) obj; in family_dump_details() local
[all …]
Dctrl.c64 static int parse_mcast_grps(struct genl_family *family, struct nlattr *grp_attr) in parse_mcast_grps() argument
94 err = genl_family_add_grp(family, id, name); in parse_mcast_grps()
108 struct genl_family *family; in ctrl_msg_parser() local
112 family = genl_family_alloc(); in ctrl_msg_parser()
113 if (family == NULL) { in ctrl_msg_parser()
128 family->ce_msgtype = info->nlh->nlmsg_type; in ctrl_msg_parser()
129 genl_family_set_id(family, in ctrl_msg_parser()
131 genl_family_set_name(family, in ctrl_msg_parser()
136 genl_family_set_version(family, version); in ctrl_msg_parser()
141 genl_family_set_hdrsize(family, hdrsize); in ctrl_msg_parser()
[all …]
/external/freetype/src/cache/
Dftcglyph.c33 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/swiftshader/third_party/LLVM/docs/CommandGuide/
Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
[all …]
/external/swiftshader/third_party/LLVM/docs/CommandGuide/html/
Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
[all …]
/external/strace/tests-mx32/
Dnetlink_sock_diag.c57 uint8_t family = (family_); \
61 sizeof(family), &family, sizeof(family), \
65 char buf[sizeof(family) + 4]; \
66 memcpy(buf, &family, sizeof(family)); \
67 memcpy(buf + sizeof(family), "1234", 4); \
130 uint8_t family = 0; in test_odd_family_req() local
131 char buf[sizeof(family) + 4]; in test_odd_family_req()
138 sizeof(family), &family, sizeof(family), in test_odd_family_req()
142 family = 0xff; in test_odd_family_req()
146 sizeof(family), &family, sizeof(family), in test_odd_family_req()
[all …]
Dnetlink_route.c158 uint8_t family = 0; in test_rtnl_unspec() local
159 char buf[sizeof(family) + 4]; in test_rtnl_unspec()
166 sizeof(family), &family, sizeof(family), in test_rtnl_unspec()
170 family = 0xff; in test_rtnl_unspec()
174 sizeof(family), &family, sizeof(family), in test_rtnl_unspec()
181 sizeof(family), &family, sizeof(family) - 1, in test_rtnl_unspec()
185 family = 0; in test_rtnl_unspec()
186 memcpy(buf, &family, sizeof(family)); in test_rtnl_unspec()
187 memcpy(buf + sizeof(family), "1234", 4); in test_rtnl_unspec()
195 family = 0xfd; in test_rtnl_unspec()
[all …]
/external/strace/tests-m32/
Dnetlink_sock_diag.c57 uint8_t family = (family_); \
61 sizeof(family), &family, sizeof(family), \
65 char buf[sizeof(family) + 4]; \
66 memcpy(buf, &family, sizeof(family)); \
67 memcpy(buf + sizeof(family), "1234", 4); \
130 uint8_t family = 0; in test_odd_family_req() local
131 char buf[sizeof(family) + 4]; in test_odd_family_req()
138 sizeof(family), &family, sizeof(family), in test_odd_family_req()
142 family = 0xff; in test_odd_family_req()
146 sizeof(family), &family, sizeof(family), in test_odd_family_req()
[all …]
Dnetlink_route.c158 uint8_t family = 0; in test_rtnl_unspec() local
159 char buf[sizeof(family) + 4]; in test_rtnl_unspec()
166 sizeof(family), &family, sizeof(family), in test_rtnl_unspec()
170 family = 0xff; in test_rtnl_unspec()
174 sizeof(family), &family, sizeof(family), in test_rtnl_unspec()
181 sizeof(family), &family, sizeof(family) - 1, in test_rtnl_unspec()
185 family = 0; in test_rtnl_unspec()
186 memcpy(buf, &family, sizeof(family)); in test_rtnl_unspec()
187 memcpy(buf + sizeof(family), "1234", 4); in test_rtnl_unspec()
195 family = 0xfd; in test_rtnl_unspec()
[all …]
/external/strace/tests/
Dnetlink_sock_diag.c57 uint8_t family = (family_); \
61 sizeof(family), &family, sizeof(family), \
65 char buf[sizeof(family) + 4]; \
66 memcpy(buf, &family, sizeof(family)); \
67 memcpy(buf + sizeof(family), "1234", 4); \
130 uint8_t family = 0; in test_odd_family_req() local
131 char buf[sizeof(family) + 4]; in test_odd_family_req()
138 sizeof(family), &family, sizeof(family), in test_odd_family_req()
142 family = 0xff; in test_odd_family_req()
146 sizeof(family), &family, sizeof(family), in test_odd_family_req()
[all …]
Dnetlink_route.c158 uint8_t family = 0; in test_rtnl_unspec() local
159 char buf[sizeof(family) + 4]; in test_rtnl_unspec()
166 sizeof(family), &family, sizeof(family), in test_rtnl_unspec()
170 family = 0xff; in test_rtnl_unspec()
174 sizeof(family), &family, sizeof(family), in test_rtnl_unspec()
181 sizeof(family), &family, sizeof(family) - 1, in test_rtnl_unspec()
185 family = 0; in test_rtnl_unspec()
186 memcpy(buf, &family, sizeof(family)); in test_rtnl_unspec()
187 memcpy(buf + sizeof(family), "1234", 4); in test_rtnl_unspec()
195 family = 0xfd; in test_rtnl_unspec()
[all …]
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
DOs.java43 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/google-benchmark/src/
Dbenchmark_register.cc73 size_t AddBenchmark(std::unique_ptr<Benchmark> family);
96 size_t BenchmarkFamilies::AddBenchmark(std::unique_ptr<Benchmark> family) { in AddBenchmark() argument
99 families_.push_back(std::move(family)); in AddBenchmark()
131 for (std::unique_ptr<Benchmark>& family : families_) { in FindBenchmarks()
133 if (!family) continue; in FindBenchmarks()
135 if (family->ArgsCnt() == -1) { in FindBenchmarks()
136 family->Args({}); in FindBenchmarks()
139 (family->thread_counts_.empty() in FindBenchmarks()
141 : &static_cast<const std::vector<int>&>(family->thread_counts_)); in FindBenchmarks()
142 const size_t family_size = family->args_.size() * thread_counts->size(); in FindBenchmarks()
[all …]
/external/libcxx/utils/google-benchmark/src/
Dbenchmark_register.cc73 size_t AddBenchmark(std::unique_ptr<Benchmark> family);
96 size_t BenchmarkFamilies::AddBenchmark(std::unique_ptr<Benchmark> family) { in AddBenchmark() argument
99 families_.push_back(std::move(family)); in AddBenchmark()
131 for (std::unique_ptr<Benchmark>& family : families_) { in FindBenchmarks()
133 if (!family) continue; in FindBenchmarks()
135 if (family->ArgsCnt() == -1) { in FindBenchmarks()
136 family->Args({}); in FindBenchmarks()
139 (family->thread_counts_.empty() in FindBenchmarks()
141 : &static_cast<const std::vector<int>&>(family->thread_counts_)); in FindBenchmarks()
142 const size_t family_size = family->args_.size() * thread_counts->size(); in FindBenchmarks()
[all …]
/external/strace/
Dnetlink_sock_diag.c39 decode_family(struct tcb *const tcp, const uint8_t family, in decode_family() argument
43 printxval(addrfams, family, "AF_???"); in decode_family()
44 if (len > sizeof(family)) { in decode_family()
46 printstr_ex(tcp, addr + sizeof(family), in decode_family()
47 len - sizeof(family), QUOTE_FORCE_HEX); in decode_family()
71 uint8_t family; in decode_netlink_sock_diag() local
76 if (!umove_or_printaddr(tcp, addr, &family)) { in decode_netlink_sock_diag()
77 if (family < ARRAY_SIZE(diag_decoders) in decode_netlink_sock_diag()
78 && len > sizeof(family)) { in decode_netlink_sock_diag()
81 ? diag_decoders[family].request in decode_netlink_sock_diag()
[all …]
Dnetlink.c226 const unsigned int family) in decode_nlmsg_type() argument
236 if (type >= NLMSG_MIN_TYPE && family < ARRAY_SIZE(nlmsg_types)) { in decode_nlmsg_type()
237 if (nlmsg_types[family].decoder) in decode_nlmsg_type()
238 decoder = nlmsg_types[family].decoder; in decode_nlmsg_type()
239 if (nlmsg_types[family].xlat) in decode_nlmsg_type()
240 xlat = nlmsg_types[family].xlat; in decode_nlmsg_type()
241 if (nlmsg_types[family].dflt) in decode_nlmsg_type()
242 dflt = nlmsg_types[family].dflt; in decode_nlmsg_type()
431 const unsigned int family) in decode_nlmsg_flags() argument
438 } else if (family < ARRAY_SIZE(nlmsg_flags) && nlmsg_flags[family]) in decode_nlmsg_flags()
[all …]
/external/libnl/lib/route/link/
Dapi.c192 struct rtnl_link_af_ops *rtnl_link_af_ops_lookup(const unsigned int family) in rtnl_link_af_ops_lookup() argument
194 if (family == AF_UNSPEC || family >= AF_MAX) in rtnl_link_af_ops_lookup()
198 if (af_ops[family]) in rtnl_link_af_ops_lookup()
199 af_ops[family]->ao_refcnt++; in rtnl_link_af_ops_lookup()
202 return af_ops[family]; in rtnl_link_af_ops_lookup()
232 int family; in rtnl_link_af_alloc() local
237 family = ops->ao_family; in rtnl_link_af_alloc()
239 if (!link->l_af_data[family]) { in rtnl_link_af_alloc()
243 link->l_af_data[family] = ops->ao_alloc(link); in rtnl_link_af_alloc()
244 if (!link->l_af_data[family]) in rtnl_link_af_alloc()
[all …]
/external/tcpdump/
Dprint-null.c56 null_hdr_print(netdissect_options *ndo, u_int family, u_int length) in null_hdr_print() argument
60 tok2str(bsd_af_values,"Unknown",family),family)); in null_hdr_print()
63 tok2str(bsd_af_values,"Unknown AF %u",family))); in null_hdr_print()
80 u_int family; in null_if_print() local
87 memcpy((char *)&family, (const char *)p, sizeof(family)); in null_if_print()
97 if ((family & 0xFFFF0000) != 0) in null_if_print()
98 family = SWAPLONG(family); in null_if_print()
101 null_hdr_print(ndo, family, length); in null_if_print()
107 switch (family) { in null_if_print()
134 null_hdr_print(ndo, family, length + NULL_HDRLEN); in null_if_print()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_select_reuseport.c46 sa_family_t family; member
140 static void sa46_init_loopback(union sa46 *sa, sa_family_t family) in sa46_init_loopback() argument
143 sa->family = family; in sa46_init_loopback()
144 if (sa->family == AF_INET6) in sa46_init_loopback()
150 static void sa46_init_inany(union sa46 *sa, sa_family_t family) in sa46_init_inany() argument
153 sa->family = family; in sa46_init_inany()
154 if (sa->family == AF_INET6) in sa46_init_inany()
229 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() argument
255 if (family == AF_INET6) { in check_data()
346 static int send_data(int type, sa_family_t family, void *data, size_t len, in send_data() argument
[all …]
/external/iproute2/lib/
Dutils.c110 if (!get_addr_1(&addr, arg, AF_INET) && addr.family == AF_INET) { in get_netmask()
470 int get_addr_1(inet_prefix *addr, const char *name, int family) in get_addr_1() argument
477 if ((family == AF_DECnet) || (family == AF_MPLS)) in get_addr_1()
479 addr->family = family; in get_addr_1()
480 addr->bytelen = (family == AF_INET6 ? 16 : 4); in get_addr_1()
485 if (family == AF_PACKET) { in get_addr_1()
493 addr->family = AF_PACKET; in get_addr_1()
500 addr->family = AF_INET6; in get_addr_1()
501 if (family != AF_UNSPEC && family != AF_INET6) in get_addr_1()
511 if (family == AF_DECnet) { in get_addr_1()
[all …]
/external/iproute2/ip/
Drtmon.c77 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 …]
/external/webrtc/webrtc/base/
Dvirtualsocket_unittest.cc148 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 …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c169 rctx->has_vertex_cache = !(rctx->b.family == CHIP_RV610 || in r600_create_context()
170 rctx->b.family == CHIP_RV620 || in r600_create_context()
171 rctx->b.family == CHIP_RS780 || in r600_create_context()
172 rctx->b.family == CHIP_RS880 || in r600_create_context()
173 rctx->b.family == CHIP_RV710); in r600_create_context()
184 rctx->has_vertex_cache = !(rctx->b.family == CHIP_CEDAR || in r600_create_context()
185 rctx->b.family == CHIP_PALM || in r600_create_context()
186 rctx->b.family == CHIP_SUMO || in r600_create_context()
187 rctx->b.family == CHIP_SUMO2 || in r600_create_context()
188 rctx->b.family == CHIP_CAICOS || in r600_create_context()
[all …]
/external/python/cpython3/Lib/test/
Dtest_asyncore.py92 if HAS_UNIX_SOCKETS and sock.family == socket.AF_UNIX:
469 def __init__(self, family, addr, handler=BaseTestHandler): argument
471 self.create_socket(family)
490 def __init__(self, family, address): argument
492 self.create_socket(family)
522 server = BaseServer(self.family, self.addr)
523 client = TestClient(self.family, server.address)
531 def __init__(self, family, addr): argument
533 self.create_socket(family)
541 server = TestListener(self.family, self.addr)
[all …]

12345678910>>...58