Searched refs:m_tag (Results 1 - 7 of 7) 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
H A DIElement.java44 return "<" + m_tag.getName () + ">";
49 final String tagName = m_tag.getName ();
/external/testng/src/main/java/org/testng/xml/dom/
H A DWrapper.java14 private Tag m_tag; field in class:Wrapper
22 else if (a instanceof Tag) m_tag = (Tag) a;
30 else return m_tag.name();
41 } else if (m_tag != null) {
/external/deqp/framework/common/
H A DtcuTestLog.hpp375 , m_tag (tag)
385 qpSampleValueTag m_tag; member in class:tcu::LogValueInfo
396 , m_tag (tag)
407 qpKeyValueTag m_tag; member in class:tcu::LogNumber
523 log.writeValueInfo(m_name, m_description, m_unit, m_tag);
529 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
535 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
/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/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 770 milliseconds