HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 1 - 25 of 552) 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...]
  /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/webkit/Source/WebCore/platform/graphics/haiku/
FontCacheHaiku.cpp 51 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)
72 return new FontPlatformData(fontDescription, family);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCacheAndroid.cpp 60 static bool isFallbackFamily(String family)
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, "georgia"
    [all...]
  /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/libppp/src/
tun.h 31 u_int32_t family; member in union:tun_data::__anon10807
  /external/webkit/Source/WebCore/platform/graphics/
FontFamily.cpp 46 if (a.family() != b.family())
53 if (ap->family() != bp->family())
FontFamily.h 43 void setFamily(const AtomicString& family) { m_family = family; }
44 const AtomicString& family() const { return m_family; } function in class:WebCore::FontFamily
76 inline void FontFamily::appendFamily(PassRefPtr<SharedFontFamily> family)
78 m_next = family;
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCacheWx.cpp 45 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)
98 return new FontPlatformData(fontDescription,family);
  /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/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-trace/trace-viewer/src/analysis/
selection_analysis.css 8 font-family: monospace;
  /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;}
  /external/smack/src/org/xbill/DNS/
ClientSubnetOption.java 39 private int family; field in class:ClientSubnetOption
49 checkMaskLength(String field, int family, int val) {
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 != Address.IPv4 && family != Address.IPv6
    [all...]
APLRecord.java 24 public final int family; field in class:APLRecord.Element
30 Element(int family, boolean negative, Object address, int prefixLength)
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 &
148 int family = in.readU16(); local
182 int family = 0; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dop.java 26 /** DalvOps.MIN_VALUE..DalvOps.MAX_VALUE; the opcode family */
27 private final int family; field in class:Dop
43 * @param family {@code DalvOps.MIN_VALUE..DalvOps.MAX_VALUE;} the opcode family
49 public Dop(int opcode, int family, InsnFormat format,
55 if ((family < DalvOps.MIN_VALUE) || (family > DalvOps.MAX_VALUE)) {
56 throw new IllegalArgumentException("bogus family");
68 this.family = family;
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
module_32.h 29 #error unknown processor family
  /development/ndk/platforms/android-9/arch-x86/include/asm/
module_32.h 29 #error unknown processor family

Completed in 1191 milliseconds

1 2 3 4 5 6 7 8 91011>>