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

1 2 3 4 5 6 7 8

  /external/oprofile/module/ia64/
cpu_type.c 19 __u8 family = local_cpu_data->family; local
22 switch (family) {
  /external/libppp/src/
tun.h 31 u_int32_t family; member in union:tun_data::__anon10807
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 21 AndroidCpuFamily family = android_getCpuFamily(); local
22 switch (family) {
24 printf("CPU family is ARM\n");
27 printf("CPU family is x86\n");
30 printf("CPU family is MIPS\n");
33 fprintf(stderr, "Unsupported CPU family: %d\n", family);
37 if (family == ANDROID_CPU_FAMILY_ARM) {
59 if (family == ANDROID_CPU_FAMILY_X86) {
  /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) {
net_util_win.cc 111 int family = address->Address.lpSockaddr->sa_family; local
112 if (family == AF_INET || family == AF_INET6) {
  /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/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/android-clat/
getaddr.c 33 int family; member in struct:target
63 if((targ_p->family == AF_INET6) && !(ifa_p->ifa_flags & IFA_F_SECONDARY)) {
70 if(targ_p->family == AF_INET) {
93 * finds the first global non-privacy IP of the given family for the given interface, or returns NULL. caller frees pointer
95 * family - family
97 union anyip *getinterface_ip(const char *interface, int family) {
103 targ.family = family;
111 ifa.ifa_family = targ.family;
    [all...]
  /external/chromium/base/
atomicops_internals_x86_gcc.cc 61 // get feature flags in ecx/edx, and family/model in eax
64 int family = (eax >> 8) & 0xf; // family and model fields local
66 if (family == 0xf) { // use extended family and model fields
67 family += (eax >> 20) & 0xff;
75 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
77 family == 15 &&
  /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/iproute2/ip/
ipprefix.c 42 int family = preferred_family; local
56 if (family == AF_UNSPEC)
57 family = AF_INET6;
58 if (family != AF_INET6)
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
rtmon.c 71 int family = AF_UNSPEC; local
79 if (matches(argv[1], "-family") == 0) {
85 family = AF_INET;
87 family = AF_INET6;
89 family = AF_INET6;
97 family = AF_INET;
99 family = AF_INET6;
101 family = AF_PACKET;
138 if (!family || family == AF_INET
    [all...]
  /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/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/v8/src/
atomicops_internals_x86_gcc.cc 92 // get feature flags in ecx/edx, and family/model in eax
95 int family = (eax >> 8) & 0xf; // family and model fields local
97 if (family == 0xf) { // use extended family and model fields
98 family += (eax >> 20) & 0xff;
106 // so we test only for Rev E, which is family 15, model 32..63 inclusive.
108 family == 15 &&
  /external/webkit/Source/WebCore/css/
FontValue.h 47 RefPtr<CSSValueList> family; member in class:WebCore::FontValue
  /external/webkit/Source/WebCore/platform/graphics/
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/qt/
FontPlatformData.h 104 QString family() const function in class:WebCore::FontPlatformData
109 return m_data->font.family();
  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 122 FontFamily family; local
123 family.setFamily(metrics.lfSmCaptionFont.lfFaceName);
124 desc.setFamily(family);
  /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...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dop.java 29 /** {@code Opcodes.isValid();} the opcode family */
30 private final int family; field in class:Dop
51 * @param family {@code Opcodes.isValid();} the opcode family
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format,
66 if (!Opcodes.isValidShape(family)) {
67 throw new IllegalArgumentException("bogus family");
79 this.family = family;
101 * Gets the opcode family. The opcode family is the unmarked (n
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dop.java 29 /** {@code Opcodes.isValid();} the opcode family */
30 private final int family; field in class:Dop
51 * @param family {@code Opcodes.isValid();} the opcode family
60 public Dop(int opcode, int family, int nextOpcode, InsnFormat format,
66 if (!Opcodes.isValidShape(family)) {
67 throw new IllegalArgumentException("bogus family");
79 this.family = family;
101 * Gets the opcode family. The opcode family is the unmarked (n
    [all...]
  /external/iproute2/include/
xt-internal.h 8 /* protocol family dependent informations */
10 /* protocol family */
11 int family; member in struct:afinfo
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 62 String family = PlatformBridge::getFontFamilyForCharacters(characters, length, locale.getLanguage()); local
63 if (family.isEmpty())
66 AtomicString atomicFamily(family);
106 const AtomicString& family)
113 if (!family.length() || family.startsWith("-webkit-")) {
136 s = family.string().utf8();
  /external/webkit/Source/WebKit/chromium/src/gtk/
WebFontInfo.cpp 101 FcChar8* family; local
103 if (FcPatternGetString(current, FC_FAMILY, 0, &family) == FcResultMatch) {
104 const char* charFamily = reinterpret_cast<char*>(family);
115 void WebFontInfo::renderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle* out)
125 fcvalue.u.s = reinterpret_cast<const FcChar8 *>(family);

Completed in 2525 milliseconds

1 2 3 4 5 6 7 8