Home
last modified time | relevance | path

Searched full:family (Results 1 – 25 of 2024) sorted by relevance

12345678910>>...81

/external/skia/resources/android_fonts/v22/
Dfonts.xml4 <family name="sans-serif">
19 </family>
28 <family name="var">
38 </family>
40 <family name="sans-serif-condensed">
47 </family>
51 <family name="serif">
56 </family>
66 <family name="monospace">
68 </family>
[all …]
/external/skia/resources/android_fonts/v17/
Dfallback_fonts.xml7 Each entry consists of a family tag and a list of files (file names) which support that
8 family. The fonts for each family are listed in the order of the styles that they
32 <family>
36 </family>
37 <family>
41 </family>
42 <family>
46 </family>
47 <family>
52 </family>
[all …]
Dfallback_fonts-ja.xml7 Each entry consists of a family tag and a list of files (file names) which support that
8 family. The fonts for each family are listed in the order of the styles that they
35 <family>
39 </family>
40 <family>
44 </family>
45 <family>
50 </family>
51 <family>
55 </family>
[all …]
Dsystem_fonts.xml6 Each entry consists of a family, various names that are supported by that family, and
11 The first family is also the default font, which handles font request that have not specified
21 <family>
35 </family>
37 <family>
45 </family>
47 <family>
55 </family>
57 <family>
67 </family>
[all …]
/external/libnl/lib/genl/
Dfamily.c2 * lib/genl/family.c Generic Netlink Family
14 * @defgroup genl_family Generic Netlink Family
23 #include <netlink/genl/family.h>
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()
[all …]
Dctrl.c23 #include <netlink/genl/family.h>
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()
[all …]
/external/testng/doc/
Dbook-toc.html11 …/font></td></tr></table><font size="3" face="Times"><span style="font-size:16px;font-family:Times">
14 <font size="6" face="Times"><span style="font-size:48px;font-family:Times">
18 <font size="8" face="Times"><span style="font-size:12px;font-family:Times">
29 <font size="8" face="Times"><span style="font-size:16px;font-family:Times">
34 <font size="8" face="Times"><span style="font-size:12px;font-family:Times">
39 <font size="8" face="Times"><span style="font-size:11px;font-family:Times">
42 <font size="8" face="Times"><span style="font-size:12px;font-family:Times">
45 <font size="8" face="Times"><span style="font-size:11px;font-family:Times">
48 <font size="8" face="Times"><span style="font-size:12px;font-family:Times">
51 <font size="8" face="Times"><span style="font-size:11px;font-family:Times">
[all …]
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
DOs.java41 * OS family to look for
43 private String family; field in Os
57 * OS family that can be tested for. {@value}
61 * OS family that can be tested for. {@value}
65 * OS family that can be tested for. {@value}
69 * OS family that can be tested for. {@value}
73 * OS family that can be tested for. {@value}
77 * OS family that can be tested for. {@value}
81 * OS family that can be tested for. {@value}
85 * OS family that can be tested for. {@value}
[all …]
/external/skia/resources/android_fonts/pre_v17/
Dfallback_fonts.xml7 Each entry consists of a family tag and a list of files (file names) which support that
8 family. The fonts for each family are listed in the order of the styles that they
26 <family>
30 </family>
31 <family>
35 </family>
36 <family>
41 </family>
42 <family>
46 </family>
[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/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dinet.py37 def inet_pton(family, text): argument
40 @param family: the address family
41 @type family: int
44 @raises NotImplementedError: the address family specified is not
49 if family == AF_INET:
51 elif family == AF_INET6:
56 def inet_ntop(family, address): argument
59 @param family: the address family
60 @type family: int
63 @raises NotImplementedError: the address family specified is not
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
Dref.css7 .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/autotest/client/site_tests/network_3GDisconnectFailure/
Dnetwork_3GDisconnectFailure.py22 def _GetModemSuperClass(family): argument
24 Obtains the correct Modem base class to use for the given family.
26 @param family: The modem family. Should be one of |3GPP|/|CDMA|.
28 @raises error.TestError, if |family| is not one of '3GPP' or 'CDMA'.
31 if family == '3GPP':
33 elif family == 'CDMA':
36 raise error.TestError('Invalid pseudomodem family: %s', family)
39 def GetModemDisconnectWhileStateIsDisconnecting(family): argument
43 @param family: The family of the modem returned.
44 @returns: A modem of the given family that fails disconnect.
[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/sonivox/docs/
DJET_Authoring_Guidelines.html90 {font-family:Tahoma;
93 mso-generic-font-family:swiss;
104 font-family:Arial;
105 mso-fareast-font-family:"Times New Roman";
121 font-family:Arial;
142 font-family:Arial;
159 font-family:Arial;
176 font-family:"Courier New";
193 font-family:Arial;
209 font-family:Arial;
[all …]
DJET_Creator_User_Manual.html93 {font-family:Tahoma;
96 mso-generic-font-family:swiss;
107 font-family:Arial;
108 mso-fareast-font-family:"Times New Roman";
124 font-family:Arial;
145 font-family:Arial;
162 font-family:Arial;
179 font-family:"Courier New";
196 font-family:Arial;
212 font-family:Arial;
[all …]
/external/iproute2/lib/
Dutils.c96 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/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
DAPL.py27 @ivar family: the address family (IANA address family registry)
28 @type family: int
37 __slots__ = ['family', 'negation', 'address', 'prefix']
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)
[all …]
/external/libnl/lib/netfilter/
Dnfnl.c43 * FAMILY, RES_ID);
59 * nfnl_send_simple(sk, SUBSYS, TYPE, 0, FAMILY, RES_ID);
102 * @arg family nfnetlink address family
108 int flags, uint8_t family, uint16_t res_id) in nfnl_send_simple() argument
111 .nfgen_family = family, in nfnl_send_simple()
146 * Get netfilter family from message
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()
185 NL_DBG(2, "msg %p: Added nfnetlink header family=%d res_id=%d\n", in nfnlmsg_append()
186 msg, family, res_id); in nfnlmsg_append()
[all …]
/external/unicode/
Demoji-zwj-sequences.txt25 1F468 200D 1F468 200D 1F466 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��) Family:…
26 … 1F466 200D 1F466 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��‍��) Family: MAN, MAN, BOY, BOY
27 1F468 200D 1F468 200D 1F467 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��) Family:…
28 … 1F467 200D 1F466 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��‍��) Family: MAN, MAN, GIRL, B…
29 … 1F467 200D 1F467 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��‍��) Family: MAN, MAN, GIRL, G…
30 1F468 200D 1F469 200D 1F466 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��) Family:…
31 … 1F466 200D 1F466 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��‍��) Family: MAN, WOMAN, BOY, …
32 1F468 200D 1F469 200D 1F467 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��) Family:…
33 … 1F467 200D 1F466 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��‍��) Family: MAN, WOMAN, GIRL,…
34 … 1F467 200D 1F467 ; Emoji_ZWJ_Sequence # 6.0 [1] (��‍��‍��‍��) Family: MAN, WOMAN, GIRL,…
[all …]
/external/autotest/client/site_tests/network_3GFailedConnect/
Dnetwork_3GFailedConnect.py18 def _GetModemSuperClass(family): argument
20 Obtains the correct Modem base class to use for the given family.
22 @param family: The modem family. Should be one of |3GPP|/|CDMA|.
24 @raises error.TestError, if |family| is not one of '3GPP' or 'CDMA'.
27 if family == '3GPP':
29 elif family == 'CDMA':
32 raise error.TestError('Invalid pseudomodem family: %s', family)
35 def GetFailConnectModem(family): argument
37 Returns the correct modem subclass based on |family|.
39 @param family: A string containing either '3GPP' or 'CDMA'.
[all …]
/external/c-ares/
Dares__get_hostent.c36 int ares__get_hostent(FILE *fp, int family, struct hostent **host) in ares__get_hostent() argument
47 /* Validate family */ in ares__get_hostent()
48 switch (family) { in ares__get_hostent()
137 /* Convert address string to network address for the requested 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()
146 /* Actual network address family and length. */ 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()
155 /* Actual network address family and length. */ in ares__get_hostent()
[all …]
/external/iproute2/ip/
Drtmon.c77 int family = AF_UNSPEC; in main() local
85 if (matches(argv[1], "-family") == 0) { in main()
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()
[all …]
/external/libnl/lib/
Daddr.c19 * printf("Address family: %s\n", nl_af2str(nl_addr_get_family(a)));
22 * printf("Address family: %s\n", nl_af2str(nl_addr_get_family(a)));
180 * @arg family Address family.
185 struct nl_addr *nl_addr_build(int family, void *buf, size_t size) in nl_addr_build() argument
193 addr->a_family = family; in nl_addr_build()
206 * @arg family Address family.
209 * family and allocates a new abstract address based on it.
213 struct nl_addr *nl_addr_alloc_attr(struct nlattr *nla, int family) in nl_addr_alloc_attr() argument
215 return nl_addr_build(family, nla_data(nla), nla_len(nla)); in nl_addr_alloc_attr()
221 * @arg hint Address family hint or AF_UNSPEC.
[all …]
/external/tcpdump/
Dprint-null.c36 * 32-bit integer that specifies the family, e.g. AF_INET.
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()
[all …]

12345678910>>...81