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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFeatureSettings.cpp 32 : m_tag(tag)
39 return m_tag == other.m_tag && m_value == other.m_value;
FontFeatureSettings.h 43 const AtomicString& tag() const { return m_tag; }
47 AtomicString m_tag; member in class:WebCore::FontFeature
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFeatureValue.cpp 35 , m_tag(tag)
44 builder.append(m_tag);
52 return m_tag == other.m_tag && m_value == other.m_value;
CSSFontFeatureValue.h 41 const AtomicString& tag() const { return m_tag; }
52 AtomicString m_tag; member in class:WebCore::CSSFontFeatureValue
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
ISimpleElement.java 42 return "<" + m_tag.getName () + "/>";
47 return m_tag;
68 out.write (m_tag.getName ());
84 m_tag = tag;
89 protected final Tag m_tag; field in class:ISimpleElement.Factory.SimpleElementImpl
IElement.java 44 return "<" + m_tag.getName () + ">";
49 final String tagName = m_tag.getName ();
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFAbbreviationDeclaration.cpp 20 m_tag (0),
28 m_tag (tag),
47 m_tag = data.GetULEB128(offset_ptr);
61 return m_tag != 0;
65 m_tag = 0;
76 // *ostrm_ptr << std::setfill(' ') << std::dec << '[' << std::setw(3) << std::right << m_code << ']' << ' ' << std::setw(30) << std::left << DW_TAG_value_to_name(m_tag) << DW_CHILDREN_value_to_name(m_has_children) << std::endl;
91 return m_code != 0 && m_tag != 0;
99 m_tag = abbr_decl.Tag();
149 m_tag = abbr_decl.Tag();
DWARFAbbreviationDeclaration.h 33 dw_tag_t Tag() const { return m_tag; }
76 dw_tag_t m_tag; member in class:DWARFAbbreviationDeclaration
DWARFDebugInfoEntry.h 117 m_tag (0)
129 m_tag = 0;
325 return m_tag;
453 m_tag:16; // A copy of the DW_TAG value so we don't have to go through the compile unit abbrev table
DWARFDebugInfoEntry.cpp 150 m_tag = abbrevDecl->Tag();
261 m_tag = 0;
304 m_tag = abbrevDecl->Tag();
307 bool isCompileUnitTag = m_tag == DW_TAG_compile_unit;
429 m_tag = 0;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 110 struct m_tag *m_tag_alloc(u_int32_t, int, int, int);
116 struct m_tag *m_tag_copy(struct m_tag *, int);
188 struct m_tag { struct
189 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */
193 void (*m_tag_free)(struct m_tag *);
209 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */
345 void m_tag_delete(struct mbuf *, struct m_tag *);
346 void m_tag_delete_chain(struct mbuf *, struct m_tag *);
348 void m_tag_free_default(struct m_tag *);
    [all...]
user_mbuf.c 293 m_tag_unlink(struct mbuf *m, struct m_tag *t)
296 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link);
303 m_tag_free(struct m_tag *t)
316 m_tag_setup(struct m_tag *t, u_int32_t cookie, int type, int len)
562 m_tag_delete(struct mbuf *m, struct m_tag *t)
572 m_tag_delete_chain(struct mbuf *m, struct m_tag *t)
575 struct m_tag *p, *q;
1055 struct m_tag *p, *t, *tprev = NULL;
1092 struct m_tag *
1093 m_tag_copy(struct m_tag *t, int how
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 75 String tag() const { return m_tag; }
108 void setTag(const String& tag) { m_tag = tag; }
115 String m_tag; member in class:WebCore::Notification
  /external/deqp/framework/common/
tcuTestLog.hpp 366 , m_tag (tag)
376 qpSampleValueTag m_tag; member in class:tcu::LogValueInfo
387 , m_tag (tag)
398 qpKeyValueTag m_tag; member in class:tcu::LogNumber
513 log.writeValueInfo(m_name, m_description, m_unit, m_tag);
519 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
525 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
  /bionic/libc/include/net/
if_ether.h 168 struct m_tag *mtag = \
  /development/ndk/platforms/android-3/include/net/
if_ether.h 168 struct m_tag *mtag = \
  /development/ndk/platforms/android-L/include/net/
if_ether.h 168 struct m_tag *mtag = \
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 492 struct sadb_x_tag *m_tag; local
515 m_tag = (void *)mhp[SADB_X_EXT_TAG];
586 else if (m_tag)
587 printf("tagged \"%s\" ", m_tag->sadb_x_tag_name);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 166 struct m_tag *mtag = \
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/net/
if_ether.h 166 struct m_tag *mtag = \
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/net/
if_ether.h 166 struct m_tag *mtag = \
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/net/
if_ether.h 166 struct m_tag *mtag = \
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/net/
if_ether.h 166 struct m_tag *mtag = \
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/net/
if_ether.h 166 struct m_tag *mtag = \
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/net/
if_ether.h 166 struct m_tag *mtag = \

Completed in 661 milliseconds

1 2 3 4