Searched defs:m_tag (Results 1 - 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DISimpleElement.java42 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/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c492 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/webkit/Source/WebCore/css/
H A DCSSSelector.h48 , m_tag(anyQName())
62 , m_tag(qName)
235 bool hasTag() const { return m_tag != anyQName(); }
238 const QualifiedName& tag() const { return m_tag; }
246 void setTag(const QualifiedName& value) { m_tag = value; }
312 QualifiedName m_tag; member in class:WebCore::CSSSelector
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 135 milliseconds