Home
last modified time | relevance | path

Searched defs:m_attributes (Results 1 – 16 of 16) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DAttributes.java19 private Map<String, Object> m_attributes = Maps.newHashMap(); field in Attributes
DTestResult.java279 private IAttributes m_attributes = new Attributes(); field in TestResult
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h62 DWARFAttribute::collection m_attributes; variable
/external/deqp/modules/glshared/
DglsShaderPerformanceCase.hpp78 std::vector<AttribSpec> m_attributes; member in deqp::gls::ShaderPerformanceCase
DglsShaderPerformanceMeasurer.hpp123 std::vector<AttribSpec> m_attributes; member in deqp::gls::ShaderPerformanceMeasurer
/external/emma/core/java12/com/vladium/jcd/cls/
DField_info.java191 private IAttributeCollection m_attributes; // never null field in Field_info
DMethod_info.java217 private IAttributeCollection m_attributes; field in Method_info
DClassDef.java725 private IAttributeCollection m_attributes; field in ClassDef
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DCodeAttribute_info.java256 private IAttributeCollection m_attributes; // never null field in CodeAttribute_info
/external/deqp/framework/xexml/
DxeXMLParser.hpp194 AttributeMap m_attributes; member in xe::xml::Parser
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp236 vector<pair<EGLenum, EGLint> > m_attributes; member in deqp::egl::ChooseConfigCase
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java555 private XSLTAttributeDef[] m_attributes; field in XSLTElementDef
/external/testng/src/main/java/org/testng/
DSuiteRunner.java631 private IAttributes m_attributes = new Attributes(); field in SuiteRunner
DTestRunner.java1574 private IAttributes m_attributes = new Attributes(); field in TestRunner
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java136 protected AttributesImplSerializer m_attributes = new AttributesImplSerializer(); field in SerializerBase
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp869 vector<Attribute> m_attributes; member in deqp::gles3::Functional::TransformFeedback::TransformFeedbackCase