Searched defs:family (Results 76 - 100 of 333) sorted by relevance

1234567891011>>

/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java41 * OS family to look for
43 private String family; field in class: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 tha
122 Os(String family) argument
194 isFamily(String family) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhost_resolver_test.cc52 void AddFakeAddress(int family) { argument
53 if (family == AF_INET) {
58 fake_addr.sin_family = family;
61 } else if (family == AF_INET6) {
63 fake_addr.sin6_family = family;
H A Dsocket_test.cc458 int family; member in struct:__anon8974
484 ASSERT_TRUE(inet_pton(tests[i].family, tests[i].input, addr))
489 inet_ntop(tests[i].family, addr, out_buffer, sizeof(out_buffer)));
/external/chromium_org/net/dns/
H A Ddns_hosts.cc138 AddressFamily family = ADDRESS_FAMILY_IPV4; local
151 family = (ip.size() == 4) ? ADDRESS_FAMILY_IPV4 : ADDRESS_FAMILY_IPV6;
157 DnsHostsKey key(parser.token().as_string(), family);
/external/chromium_org/ppapi/cpp/dev/
H A Dfont_dev.h43 PP_FontFamily_Dev family() const { return pp_font_description_.family; } function in class:pp::FontDescription_Dev
44 void set_family(PP_FontFamily_Dev f) { pp_font_description_.family = f; }
H A Dtruetype_font_dev.h32 /// structure. The 'family' PP_Var field in the structure will be managed by
49 Var family() const { function in class:pp::TrueTypeFontDesc_Dev
52 void set_family(const Var& family) { argument
53 family_ = family;
56 desc_.family = family_.pp_var();
62 void set_generic_family(PP_TrueTypeFontFamily_Dev family) { argument
63 desc_.generic_family = family;
117 /// Gets an array of TrueType font family names available on the host.
118 /// These names can be used to create a font from a specific family.
120 /// @param[in] instance A <code>InstanceHandle</code> requesting the family
[all...]
/external/chromium_org/ppapi/cpp/trusted/
H A Dbrowser_font_trusted.h41 PP_BrowserFont_Trusted_Family family() const { function in class:pp::BrowserFontDescription
42 return pp_font_description_.family;
45 pp_font_description_.family = f;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.h62 static PassRefPtrWillBeRawPtr<FontFace> create(ExecutionContext*, const AtomicString& family, PassRefPtr<ArrayBuffer> source, const FontFaceDescriptors&);
63 static PassRefPtrWillBeRawPtr<FontFace> create(ExecutionContext*, const AtomicString& family, PassRefPtr<ArrayBufferView>, const FontFaceDescriptors&);
64 static PassRefPtrWillBeRawPtr<FontFace> create(ExecutionContext*, const AtomicString& family, const String& source, const FontFaceDescriptors&);
69 const AtomicString& family() const { return m_family; } function in class:blink::FontFace
116 FontFace(ExecutionContext*, const AtomicString& family, const FontFaceDescriptors&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlMultiLine.cpp51 float RenderTextControlMultiLine::getAvgCharWidth(AtomicString family) argument
56 if (family == "Lucida Grande")
59 return RenderTextControl::getAvgCharWidth(family);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCacheSkia.cpp75 FontFaceCreationParams creationParams(substituteDescription.family().family());
205 AtomicString family = creationParams.family(); local
208 if (!family.length() || family.startsWith("-webkit-")) {
212 name = family.utf8();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontFallbackWin.cpp49 String family = fontName; local
50 RefPtr<SkTypeface> tf = adoptRef(fontManager->legacyCreateTypeface(family.utf8().data(), SkTypeface::kNormal));
58 if (equalIgnoringCase(family, AtomicString::fromUTF8(actualFamily.fString.c_str()))) {
68 // A simple mapping from UScriptCode to family name. This is a sparse array,
76 const UChar* family; member in struct:blink::__anon11292::FontMap
85 scriptFontMap[fontMap[i].script] = fontMap[i].family;
92 const UChar* family; member in struct:blink::__anon11292::FontMap
172 scriptFontMap[fontMap[i].script] = fontMap[i].family;
260 // - Get the default font for each script/generic family from the
297 // accept another parameter indicating the previous family
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFontDescription.h84 WebString family; member in struct:blink::WebFontDescription
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcbasic.c62 FTC_FamilyRec family; member in struct:FTC_BasicFamilyRec_
72 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
76 return FTC_BASIC_ATTR_COMPARE( &family->attrs, &query->attrs );
85 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
90 FTC_Family_Init( FTC_FAMILY( family ), cache );
91 family->attrs = query->attrs;
100 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
106 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id,
131 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
136 error = FTC_Manager_LookupSize( manager, &family
158 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
208 FTC_BasicFamily family = (FTC_BasicFamily)gnode->family; local
[all...]
H A Dftcglyph.h31 * FTC_GNodes will belong to the same family in typical uses.
36 * * family: A pointer to a glyph `family'.
82 * - Search for the corresponding family in the cache, or create
83 * a new one if necessary. Put it in FTC_GQUERY(myquery).family
128 * We can group glyphs into `families'. Each family correspond to a
138 FT_UInt num_nodes; /* current number of nodes in this family */
151 FTC_Family family; member in struct:FTC_GNodeRec_
163 FTC_Family family; member in struct:FTC_GQueryRec_
181 FTC_Family family );
[all...]
H A Dftcsbits.c109 FTC_Family family = gnode->family; local
123 clazz = (FTC_SFamilyClass)family->clazz;
127 error = clazz->family_load_glyph( family, gindex, manager, &face );
216 FTC_Family family = gquery->family; local
223 total = clazz->family_get_count( family, cache->manager );
240 FTC_GNode_Init( FTC_GNODE( snode ), start, family ); local
339 result = FT_BOOL( gnode->family == gquery->family
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.cc56 void XmppSocket::CreateCricketSocket(int family) { argument
58 if (family == AF_UNSPEC) {
59 family = AF_INET;
62 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM);
188 CreateCricketSocket(addr.family());
/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.c149 UInt32 family, model; local
152 family = x86cpuid_GetFamily(&p);
157 case CPU_FIRM_INTEL: return (family < 6 || (family == 6 && model == 0x100C));
158 case CPU_FIRM_AMD: return (family < 5 || (family == 5 && (model < 6 || model == 0xA)));
159 case CPU_FIRM_VIA: return (family < 6 || (family == 6 && model < 0xF));
/external/chromium_org/third_party/webrtc/base/
H A Dsocketpool.cc122 factory_->CreateAsyncSocket(remote.family(), SOCK_STREAM);
163 int family = remote.family(); local
166 family = AF_INET;
169 factory_->CreateAsyncSocket(family, SOCK_STREAM);
/external/chromium_org/ui/gfx/
H A Dfont_render_params_linux.cc116 FcChar8* family = NULL; local
117 FcPatternGetString(match, FC_FAMILY, 0, &family);
118 if (family)
119 family_out->assign(reinterpret_cast<const char*>(family));
172 // The family returned by Fontconfig isn't part of FontRenderParams, so we
185 << (family_out ? " (family requested)" : "");
214 // Use the first family from the list if Fontconfig didn't suggest a family.
/external/deqp/framework/delibs/decpp/
H A DdeSocket.cpp58 void SocketAddress::setFamily (deSocketFamily family) argument
60 if (!deSocketAddress_setFamily(m_address, family))
/external/dnsmasq/src/
H A Dnetlink.c131 int family = AF_INET; local
149 req.g.rtgen_family = family;
178 if (family == AF_INET && ipv6_callback)
180 family = AF_INET6;
/external/freetype/src/cache/
H A Dftcbasic.c62 FTC_FamilyRec family; member in struct:FTC_BasicFamilyRec_
72 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
76 return FTC_BASIC_ATTR_COMPARE( &family->attrs, &query->attrs );
85 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
90 FTC_Family_Init( FTC_FAMILY( family ), cache );
91 family->attrs = query->attrs;
100 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
106 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id,
131 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
136 error = FTC_Manager_LookupSize( manager, &family
158 FTC_BasicFamily family = (FTC_BasicFamily)ftcfamily; local
208 FTC_BasicFamily family = (FTC_BasicFamily)gnode->family; local
[all...]
H A Dftcglyph.h31 * FTC_GNodes will belong to the same family in typical uses.
36 * * family: A pointer to a glyph `family'.
82 * - Search for the corresponding family in the cache, or create
83 * a new one if necessary. Put it in FTC_GQUERY(myquery).family
128 * We can group glyphs into `families'. Each family correspond to a
138 FT_UInt num_nodes; /* current number of nodes in this family */
151 FTC_Family family; member in struct:FTC_GNodeRec_
163 FTC_Family family; member in struct:FTC_GQueryRec_
181 FTC_Family family );
[all...]
H A Dftcsbits.c109 FTC_Family family = gnode->family; local
123 clazz = (FTC_SFamilyClass)family->clazz;
127 error = clazz->family_load_glyph( family, gindex, manager, &face );
216 FTC_Family family = gquery->family; local
223 total = clazz->family_get_count( family, cache->manager );
240 FTC_GNode_Init( FTC_GNODE( snode ), start, family ); local
339 result = FT_BOOL( gnode->family == gquery->family
[all...]
/external/iproute2/include/
H A Dutils.h46 __u8 family; member in struct:__anon22372
74 extern int get_addr_1(inet_prefix *dst, const char *arg, int family);
75 extern int get_prefix_1(inet_prefix *dst, char *arg, int family);
76 extern int get_addr(inet_prefix *dst, const char *arg, int family);
77 extern int get_prefix(inet_prefix *dst, char *arg, int family);

Completed in 496 milliseconds

1234567891011>>