Searched refs:family (Results 351 - 375 of 433) sorted by relevance

<<1112131415161718

/external/iptables/extensions/
H A Dlibxt_tcp.c374 .family = NFPROTO_UNSPEC,
H A Dlibxt_sctp.c494 .family = NFPROTO_UNSPEC,
H A Dlibxt_time.c436 .family = NFPROTO_UNSPEC,
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h153 static void getRenderStyleForStrike(const char* family, int sizeAndStyle, FontRenderStyle* result);
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h157 FontPlatformData(const FontDescription&, const AtomicString& family);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc287 if ((host_info.family == url_canon::CanonHostInfo::NEUTRAL) &&
334 if (host_info.family == url_canon::CanonHostInfo::IPV4) {
345 if (host_info.family == url_canon::CanonHostInfo::IPV6)
/external/libppp/src/
H A Diface.c374 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) argument
385 if (family == 0 || family == af) {
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp447 WebCString family = WebFontInfo::familyForChars(characters, numCharacters, preferredLocale);
448 if (family.data())
449 return WebString::fromUTF8(family.data());
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css42 font-family: Lucida Grande, sans-serif;
154 font-family: Lucida Grande, sans-serif;
609 font-family: monospace;
613 font-family: Monaco, monospace;
620 font-family: Menlo, monospace;
625 font-family: Consolas, Lucida Console, monospace;
630 font-family: dejavu sans mono, monospace;
702 font-family: Helvetica, Arial, sans-serif;
1179 font-family: monospace;
2073 font-family
[all...]
/external/iptables/iptables/
H A Dxtoptions.c516 struct addrinfo hints = {.ai_family = afinfo->family};
527 cb->val.hlen = (afinfo->family == NFPROTO_IPV4) ? 32 : 128;
671 * Parse an integer and ensure it is within the address family's prefix length
679 cb->val.hlen = (afinfo->family == NFPROTO_IPV4) ? 32 : 128;
/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen.php47 font-family: Verdana, Arial, sans-serif;
306 <tr><th>Style for the overall code block:</th><td><input type="text" name="overall" value="border: 1px dotted #a0a0a0; font-family: \'Courier New\', Courier, monospace; background-color: #f0f0f0; color: #0000bb;" /></td></tr>
H A Dexample.php89 $geshi->set_header_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;');
93 $geshi->set_footer_content_style('font-family: sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;');
116 font-family: Verdana, Arial, sans-serif;
/external/qemu/proxy/
H A Dproxy_common.c549 sock = socket_create(addr.family, SOCKET_STREAM);
/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp199 } else if (oldStyle->font().needsTranscoding() != style()->font().needsTranscoding() || (style()->font().needsTranscoding() && oldStyle->font().family().family() != style()->font().family().family())) {
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h456 @param name May be NULL. The name of the font family.
465 pick a new style from the same family of the existing typeface.
466 If family is NULL, this selects from the default font's family.
468 @param family May be NULL. The name of the existing type face.
473 ANPTypeface* (*createFromTypeface)(const ANPTypeface* family,
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c71 * flags hold 3 instn classifiers: {family, type, arg_type}
81 * // a 'loop_family_arr' is chosen based on the 'family' flag...
82 * switch(curr_test->flags->family) {
348 PPC_CMP_ARGS = 0x00000004, // family: compare
349 PPC_CMPI_ARGS = 0x00000005, // family: compare
350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
351 PPC_SPECIAL = 0x00000007, // family: logical
352 PPC_LD_ARGS = 0x00000008, // family: ldst
353 PPC_LDX_ARGS = 0x00000009, // family: ldst
354 PPC_ST_ARGS = 0x0000000A, // family
7292 int nb_args, type, family; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c71 * flags hold 3 instn classifiers: {family, type, arg_type}
81 * // a 'loop_family_arr' is chosen based on the 'family' flag...
82 * switch(curr_test->flags->family) {
348 PPC_CMP_ARGS = 0x00000004, // family: compare
349 PPC_CMPI_ARGS = 0x00000005, // family: compare
350 PPC_TWO_I16 = 0x00000006, // family: arith/logical
351 PPC_SPECIAL = 0x00000007, // family: logical
352 PPC_LD_ARGS = 0x00000008, // family: ldst
353 PPC_LDX_ARGS = 0x00000009, // family: ldst
354 PPC_ST_ARGS = 0x0000000A, // family
7292 int nb_args, type, family; local
[all...]
/external/chromium/net/base/
H A Dhost_resolver_impl.cc694 AddressFamily family = IPv6Supported() ? ADDRESS_FAMILY_UNSPECIFIED local
698 family);
863 // same (hostname / effective address-family) as |job|, and attaches them to
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py325 family, socktype, proto, canonname, sockaddr = addrinfo
327 socket_ = socket.socket(family, socktype)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py321 family, socktype, proto, canonname, sockaddr = addrinfo
323 socket_ = socket.socket(family, socktype)
/external/dhcpcd/
H A Ddhcp.c935 dhcp->hwtype = iface->family;
936 switch (iface->family) {
/external/dnsmasq/src/
H A Ddnsmasq.c1106 reply_query(daemon->randomsocks[i].fd, daemon->randomsocks[i].family, now);
1194 if (listener->family == AF_INET)
/external/openssh/
H A Dsshconnect.c338 u_short port, int family, int connection_attempts, int *timeout_ms,
356 hints.ai_family = family;
337 ssh_connect(const char *host, struct sockaddr_storage * hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv, const char *proxy_command) argument
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in17 font-family
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1806 ObjCMethodFamily family = method->getMethodFamily(); local
1807 if (family == OMF_alloc || family == OMF_copy ||
1808 family == OMF_mutableCopy || family == OMF_new) {

Completed in 519 milliseconds

<<1112131415161718