Searched refs:m_tag (Results 1 - 12 of 12) 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/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp20 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();
H A DDWARFAbbreviationDeclaration.h33 dw_tag_t Tag() const { return m_tag; }
76 dw_tag_t m_tag; member in class:DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.h117 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
H A DDWARFDebugInfoEntry.cpp150 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;
1813 if (m_tag)
1815 if (m_tag == DW_TAG_subprogram)
1852 if (m_tag)
1854 if (m_tag == DW_TAG_subprogram)
2077 if (m_tag)
[all...]
/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/avahi/avahi-compat-howl/include/corby/
H A Dorb.h70 sw_uint32 m_tag; member in struct:_sw_corby_orb_config
/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 220 milliseconds