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

1 2 34 5 6 7 8 91011>>

  /external/iproute2/ip/
ipmaddr.c 34 int family; member in struct:__anon9115
105 m.addr.family = AF_PACKET;
133 m.addr.family = AF_INET;
177 m.addr.family = AF_INET6;
197 if (list->addr.family == AF_PACKET) {
204 switch(list->addr.family) {
212 fprintf(fp, "family %d ", list->addr.family);
216 format_host(list->addr.family,
248 if (!filter.family)
    [all...]
  /external/mtpd/
mtpd.h 43 void create_socket(int family, int type, char *server, char *port);
  /external/oprofile/daemon/
opd_ibs_trans.h 32 extern void trans_ibs_op_mask_reserved (unsigned int family, struct transient * trans);
  /external/oprofile/module/x86/
cpu_type.c 148 __u8 family = current_cpu_data.x86; local
157 if (family == 6) {
166 if (family == 15)
171 switch (family) {
  /external/webkit/Source/WebCore/css/
FontValue.h 47 RefPtr<CSSValueList> family; member in class:WebCore::FontValue
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 28 #include <netlink/genl/family.h>
  /external/chromium/net/base/
net_util_posix.cc 70 int family = ifa->ifa_addr->sa_family; local
71 if (family == AF_INET || family == AF_INET6) {
  /external/freetype/src/cache/
ftcsbits.h 43 #define FTC_SNODE_FAMILY( x ) FTC_GNODE( x )->family
46 (*FTC_SFamily_GetCountFunc)( FTC_Family family,
50 (*FTC_SFamily_LoadGlyphFunc)( FTC_Family family,
  /external/icu4c/common/
uinvchar.h 63 # error Unknown charset family!
83 # error Unknown charset family!
103 # error Unknown charset family!
  /external/libyuv/files/unit_test/
cpu_test.cc 69 // CPU Family and Model
72 // 11:8 - Family
75 // 27:20 - Extended Family
77 int family = ((cpu_info[0] >> 8) & 0x0f) | ((cpu_info[0] >> 16) & 0xff0); local
79 printf("Cpu Family %d (0x%x), Model %d (0x%x)\n", family, family,
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 83 SimpleFontData* getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName = false);
101 FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
105 FontPlatformData* createFontPlatformData(const FontDescription&, const AtomicString& family);
FontDescription.h 81 const FontFamily& family() const { return m_familyList; } function in class:WebCore::FontDescription
94 // only use fixed default size when there is only one font family, and that family is "monospace"
95 bool useFixedDefaultSize() const { return genericFamily() == MonospaceFamily && !family().next() && family().family() == "-webkit-monospace"; }
107 void setFamily(const FontFamily& family) { m_familyList = family; }
157 bool m_isSpecifiedFont : 1; // True if a web page specifies a non-generic font family as the first font family
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 66 // A simple mapping from UScriptCode to family name. This is a sparse array,
74 const UChar* family; member in struct:WebCore::__anon17844::FontMap
154 scriptFontMap[fontMap[i].script] = fontMap[i].family;
291 // - Get the default font for each script/generic family from the
323 // accept another parameter indicating the previous family
356 const UChar* family = getFontFamilyForScript(script, generic); local
358 // If the font family for script is not found or the character is
361 if (!family || ucs4 > 0xFFFF) {
365 family = L"code2001";
374 family = L"pmingliu-extb"
    [all...]
FontUtilsChromiumWin.h 48 // Return a font family that supports a script and belongs to |generic| font
49 // family. It can return NULL and a caller has to implement its own fallback.
52 // Return a font family that can render |characters| based on
56 // the family is returned.
63 // Derive a new HFONT by replacing lfFaceName of LOGFONT with |family|,
81 bool getDerivedFontData(const UChar* family, int style, LOGFONT*, int* ascent, HFONT*, SCRIPT_CACHE**, WORD* spaceGlyph);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 37 static wxFontFamily fontFamilyToWxFontFamily(const int family)
39 switch (family) {
76 FontPlatformData::FontPlatformData(const FontDescription& desc, const AtomicString& family)
89 family.string()
98 family.string()
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 77 * Create a typeface object given a family name, and option style information.
82 * @param familyName May be null. The name of the font family.
94 * style from the same family of an existing typeface object. If family is
95 * null, this selects from the default font's family.
97 * @param family May be null. The name of the existing type face.
102 public static Typeface create(Typeface family, int style) {
104 if (family != null) {
106 if (family.mStyle == style) {
107 return family;
    [all...]
  /external/dhcpcd/
ifaddrs.c 33 struct ifaddrs *get_interface(const char *name, sa_family_t family)
46 if ((family == AF_INET) && (addr == 0))
62 if (family == AF_INET) {
66 saddr->sin_family = family;
74 smask->sin_family = family;
78 } else if (family == AF_PACKET) {
83 hwaddr->sll_family = family;
  /external/iproute2/lib/
utils.c 69 if (!get_addr_1(&addr, arg, AF_INET) && addr.family == AF_INET) {
274 int get_addr_1(inet_prefix *addr, const char *name, int family)
281 if (family == AF_DECnet)
283 addr->family = family;
284 addr->bytelen = (family == AF_INET6 ? 16 : 4);
290 addr->family = AF_INET6;
291 if (family != AF_UNSPEC && family != AF_INET6)
301 if (family == AF_DECnet)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpreferences.cpp 63 void QWKPreferences::setFontFamily(FontFamily which, const QString& family)
67 WKPreferencesSetStandardFontFamily(d->ref, WKStringCreateWithQString(family));
70 WKPreferencesSetFixedFontFamily(d->ref, WKStringCreateWithQString(family));
73 WKPreferencesSetSerifFontFamily(d->ref, WKStringCreateWithQString(family));
76 WKPreferencesSetSansSerifFontFamily(d->ref, WKStringCreateWithQString(family));
79 WKPreferencesSetCursiveFontFamily(d->ref, WKStringCreateWithQString(family));
82 WKPreferencesSetFantasyFontFamily(d->ref, WKStringCreateWithQString(family));
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.h 92 WK_EXPORT void WKPreferencesSetStandardFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
95 WK_EXPORT void WKPreferencesSetFixedFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
98 WK_EXPORT void WKPreferencesSetSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
101 WK_EXPORT void WKPreferencesSetSansSerifFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
104 WK_EXPORT void WKPreferencesSetCursiveFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
107 WK_EXPORT void WKPreferencesSetFantasyFontFamily(WKPreferencesRef preferencesRef, WKStringRef family);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 119 public UiccCardApplication getUiccCardApplication(int family) {
122 return mUiccCard.getApplication(family);
129 public IccRecords getIccRecords(int family) {
132 UiccCardApplication app = mUiccCard.getApplication(family);
142 public IccFileHandler getIccFileHandler(int family) {
145 UiccCardApplication app = mUiccCard.getApplication(family);
  /external/android-clat/
netlink_msg.h 21 size_t inet_family_size(int family);
  /external/chromium/base/
cpu.h 25 int family() const { return family_; } function in class:base::CPU
42 int family_; // family of the processor
  /external/iproute2/include/
xt-internal.h 8 /* protocol family dependent informations */
10 /* protocol family */
11 int family; member in struct:afinfo
  /external/qemu/
qemu_socket.h 18 const char *inet_strfamily(int family);

Completed in 2161 milliseconds

1 2 34 5 6 7 8 91011>>