HomeSort by relevance Sort by last modified time
    Searched defs:m_tag (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
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
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFeatureSettings.h 43 const AtomicString& tag() const { return m_tag; }
47 AtomicString m_tag; member in class:WebCore::FontFeature
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFAbbreviationDeclaration.h 33 dw_tag_t Tag() const { return m_tag; }
76 dw_tag_t m_tag; member in class:DWARFAbbreviationDeclaration
  /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);
  /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);
  /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...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 3294 milliseconds