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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libnl_2/genl/
family.c 27 void genl_family_put(struct genl_family *family)
29 family->ce_refcnt--;
30 if (family->ce_refcnt <= 0)
31 free(family);
34 unsigned int genl_family_get_id(struct genl_family *family)
38 if (!family)
41 return family->gf_id;
  /external/oprofile/module/ia64/
cpu_type.c 19 __u8 family = local_cpu_data->family; local
22 switch (family) {
  /external/tcpdump/
print-null.c 48 * 32-bit integer that specifies the family, e.g. AF_INET.
68 null_hdr_print(u_int family, u_int length)
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 = SWAPLONG(family)
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
generic_object_view.css 8 font-family: monospace;
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketfactory.h 46 virtual Socket* CreateSocket(int family, int type) = 0;
50 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 47 // Sets the entry in the font map for the given script. If family is the empty string, removes the entry instead.
48 void GenericFontFamilySettings::setGenericFontFamilyMap(ScriptFontFamilyMap& fontMap, const AtomicString& family, UScriptCode script)
51 if (family.isEmpty()) {
55 } else if (it != fontMap.end() && it->value == family) {
58 fontMap.set(static_cast<int>(script), family); local
77 void GenericFontFamilySettings::setStandard(const AtomicString& family, UScriptCode script)
79 setGenericFontFamilyMap(m_standardFontFamilyMap, family, script);
87 void GenericFontFamilySettings::setFixed(const AtomicString& family, UScriptCode script)
89 setGenericFontFamilyMap(m_fixedFontFamilyMap, family, script);
97 void GenericFontFamilySettings::setSerif(const AtomicString& family, UScriptCode script
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sockaddr.h 36 sa_family_t sa_prefix##family
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sockaddr.h 36 sa_family_t sa_prefix##family
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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);
setif.h 21 int add_address(const char *ifname, int family, const void *address, int cidr, const void *broadcast);
setroute.h 25 int if_route(const char *ifname, int family, const void *destination, int cidr, const void *gateway, int metric, int mtu, int change_type);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontCacheLinux.cpp 37 void FontCache::getFontFamilyForCharacter(UChar32 c, const char* preferredLocale, FontCache::SimpleFontFamily* family)
44 family->name = String::fromUTF8(CString(webFamily.name));
45 family->isBold = webFamily.isBold;
46 family->isItalic = webFamily.isItalic;
  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebSandboxSupport.h 47 // Get a font family which contains glyphs for the given Unicode code-point.
52 // Returns a string with the font family on an empty string if the
57 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/libppp/src/
tun.h 31 u_int32_t family; member in union:tun_data::__anon23807
  /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 // Return a font family which provides glyphs for the Unicode code point
24 // Returns: a font family instance.
28 blink::WebFontFamily* family);
30 void GetRenderStyleForStrike(const char* family, int sizeAndStyle,
  /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/mesa3d/src/gallium/drivers/r600/
r600_llvm.h 18 const char * r600_llvm_gpu_string(enum radeon_family family);
24 enum radeon_family family,

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 91011>>