Searched defs:family (Results 51 - 75 of 333) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontSelector.cpp134 // Try to return the correct font based off our settings, in case we were handed the generic font family name.
142 void CSSFontSelector::willUseFontData(const FontDescription& fontDescription, const AtomicString& family, UChar32 character) argument
144 CSSSegmentedFontFace* face = m_fontFaceCache.get(fontDescription, family);
151 AtomicString family = familyNameFromSettings(m_genericFontFamilySettings, fontDescription, passedFamily); local
152 if (family.isEmpty())
153 family = passedFamily;
154 return FontCache::fontCache()->isPlatformFontAvailable(fontDescription, family);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFaceCreationParams.h59 explicit FontFaceCreationParams(AtomicString family) argument
60 : m_creationType(CreateFontByFamily), m_family(family), m_filename(CString()), m_fontconfigInterfaceId(0), m_ttcIndex(0)
66 // normalize the family name.
77 AtomicString family() const function in class:blink::FontFaceCreationParams
H A DFontPlatformData.cpp176 FontPlatformData::FontPlatformData(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation orientation, bool subpixelTextPosition) argument
179 , m_family(family)
H A DGenericFontFamilySettings.cpp59 // Sets the entry in the font map for the given script. If family is the empty string, removes the entry instead.
60 void GenericFontFamilySettings::setGenericFontFamilyMap(ScriptFontFamilyMap& fontMap, const AtomicString& family, UScriptCode script) argument
63 if (family.isEmpty()) {
67 } else if (it != fontMap.end() && it->value == family) {
70 fontMap.set(static_cast<int>(script), family); local
89 bool GenericFontFamilySettings::updateStandard(const AtomicString& family, UScriptCode script) argument
91 if (family == standard())
93 setGenericFontFamilyMap(m_standardFontFamilyMap, family, script);
102 bool GenericFontFamilySettings::updateFixed(const AtomicString& family, UScriptCode script) argument
104 if (family
115 updateSerif(const AtomicString& family, UScriptCode script) argument
128 updateSansSerif(const AtomicString& family, UScriptCode script) argument
141 updateCursive(const AtomicString& family, UScriptCode script) argument
154 updateFantasy(const AtomicString& family, UScriptCode script) argument
167 updatePictograph(const AtomicString& family, UScriptCode script) argument
[all...]
/external/chromium_org/third_party/libevent/
H A Devutil.c65 evutil_socketpair(int family, int type, int protocol, int fd[2]) argument
68 return socketpair(family, type, protocol, fd);
87 || family != AF_UNIX
/external/chromium_org/third_party/libyuv/unit_test/
H A Dcpu_test.cc87 int family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0); local
89 printf("Cpu Family %d (0x%x), Model %d (0x%x)\n", family, family,
/external/chromium_org/third_party/libyuv/util/
H A Dcpuid.c28 uint32 family, model, cpu_info[4]; local
54 family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0);
56 printf("Cpu Family %d (0x%x), Model %d (0x%x)\n", family, family,
/external/chromium_org/third_party/webrtc/base/
H A Dipaddress.h88 int family() const { return family_; } function in class:rtc::IPAddress
H A Dsslsocketfactory.cc29 ProxySocketAdapter(SslSocketFactory* factory, int family, int type) argument
30 : AsyncSocketAdapter(NULL), factory_(factory), family_(family),
105 Socket* SslSocketFactory::CreateSocket(int family, int type) { argument
106 return factory_->CreateSocket(family, type);
113 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) { argument
115 return new ProxySocketAdapter(this, family, type);
117 return CreateProxySocket(proxy_, family, type);
123 int family,
125 AsyncSocket* socket = factory_->CreateAsyncSocket(family, type);
122 CreateProxySocket(const ProxyInfo& proxy, int family, int type) argument
/external/iproute2/ip/
H A Drtmon.c71 int family = AF_UNSPEC; local
79 if (matches(argv[1], "-family") == 0) {
85 family = AF_INET;
87 family = AF_INET6;
89 family = AF_INET6;
97 family = AF_INET;
99 family = AF_INET6;
101 family = AF_PACKET;
138 if (!family || family
[all...]
/external/libnl/lib/genl/
H A Dgenl.c42 * int family;
50 * // Ask kernel to resolve family name to family id
51 * family = genl_ctrl_resolve(sock, "generic_netlink_family_name");
56 * genlmsg_put(msg, NL_AUTO_PID, NL_AUTO_SEQ, family, 0, NLM_F_ECHO,
117 * @arg family Generic netlink family
127 int genl_send_simple(struct nl_sock *sk, int family, int cmd, argument
135 return nl_send_simple(sk, family, flags, &hdr, sizeof(hdr));
209 * @arg hdrlen length of family specifi
246 genlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, int family, int hdrlen, int flags, uint8_t cmd, uint8_t version) argument
[all...]
H A Dmngt.c21 * // particular generic netlink family. The ID and name are
42 * // family.
56 * // netlink family id.
67 * // Finally each cache handle for a generic netlink family
87 #include <netlink/genl/family.h>
139 char *genl_op2name(int family, int op, char *buf, size_t len) argument
145 if (ops->o_family == family) {
224 struct genl_family *family; local
226 family = genl_ctrl_search_by_name(ctrl, ops->o_name);
227 if (family !
[all...]
/external/libnl/lib/netfilter/
H A Dlog.c34 static int build_log_cmd_request(uint8_t family, uint16_t queuenum, argument
41 family, queuenum);
H A Dnfnl.c102 * @arg family nfnetlink address family
108 int flags, uint8_t family, uint16_t res_id)
111 .nfgen_family = family,
146 * Get netfilter family from message
174 static int nfnlmsg_append(struct nl_msg *msg, uint8_t family, uint16_t res_id) argument
182 nfg->nfgen_family = family;
185 NL_DBG(2, "msg %p: Added nfnetlink header family=%d res_id=%d\n",
186 msg, family, res_id);
195 * @arg family nfnetlin
107 nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type, int flags, uint8_t family, uint16_t res_id) argument
200 nfnlmsg_alloc_simple(uint8_t subsys_id, uint8_t type, int flags, uint8_t family, uint16_t res_id) argument
230 nfnlmsg_put(struct nl_msg *msg, uint32_t pid, uint32_t seq, uint8_t subsys_id, uint8_t type, int flags, uint8_t family, uint16_t res_id) argument
[all...]
/external/libnl/lib/route/
H A Drtnl.c31 * @arg family Address family.
39 int nl_rtgen_request(struct nl_sock *sk, int type, int family, int flags) argument
42 .rtgen_family = family,
/external/libnl/src/lib/
H A Dutils.c85 struct nl_addr *nl_cli_addr_parse(const char *str, int family) argument
90 if ((err = nl_addr_parse(str, family, &addr)) < 0)
/external/libnl/src/
H A Dnf-log.c60 int family; local
67 printf("Usage: nf-log family group [ copy_mode ] "
74 family = nl_str2af(argv[1]);
75 if (family == AF_UNSPEC)
76 nl_cli_fatal(NLE_INVAL, "Unknown family \"%s\": %s",
77 argv[1], nl_geterror(family));
79 nfnl_log_pf_unbind(nf_sock, family);
80 if ((err = nfnl_log_pf_bind(nf_sock, family)) < 0)
H A Dnf-queue.c47 uint8_t family; local
53 family = nfnl_queue_msg_get_family(msg);
58 nfnl_queue_msg_set_family(lost_msg, family);
91 int family; local
101 printf("Usage: nf-queue family group [ copy_mode ] "
103 printf("family: [ inet | inet6 | ... ] \n");
111 if ((family = nl_str2af(argv[1])) == AF_UNSPEC)
112 nl_cli_fatal(NLE_INVAL, "Unknown family \"%s\"", argv[1]);
114 nfnl_queue_pf_unbind(nf_sock, family);
115 if ((err = nfnl_queue_pf_bind(nf_sock, family)) <
[all...]
/external/lldb/source/Host/common/
H A DSocketAddress.cpp82 GetFamilyLength (sa_family_t family) argument
84 switch (family)
89 assert(0 && "Unsupported address family");
115 SocketAddress::SetFamily (sa_family_t family) argument
117 m_socket_addr.sa.sa_family = family;
119 m_socket_addr.sa.sa_len = GetFamilyLength (family);
235 SocketAddress::SetToLocalhost (sa_family_t family, in_port_t port) argument
237 switch (family)
/external/oprofile/daemon/
H A Dopd_ibs_trans.c524 void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans) argument
528 switch (family) {
/external/oprofile/libop/
H A Dop_hw_specific.h73 unsigned family = (eax & 0xf00) >> 8; local
75 return ext_family + family;
141 /* Already know is Intel family 6, so just check the model. */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c375 char* family = cidface->family_name; local
382 if ( *full == *family )
384 family++;
391 else if ( *family == ' ' || *family == '-' )
392 family++;
395 if ( !*family )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.c381 /* The following code to extract the family and the style is very */
395 char* family = root->family_name; local
405 if ( *full == *family )
407 family++;
414 else if ( *family == ' ' || *family == '-' )
415 family++;
420 if ( !*family )
/external/smack/src/org/xbill/DNS/
H A DAddress.java162 * @param family The address family.
166 toArray(String s, int family) { argument
167 byte [] byteArray = toByteArray(s, family);
189 * @param family The address family.
193 toByteArray(String s, int family) { argument
194 if (family == IPv4)
196 else if (family == IPv6)
199 throw new IllegalArgumentException("unknown address family");
318 getByAddress(String addr, int family) argument
364 addressLength(int family) argument
[all...]
H A DClientSubnetOption.java39 private int family; field in class:ClientSubnetOption
49 checkMaskLength(String field, int family, int val) { argument
50 int max = Address.addressLength(family) * 8;
73 this.family = Address.familyOf(address);
74 this.sourceNetmask = checkMaskLength("source netmask", this.family,
76 this.scopeNetmask = checkMaskLength("scope netmask", this.family,
98 * Returns the family of the network address. This will be either IPv4 (1)
103 return family;
126 family = in.readU16();
127 if (family !
[all...]

Completed in 345 milliseconds

1234567891011>>