Searched refs:family (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/external/oprofile/module/ia64/
H A Dcpu_type.c19 __u8 family = local_cpu_data->family; local
22 switch (family) {
/external/tcpdump/
H A Dprint-null.c48 * 32-bit integer that specifies the family, e.g. AF_INET.
68 null_hdr_print(u_int family, u_int length) argument
72 tok2str(bsd_af_values,"Unknown",family),family);
75 tok2str(bsd_af_values,"Unknown AF %u",family));
92 u_int family; local
99 memcpy((char *)&family, (char *)p, sizeof(family));
109 if ((family & 0xFFFF0000) != 0)
110 family
[all...]
/external/lohit-fonts/lohit-bengali-ttf/
H A D66-lohit-bengali.conf8 <test name="family">
11 <edit name="family" mode="prepend" binding="same">
16 <family>Lohit Bengali</family>
18 <family>sans-serif</family>
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontCacheHaiku.cpp51 FontPlatformData data(font.fontDescription(), font.family().family());
63 font_family family; local
65 be_plain_font->GetFamilyAndStyle(&family, &style);
66 AtomicString plainFontFamily(family);
70 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
72 return new FontPlatformData(fontDescription, family);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCacheAndroid.cpp60 static bool isFallbackFamily(String family) argument
62 return family.startsWith("-webkit-")
63 || equalIgnoringCase(family, "serif")
64 || equalIgnoringCase(family, "sans-serif")
65 || equalIgnoringCase(family, "sans")
66 || equalIgnoringCase(family, "monospace")
67 || equalIgnoringCase(family, "times") // skia aliases for serif
68 || equalIgnoringCase(family, "times new roman")
69 || equalIgnoringCase(family, "palatino")
70 || equalIgnoringCase(family, "georgi
139 createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
[all...]
/external/libppp/src/
H A Dtun.h31 u_int32_t family; member in union:tun_data::__anon8093
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFamily.cpp46 if (a.family() != b.family())
53 if (ap->family() != bp->family())
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontCacheWx.cpp45 fontData = getCachedFontData(font.fontDescription(), font.family().family());
62 const FontFamily* currFamily = &font.fontDescription().family();
64 if (currFamily->family().length()) {
68 if (currFamily->family().contains(*matchWords[j], false))
75 simpleFontData = getCachedFontData(font.fontDescription(), font.family().family());
96 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family) argument
98 return new FontPlatformData(fontDescription,family);
/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/freetype/src/cache/
H A Dftcglyph.c33 FTC_Family family )
35 gnode->family = family;
37 family->num_nodes++;
45 FTC_Family family = gnode->family; local
48 gnode->family = NULL;
49 if ( family && --family->num_nodes == 0 )
50 FTC_FAMILY_FREE( family, cach
106 FTC_Family_Init( FTC_Family family, FTC_Cache cache ) argument
201 FTC_Family family = query->family; local
[all...]
/external/lohit-fonts/lohit-kannada-ttf/
H A D66-lohit-kannada.conf8 <test name="family">
11 <edit name="family" mode="prepend">
16 <test name="family" compare="eq">
24 <family>Lohit Kannada</family>
26 <family>sans-serif</family>
/external/lohit-fonts/lohit-telugu-ttf/
H A D66-lohit-telugu.conf8 <test name="family">
11 <edit name="family" mode="prepend">
16 <test name="family" compare="eq">
24 <family>Lohit Telugu</family>
26 <family>sans-serif</family>
/external/dexmaker/javadoc/
H A Dstylesheet.css17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
/external/jsr305/javadoc/
H A Dstylesheet.css17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
/external/dbus/dbus/
H A Ddbus-server-win.c65 const char *family; local
70 family = dbus_address_entry_get_value (entry, "family");
73 family, error, TRUE);
/external/iproute2/genl/
H A Dgenl_utils.h15 extern int genl_ctrl_resolve_family(const char *family);
/external/iptables/extensions/
H A Dlibip6t_eui64.c7 .family = NFPROTO_IPV6,
H A Dlibipt_MIRROR.c7 .family = NFPROTO_IPV4,
H A Dlibipt_unclean.c7 .family = NFPROTO_IPV4,
H A Dlibxt_NOTRACK.c5 .family = NFPROTO_UNSPEC,
/external/webkit/Source/WebKit/chromium/src/
H A DWebFontDescription.cpp43 family = desc.family().family();
57 fontFamily.setFamily(family);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDop.java29 /** {@code Opcodes.isValid();} the opcode family */
30 private final int family; field in class:Dop
51 * @param family {@code Opcodes.isValid();} the opcode family
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format, argument
66 if (!Opcodes.isValidShape(family)) {
67 throw new IllegalArgumentException("bogus family");
79 this.family = family;
101 * Gets the opcode family
[all...]
/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/clang/docs/tools/
H A Dmanpage.css5 body { font-family: Arial,Helvetica; }
14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp50 FontFamilyCodePageInfo(const wchar_t* family, UINT codePage) argument
51 : m_family(family), m_codePage(codePage), m_codePages(0)
76 FontFamilyChecker(const wchar_t* family) argument
79 EnumFontFamilies(g_screenDC, family, enumFontFamProc, (LPARAM)this);
93 const String& family() const { return m_family; } function in class:WebCore::ValidFontFamilyFinder
108 static PassRefPtr<FixedSizeFontData> create(const AtomicString& family, unsigned weight, bool italic);
121 FixedSizeFontDataKey(const AtomicString& family = AtomicString(), unsigned weight = 0, bool italic = false)
122 : m_family(family)
213 String family; local
221 family
238 create(const AtomicString& family, unsigned weight, bool italic) argument
285 createFixedSizeFontData(const AtomicString& family, unsigned weight, bool italic) argument
332 FontPlatformPrivateData(const FontDescription& fontDescription, const AtomicString& family) argument
456 const AtomicString& FontPlatformData::family() const function in class:WebCore::FontPlatformData
487 mapKnownFont(DWORD codePages, String& family) argument
499 getKnownFontCodePages(const wchar_t* family) argument
515 adjustedGDIFontWeight(LONG gdiFontWeight, const String& family) argument
[all...]

Completed in 526 milliseconds

1234567891011>>