Searched refs:m_tag (Results 1 – 10 of 10) sorted by relevance
/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/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 | 375 , m_tag (tag) in LogValueInfo() 385 qpSampleValueTag m_tag; member in tcu::LogValueInfo 396 , m_tag (tag) in LogNumber() 407 qpKeyValueTag m_tag; member in tcu::LogNumber 523 log.writeValueInfo(m_name, m_description, m_unit, m_tag); in write() 529 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write() 535 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write()
|
/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/avahi/avahi-compat-howl/include/corby/ |
D | orb.h | 70 sw_uint32 m_tag; member
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBody.h | 204 void* m_tag; // User data member 205 Element() : m_tag(0) {} in Element() 653 void* m_tag; // User data variable
|
D | btSoftBody.cpp | 97 m_tag = 0; in initDefaults()
|
/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/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
D | softbody_wrap.cpp | 4120 if (arg1) (arg1)->m_tag = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Element_1tag_1set() 4133 result = (void *) ((arg1)->m_tag); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Element_1tag_1get() 9975 if (arg1) (arg1)->m_tag = arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1tag_1set() 9988 result = (void *) ((arg1)->m_tag); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1tag_1get()
|