HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 176 - 200 of 552) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/iproute2/ip/
iproute.c 190 if (filter.rdst.family &&
191 (r->rtm_family != filter.rdst.family || filter.rdst.bitlen > r->rtm_dst_len))
193 if (filter.mdst.family &&
194 (r->rtm_family != filter.mdst.family ||
197 if (filter.rsrc.family &&
198 (r->rtm_family != filter.rsrc.family || filter.rsrc.bitlen > r->rtm_src_len))
200 if (filter.msrc.family &&
201 (r->rtm_family != filter.msrc.family ||
204 if (filter.rvia.family && r->rtm_family != filter.rvia.family)
    [all...]
  /external/iptables/extensions/
libxt_TCPMSS.c 95 .family = NFPROTO_IPV4,
109 .family = NFPROTO_IPV6,
libxt_TEE.c 99 .family = NFPROTO_IPV4,
113 .family = NFPROTO_IPV6,
libxt_connmark.c 127 .family = NFPROTO_UNSPEC,
143 .family = NFPROTO_UNSPEC,
libxt_mark.c 107 .family = NFPROTO_UNSPEC,
123 .family = NFPROTO_UNSPEC,
libxt_AUDIT.c 88 .family = NFPROTO_UNSPEC,
libxt_CHECKSUM.c 64 .family = NFPROTO_UNSPEC,
libxt_CLASSIFY.c 73 .family = NFPROTO_UNSPEC,
libxt_IDLETIMER.c 80 .family = NFPROTO_UNSPEC,
  /external/skia/src/core/
SkTypeface.cpp 69 SkTypeface* SkTypeface::CreateFromTypeface(const SkTypeface* family, Style s) {
70 return SkFontHost::CreateTypeface(family, NULL, s);
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 59 FontPlatformDataCacheKey(const AtomicString& family = AtomicString(), unsigned size = 0, unsigned weight = 0, bool italic = false,
64 , m_family(family)
256 SimpleFontData* FontCache::getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName)
258 FontPlatformData* platformData = getCachedFontPlatformData(fontDescription, family, checkingAlternateName);
372 const FontFamily* startFamily = &font.fontDescription().family();
378 if (currFamily->family().length()) {
380 FontData* data = fontSelector->getFontData(font.fontDescription(), currFamily->family());
384 result = getCachedFontData(font.fontDescription(), currFamily->family());
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 91 FontPlatformData platformData(desc, desc.family().family());
  /external/webkit/Source/WebCore/platform/text/transcoder/
FontTranscoder.cpp 65 const AtomicString& fontFamily = fontDescription.family().family().string();
  /external/webkit/Source/WebCore/xml/
XMLViewer.css 42 font-family: monospace;
  /external/webkit/Tools/DumpRenderTree/chromium/
fonts.conf 10 <test qual="any" name="family">
13 <edit name="family" mode="assign">
19 <test qual="any" name="family">
22 <edit name="family" mode="assign">
28 <test qual="any" name="family">
31 <edit name="family" mode="assign">
36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
39 <test qual="any" name="family">
42 <edit name="family" mode="assign">
48 <test qual="any" name="family">
    [all...]
  /external/qemu/
sockets.c 192 socket_family_to_bsd( SocketFamily family )
194 switch (family) {
248 a->family = SOCKET_INET;
256 a->family = SOCKET_IN6;
264 a->family = SOCKET_UNIX;
271 if (a->family == SOCKET_UNIX && a->u._unix.owner) {
380 switch (a->family) {
407 if (a->family != b->family)
410 switch (a->family) {
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 197 socket_family_to_bsd( SocketFamily family )
199 switch (family) {
253 a->family = SOCKET_INET;
261 a->family = SOCKET_IN6;
269 a->family = SOCKET_UNIX;
276 if (a->family == SOCKET_UNIX && a->u._unix.owner) {
385 switch (a->family) {
412 if (a->family != b->family)
415 switch (a->family) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 14 font-family: arial , sans-serif;
115 font-family: arial, sans-serif;
  /external/chromium/googleurl/src/
url_canon_host.cc 320 host_info->family = CanonHostInfo::NEUTRAL;
343 host_info->family = CanonHostInfo::BROKEN;
374 return (host_info.family != CanonHostInfo::BROKEN);
384 return (host_info.family != CanonHostInfo::BROKEN);
  /external/dhcpcd/
duid.c 79 hw = htons(iface->family);
  /external/dnsmasq/src/
netlink.c 131 int family = AF_INET; local
149 req.g.rtgen_family = family;
178 if (family == AF_INET && ipv6_callback)
180 family = AF_INET6;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 2 html { font-family: 'Segoe UI','Verdana','Helvetica',sans-serif; font-size: 9pt; font-style: normal; font-weight: normal; }
4 pre { font-family: monospace; }
  /external/icu4c/
icu4c.css 11 font-family: "Arial", "Helvetica", sans-serif;
37 font-family: Georgia, "Times New Roman", Times, serif;
54 font-family: Georgia, "Times New Roman", Times, serif;
79 font-family: Georgia, "Times New Roman", Times, serif;
98 font-family: Georgia, "Times New Roman", Times, serif;
117 font-family: Georgia, "Times New Roman", Times, serif;
367 font-family: monospace;
402 font-family: monospace;
  /external/iproute2/include/linux/
inet_diag.h 26 __u8 idiag_family; /* Family of addresses. */
69 __u8 family; member in struct:inet_diag_hostcond
  /external/ipsec-tools/src/libipsec/
test-policy.c 151 test1sub2(policy, family)
153 int family;
160 switch (family) {
171 if ((so = socket(family, SOCK_DGRAM, 0)) < 0)

Completed in 1909 milliseconds

1 2 3 4 5 6 78 91011>>