HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 1 - 25 of 1077) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/module/ia64/
cpu_type.c 19 __u8 family = local_cpu_data->family; local
22 switch (family) {
  /external/chromium_org/extensions/renderer/resources/
extension_fonts.css 10 font-family: $FONTFAMILY;
  /external/libnl/lib/genl/
family.c 2 * lib/genl/family.c Generic Netlink Family
14 * @defgroup genl_family 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
96 struct genl_family *family = (struct genl_family *) obj; local
    [all...]
  /external/tcpdump/
print-null.c 48 * 32-bit integer that specifies the family, e.g. AF_INET.
67 null_hdr_print(u_int family, u_int length)
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 = SWAPLONG(family)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
generic_object_view.css 8 font-family: monospace;
  /external/chromium_org/third_party/webrtc/base/
socketfactory.h 29 virtual Socket* CreateSocket(int family, int type) = 0;
33 virtual AsyncSocket* CreateAsyncSocket(int family, int type) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFamily.cpp 33 if (a.family() != b.family())
40 if (ap->family() != bp->family())
GenericFontFamilySettings.cpp 59 // 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)
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)
91 if (family == standard())
93 setGenericFontFamilyMap(m_standardFontFamilyMap, family, script);
102 bool GenericFontFamilySettings::updateFixed(const AtomicString& family, UScriptCode script)
104 if (family == fixed()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sockaddr.h 36 sa_family_t sa_prefix##family
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sockaddr.h 36 sa_family_t sa_prefix##family
  /external/android-clat/
getaddr.h 26 union anyip *getinterface_ip(const char *interface, int family);
  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebSandboxSupport.h 58 // family: i.e. "Times New Roman"
68 virtual void getRenderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle*) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.cc 58 // Detect CPU Family and Model
61 // 11:8 - Family
64 // 27:20 - Extended Family
65 libyuv::CpuId(1, 0, &cpu_info[0]); // Function 1: Family and Model
66 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/
Os.java 41 * 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 that can be tested for. {@value
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftcglyph.c 33 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, cache )
201 FTC_Family family = query->family; local
    [all...]
  /external/freetype/src/cache/
ftcglyph.c 33 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, cache )
201 FTC_Family family = query->family; local
    [all...]
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.h 19 // 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/
open_sans.css 7 font-family: 'Open Sans';
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_llvm.h 18 const char * r600_llvm_gpu_string(enum radeon_family family);
24 enum radeon_family family,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
reserve.asm 1 ; Test res* family
  /external/lohit-fonts/lohit-odia-ttf/
66-lohit-odia.conf 8 <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/
r600_llvm.h 18 const char * r600_llvm_gpu_string(enum radeon_family family);
24 enum radeon_family family,
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.idl 33 [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/
stylesheet.css 17 .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/
stylesheet.css 17 .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;}

Completed in 1679 milliseconds

1 2 3 4 5 6 7 8 91011>>