/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | ISimpleElement.java | 42 return "<" + m_tag.getName () + "/>"; in toString() 47 return m_tag; in getTag() 68 out.write (m_tag.getName ()); in emit() 84 m_tag = tag; in SimpleElementImpl() 89 protected final Tag m_tag; field in ISimpleElement.Factory.SimpleElementImpl
|
D | IElement.java | 44 return "<" + m_tag.getName () + ">"; in toString() 49 final String tagName = m_tag.getName (); in emit()
|
/external/usrsctp/usrsctplib/ |
D | user_mbuf.h | 113 struct m_tag *m_tag_alloc(u_int32_t, int, int, int); 119 struct m_tag *m_tag_copy(struct m_tag *, int); 191 struct m_tag { struct 192 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */ 196 void (*m_tag_free)(struct m_tag *); argument 212 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */ 347 void m_tag_delete(struct mbuf *, struct m_tag *); 348 void m_tag_delete_chain(struct mbuf *, struct m_tag *); 350 void m_tag_free_default(struct m_tag *);
|
D | user_mbuf.c | 453 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink() 456 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link); in m_tag_unlink() 463 m_tag_free(struct m_tag *t) in m_tag_free() 476 m_tag_setup(struct m_tag *t, u_int32_t cookie, int type, int len) in m_tag_setup() 718 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete() 728 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain() 731 struct m_tag *p, *q; in m_tag_delete_chain() 1215 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() 1254 struct m_tag * 1255 m_tag_copy(struct m_tag *t, int how) in m_tag_copy() [all …]
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 21 : m_code(InvalidCode), m_tag(llvm::dwarf::DW_TAG_null), m_has_children(0), in DWARFAbbreviationDeclaration() 26 : m_code(InvalidCode), m_tag(tag), m_has_children(has_children), in DWARFAbbreviationDeclaration() 37 m_tag = static_cast<dw_tag_t>(data.GetULEB128(offset_ptr)); in extract() 38 if (m_tag == DW_TAG_null) in extract() 72 return m_code != 0 && m_tag != llvm::dwarf::DW_TAG_null; in IsValid()
|
D | DWARFAbbreviationDeclaration.h | 27 dw_tag_t Tag() const { return m_tag; } in Tag() 60 dw_tag_t m_tag; variable
|
D | DWARFDebugInfoEntry.h | 39 m_has_children(false), m_abbr_idx(0), m_tag(llvm::dwarf::DW_TAG_null) {} in DWARFDebugInfoEntry() 115 dw_tag_t Tag() const { return m_tag; } in Tag() 180 dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; variable
|
D | DWARFDebugInfoEntry.cpp | 64 m_tag = abbrevDecl->Tag(); in Extract() 196 m_tag = llvm::dwarf::DW_TAG_null; in Extract() 691 if (m_tag) { in BuildFunctionAddressRangeTable() 692 if (m_tag == DW_TAG_subprogram) { in BuildFunctionAddressRangeTable() 883 m_tag == rhs.m_tag; in operator ==()
|
/external/testng/src/main/java/org/testng/xml/dom/ |
D | Wrapper.java | 14 private Tag m_tag; field in Wrapper 22 else if (a instanceof Tag) m_tag = (Tag) a; in Wrapper() 30 else return m_tag.name(); in getTagName() 41 } else if (m_tag != null) { in getParameters()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 381 , m_tag (tag) in LogValueInfo() 391 qpSampleValueTag m_tag; member in tcu::LogValueInfo 402 , m_tag (tag) in LogNumber() 413 qpKeyValueTag m_tag; member in tcu::LogNumber 529 log.writeValueInfo(m_name, m_description, m_unit, m_tag); in write() 535 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write() 541 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write()
|
/external/catch2/include/internal/ |
D | catch_test_spec.cpp | 42 , m_tag( toLower( tag ) ) in TagPattern() 48 m_tag) != end(testCase.lcaseTags); in matches()
|
D | catch_test_spec.h | 52 std::string m_tag;
|
/external/ipsec-tools/src/libipsec/ |
D | 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/python/pybind11/tests/ |
D | test_factory_constructors.cpp | 145 py::module_ m_tag = m.def_submodule("tag"); in TEST_SUBMODULE() local 148 py::class_<Name##_tag>(m_tag, #Name "_tag").def(py::init<>()); \ in TEST_SUBMODULE() 149 m_tag.attr(#Name) = py::cast(Name##_tag{}) in TEST_SUBMODULE()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 59 %struct.m_tag = type { %struct.packet_tags, i16, i16, i32 } 61 %struct.packet_tags = type { %struct.m_tag* }
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 59 %struct.m_tag = type { %struct.packet_tags, i16, i16, i32 } 61 %struct.packet_tags = type { %struct.m_tag* }
|
/external/bcc/tests/cc/ |
D | catch.hpp | 3195 TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {} in TagPattern() 3198 return testCase.lcaseTags.find( m_tag ) != testCase.lcaseTags.end(); in matches() 3201 std::string m_tag; member in Catch::TestSpec::TagPattern
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5096 std::string m_tag; member in Catch::TestSpec::TagPattern 14378 , m_tag( toLower( tag ) ) in TagPattern() 14384 m_tag) != end(testCase.lcaseTags); in matches()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5127 std::string m_tag; member in Catch::TestSpec::TagPattern 14583 , m_tag( toLower( tag ) ) in TagPattern() 14589 m_tag) != end(testCase.lcaseTags); in matches()
|