HomeSort by relevance Sort by last modified time
    Searched refs:m_attributes (Results 1 - 25 of 33) sorted by null

1 2

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFAbbreviationDeclaration.h 28 m_attributes.push_back(attr);
35 size_t NumAttributes() const { return m_attributes.size(); }
36 dw_attr_t GetAttrByIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attributes[idx].get_attr() : 0; }
37 dw_form_t GetFormByIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attributes[idx].get_form() : 0; }
40 if (m_attributes.size() > idx)
42 m_attributes[idx].get(attr, form);
52 m_attributes[idx].get(attr, form);
56 return m_attributes[idx].get_form()
78 DWARFAttribute::collection m_attributes; member in class:DWARFAbbreviationDeclaration
    [all...]
DWARFAbbreviationDeclaration.cpp 22 m_attributes()
30 m_attributes()
44 m_attributes.clear();
56 m_attributes.push_back(DWARFAttribute(attr, form));
80 // for (pos = m_attributes.begin(); pos != m_attributes.end(); ++pos)
120 m_attributes.push_back(DWARFAttribute(attr, form));
133 m_attributes.push_back(DWARFAttribute(attr, form));
167 m_attributes.push_back(DWARFAttribute(attr, DW_FORM_strp));
169 m_attributes.push_back(DWARFAttribute(attr, form))
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
Field_info.java 71 m_attributes = attributes;
85 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
92 m_attributes.add (attribute_info);
121 return m_attributes.hasSynthetic ();
138 return m_attributes;
160 _clone.m_attributes = (IAttributeCollection) m_attributes.clone ();
180 m_attributes.writeInClassFormat (out);
191 private IAttributeCollection m_attributes; // never null field in class:Field_info
Method_info.java 71 m_attributes = attributes;
87 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
93 m_attributes.add (attribute_info);
132 return m_attributes.hasSynthetic ();
137 return ((m_access_flags & ACC_BRIDGE) != 0) || m_attributes.hasBridge ();
155 return m_attributes;
164 for (int i = 0; i < m_attributes.size (); i++)
166 Attribute_info attribute_info = m_attributes.get (i);
187 _clone.m_attributes = (IAttributeCollection) m_attributes.clone ()
217 private IAttributeCollection m_attributes; field in class:Method_info
    [all...]
AttributeCollection.java 34 return (Attribute_info) m_attributes.get (offset);
58 return m_attributes.size ();
67 int _attributes_count = m_attributes.size (); // use size() if this class becomes non-final
86 final int attributes_count = m_attributes.size (); // use size() if this class becomes non-final
87 _clone.m_attributes = new ArrayList (attributes_count);
90 _clone.m_attributes.add (((Attribute_info) m_attributes.get (a)).clone ());
126 final List/* Attribute_info */ attributes = m_attributes;
152 final Attribute_info result = (Attribute_info) m_attributes.set (offset, attribute);
177 final Attribute_info result = (Attribute_info) m_attributes.remove (offset)
    [all...]
ClassDef.java 58 m_attributes = ElementFactory.newAttributeCollection (-1);
152 return m_attributes.hasSynthetic ();
157 final InnerClassesAttribute_info innerClassesAttribute = m_attributes.getInnerClassesAttribute ();
189 return m_attributes;
219 _clone.m_attributes = (IAttributeCollection) m_attributes.clone ();
251 m_attributes.writeInClassFormat (out);
725 private IAttributeCollection m_attributes; field in class:ClassDef
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 101 m_attributes = attributes;
120 return m_attributes;
130 return 14 + m_codeSize + m_exceptionHandlerTable.length () + m_attributes.length ();
151 for (int a = 0; a < m_attributes.size (); ++ a)
153 s.append (" " + m_attributes.get (a) + eol);
173 _clone.m_attributes = (IAttributeCollection) m_attributes.clone ();
192 m_attributes.writeInClassFormat (out);
238 m_attributes = ElementFactory.newAttributeCollection (attributes_count);
245 m_attributes.add (attribute_info)
256 private IAttributeCollection m_attributes; \/\/ never null field in class:CodeAttribute_info
    [all...]
  /external/deqp/executor/
xeXMLParser.hpp 156 bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.end(); }
157 const char* getAttribute (const char* name) const { return m_attributes.find(name)->second.c_str(); }
158 const AttributeMap& attributes (void) const { return m_attributes; }
194 AttributeMap m_attributes; member in class:xe::xml::Parser
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.hpp 78 std::vector<AttribSpec> m_attributes; member in class:deqp::gls::ShaderPerformanceCase
glsShaderPerformanceMeasurer.cpp 174 m_attributes = attributes;
175 m_attributes.push_back(AttribSpec("a_position",
194 m_attribBuffers.resize(m_attributes.size(), 0);
197 for (int attribNdx = 0; attribNdx < (int)m_attributes.size(); attribNdx++)
200 generateVertices(vertices, m_gridSizeX, m_gridSizeY, m_attributes[attribNdx]);
209 for (int attribNdx = 0; attribNdx < (int)m_attributes.size(); attribNdx++)
211 int location = gl.getAttribLocation(program, m_attributes[attribNdx].name.c_str());
glsShaderPerformanceMeasurer.hpp 123 std::vector<AttribSpec> m_attributes; member in class:deqp::gls::ShaderPerformanceMeasurer
glsShaderPerformanceCase.cpp 149 m_measurer.init(m_program->getProgram(), m_attributes, initialCallCount);
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 295 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f),
326 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f),
333 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
338 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
571 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f),
602 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f),
609 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
743 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
es2pBlendTests.cpp 104 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f),
es2pTextureCases.cpp 117 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f),
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 299 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f),
330 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f),
337 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
342 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
579 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f),
610 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f),
617 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
755 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
es3pBlendTests.cpp 107 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f),
es3pTextureCases.cpp 125 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f),
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 136 protected AttributesImplSerializer m_attributes = new AttributesImplSerializer(); field in class:SerializerBase
404 // m_attributes.getIndex(rawName):m_attributes.getIndex(uri, localName);
407 // index = m_attributes.getIndex(rawName);
410 // index = m_attributes.getIndex(uri, localName);
413 index = m_attributes.getIndex(rawName);
415 index = m_attributes.getIndex(uri,localName);
423 m_attributes.setValue(index,value);
429 m_attributes.addAttribute(uri, localName, rawName, type, value);
    [all...]
ToStream.java     [all...]
ToXMLSAXHandler.java 206 m_saxHandler.startElement(uri, localName, m_elemContext.m_elementName, m_attributes);
209 m_attributes.clear();
ToHTMLStream.java     [all...]
ToUnknownStream.java 499 * add these attributes to m_attributes. So me must call super.
500 * addAttributes() In this case m_attributes is only used for the
1054 m_handler.startElement(m_firstElementURI, null, m_firstElementName, m_attributes);
1056 m_attributes = null;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 272 this.m_attributes = attributes;
555 private XSLTAttributeDef[] m_attributes; field in class:XSLTElementDef
564 return m_attributes;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 119 m_attributes.push_back(std::make_pair((EGLenum)attributes[0], (EGLint)attributes[1]));
127 , m_attributes (attributes)
147 executeTest(m_attributes, m_checkOrder);
234 vector<pair<EGLenum, EGLint> > m_attributes; member in class:deqp::egl::ChooseConfigCase

Completed in 3619 milliseconds

1 2