HomeSort by relevance Sort by last modified time
    Searched refs:family (Results 201 - 225 of 552) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iptables/extensions/
libxt_SECMARK.c 72 .family = NFPROTO_UNSPEC,
libxt_cpu.c 48 .family = NFPROTO_UNSPEC,
libxt_helper.c 49 .family = NFPROTO_UNSPEC,
libxt_length.c 60 .family = NFPROTO_UNSPEC,
libxt_mac.c 73 .family = NFPROTO_UNSPEC,
libxt_quota.c 55 .family = NFPROTO_UNSPEC,
libxt_tcpmss.c 60 .family = NFPROTO_UNSPEC,
libxt_conntrack.c 598 unsigned int family, bool numeric)
600 if (family == NFPROTO_IPV4) {
613 } else if (family == NFPROTO_IPV6) {
757 unsigned int family, bool numeric, bool v3)
777 family, numeric);
785 family, numeric);
793 family, numeric);
801 family, numeric);
973 .family = NFPROTO_IPV4,
987 .family = NFPROTO_IPV4
    [all...]
  /external/kernel-headers/original/asm-x86/
module_32.h 64 #error unknown processor family
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 195 unsigned short family; member in struct:xt_match
243 unsigned short family; member in struct:xt_target
268 int af; /* address/protocol family */
296 extern int xt_check_match(const struct xt_match *match, unsigned short family,
299 extern int xt_check_target(const struct xt_target *target, unsigned short family,
  /external/skia/include/core/
SkTypeface.h 83 @param familyName May be NULL. The name of the font family.
92 pick a new style from the same family of the existing typeface.
93 If family is NULL, this selects from the default font's family.
95 @param family May be NULL. The name of the existing type face.
100 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
  /external/skia/legacy/include/core/
SkTypeface.h 80 @param familyName May be NULL. The name of the font family.
101 pick a new style from the same family of the existing typeface.
102 If family is NULL, this selects from the default font's family.
104 @param family May be NULL. The name of the existing type face.
109 static SkTypeface* CreateFromTypeface(const SkTypeface* family, Style s);
  /external/stlport/
configure 57 --use-compiler-family=<name> use compiler family; one of:
79 Enables usage of static (libc.lib family) or dynamic (msvcrt.lib family)
233 --use-compiler-family=*)
243 echo "Not supported compilers family"
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 57 FontPlatformData(const FontDescription&, const AtomicString& family);
  /external/webkit/Source/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWinCE.cpp 31 DWORD getKnownFontCodePages(const wchar_t* family);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inet_diag.h 24 __u8 idiag_family; /* Family of addresses. */
67 __u8 family; member in struct:inet_diag_hostcond
xfrm.h 56 __u16 family; member in struct:xfrm_selector
213 __u16 family; member in struct:xfrm_user_tmpl
323 __u16 family; member in struct:xfrm_usersa_info
336 __u16 family; member in struct:xfrm_usersa_id
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inet_diag.h 24 __u8 idiag_family; /* Family of addresses. */
67 __u8 family; member in struct:inet_diag_hostcond
xfrm.h 56 __u16 family; member in struct:xfrm_selector
213 __u16 family; member in struct:xfrm_user_tmpl
323 __u16 family; member in struct:xfrm_usersa_info
336 __u16 family; member in struct:xfrm_usersa_id
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inet_diag.h 24 __u8 idiag_family; /* Family of addresses. */
67 __u8 family; member in struct:inet_diag_hostcond
xfrm.h 56 __u16 family; member in struct:xfrm_selector
213 __u16 family; member in struct:xfrm_user_tmpl
323 __u16 family; member in struct:xfrm_usersa_info
336 __u16 family; member in struct:xfrm_usersa_id
  /external/iproute2/include/linux/
xfrm.h 53 __u16 family; member in struct:xfrm_selector
223 __u16 family; member in struct:xfrm_user_tmpl
342 __u16 family; member in struct:xfrm_usersa_info
357 __u16 family; member in struct:xfrm_usersa_id
433 __u16 family; member in struct:xfrm_user_kmaddress
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java 42 * The fonts are loaded from the SDK directory. Family/style mapping is done by parsing the
51 private static final String NODE_FAMILY = "family";
134 * Returns a {@link Font} object given a family name and a style value (constant in
136 * @param family the family name
142 public synchronized List<Font> getFont(String family, int style) {
145 if (family == null) {
150 // get the font objects from the main list based on family.
152 if (info.families.contains(family)) {
257 String family = trimXmlWhitespaces(mBuilder.toString()) local
    [all...]
  /external/webkit/Source/WebKit/win/
WebPreferences.cpp 568 /* [retval][out] */ BSTR* family)
570 *family = stringValueForKey(CFSTR(WebKitStandardFontPreferenceKey));
571 return (*family) ? S_OK : E_FAIL;
575 /* [in] */ BSTR family)
577 setStringValue(CFSTR(WebKitStandardFontPreferenceKey), family); local
582 /* [retval][out] */ BSTR* family)
584 *family = stringValueForKey(CFSTR(WebKitFixedFontPreferenceKey));
585 return (*family) ? S_OK : E_FAIL;
589 /* [in] */ BSTR family)
591 setStringValue(CFSTR(WebKitFixedFontPreferenceKey), family); local
605 setStringValue(CFSTR(WebKitSerifFontPreferenceKey), family); local
619 setStringValue(CFSTR(WebKitSansSerifFontPreferenceKey), family); local
633 setStringValue(CFSTR(WebKitCursiveFontPreferenceKey), family); local
647 setStringValue(CFSTR(WebKitFantasyFontPreferenceKey), family); local
    [all...]
  /external/iproute2/misc/
ss.c 637 if (a->family == AF_INET) {
645 ap = format_host(a->family, 16, a->data, buf, sizeof(buf));
670 if (p->family == AF_INET && a->family == AF_INET6) {
700 if (s->local.family == AF_UNIX) {
706 if (s->local.family == AF_PACKET)
708 if (s->local.family == AF_NETLINK)
723 if (a->addr.family == AF_UNIX)
739 if (a->addr.family == AF_UNIX)
819 if (a->addr.family == AF_INET6
    [all...]

Completed in 549 milliseconds

1 2 3 4 5 6 7 891011>>