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

1234567891011>>

/external/oprofile/module/ia64/
H A Dcpu_type.c19 __u8 family = local_cpu_data->family; local
22 switch (family) {
/external/chromium_org/extensions/renderer/resources/
H A Dextension_fonts.css10 font-family: $FONTFAMILY;
/external/libnl/lib/genl/
H A Dfamily.c2 * lib/genl/family.c Generic Netlink Family
23 #include <netlink/genl/family.h>
39 struct genl_family *family = (struct genl_family *) c; local
41 nl_init_list_head(&family->gf_ops);
46 struct genl_family *family = (struct genl_family *) c; local
49 if (family == NULL)
52 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) {
76 struct genl_family *family = (struct genl_family *) obj; local
79 family->gf_id, family
96 struct genl_family *family = (struct genl_family *) obj; local
159 genl_family_put(struct genl_family *family) argument
171 genl_family_get_id(struct genl_family *family) argument
179 genl_family_set_id(struct genl_family *family, unsigned int id) argument
185 genl_family_get_name(struct genl_family *family) argument
193 genl_family_set_name(struct genl_family *family, const char *name) argument
199 genl_family_get_version(struct genl_family *family) argument
207 genl_family_set_version(struct genl_family *family, uint8_t version) argument
213 genl_family_get_hdrsize(struct genl_family *family) argument
221 genl_family_set_hdrsize(struct genl_family *family, uint32_t hdrsize) argument
227 genl_family_get_maxattr(struct genl_family *family) argument
235 genl_family_set_maxattr(struct genl_family *family, uint32_t maxattr) argument
241 genl_family_add_op(struct genl_family *family, int id, int flags) argument
[all...]
/external/tcpdump/
H A Dprint-null.c48 * 32-bit integer that specifies the family, e.g. AF_INET.
67 null_hdr_print(u_int family, u_int length) argument
71 tok2str(bsd_af_values,"Unknown",family),family);
74 tok2str(bsd_af_values,"Unknown AF %u",family));
91 u_int family; local
98 memcpy((char *)&family, (char *)p, sizeof(family));
108 if ((family & 0xFFFF0000) != 0)
109 family
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dgeneric_object_view.css8 font-family: monospace;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFamily.cpp33 if (a.family() != b.family())
40 if (ap->family() != bp->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/android-clat/
H A Dgetaddr.h26 union anyip *getinterface_ip(const char *interface, int family);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcpuid.cc66 int family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0); local
78 if (family < 6 || family == 15 ||
79 (family == 6 && (model == kAtom || model <= kCore2))) {
/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/third_party/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/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/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.h19 // Returns a font family which provides glyphs for the Unicode code point
25 blink::WebFallbackFont* family);
27 // Returns rendering settings for a provided font family, size, and style.
33 void GetRenderStyleForStrike(const char* family,
/external/chromium_org/remoting/webapp/
H A Dopen_sans.css7 font-family: 'Open Sans';
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_llvm.h18 const char * r600_llvm_gpu_string(enum radeon_family family);
24 enum radeon_family family,
/external/chromium_org/third_party/webrtc/base/
H A Dsocketfactory.h29 virtual Socket* CreateSocket(int family, int type) = 0;
33 virtual AsyncSocket* CreateAsyncSocket(int family, int type) = 0;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dreserve.asm1 ; Test res* family
/external/lohit-fonts/lohit-odia-ttf/
H A D66-lohit-odia.conf8 <test name="family">
11 <edit name="family" mode="prepend">
17 <test name="family" compare="eq">
27 <family>Lohit Odia</family>
29 <family>sans-serif</family>
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.h18 const char * r600_llvm_gpu_string(enum radeon_family family);
24 enum radeon_family family,
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalSettings.idl33 [RaisesException] void setStandardFontFamily(DOMString family, DOMString script);
34 [RaisesException] void setSerifFontFamily(DOMString family, DOMString script);
35 [RaisesException] void setSansSerifFontFamily(DOMString family, DOMString script);
36 [RaisesException] void setFixedFontFamily(DOMString family, DOMString script);
37 [RaisesException] void setCursiveFontFamily(DOMString family, DOMString script);
38 [RaisesException] void setFantasyFontFamily(DOMString family, DOMString script);
39 [RaisesException] void setPictographFontFamily(DOMString family, DOMString script);
/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/owasp/sanitizer/distrib/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/smack/src/org/xbill/DNS/
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...]
H A DAPLRecord.java24 public final int family; field in class:APLRecord.Element
30 Element(int family, boolean negative, Object address, int prefixLength) argument
32 this.family = family;
36 if (!validatePrefixLength(family, prefixLength)) {
60 sb.append(family);
62 if (family == Address.IPv4 || family == Address.IPv6)
76 return (family == elt.family
100 validatePrefixLength(int family, int prefixLength) argument
[all...]

Completed in 2276 milliseconds

1234567891011>>