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

1 2

  /external/testng/src/main/java/org/testng/internal/
Attributes.java 19 private Map<String, Object> m_attributes = Maps.newHashMap(); field in class:Attributes
23 return m_attributes.get(name);
28 return m_attributes.keySet();
33 m_attributes.put(name, value);
38 return m_attributes.remove(name);
TestResult.java 279 private IAttributes m_attributes = new Attributes(); field in class:TestResult
283 return m_attributes.getAttribute(name);
288 m_attributes.setAttribute(name, value);
293 return m_attributes.getAttributeNames();
298 return m_attributes.removeAttribute(name);
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.hpp 78 std::vector<AttribSpec> m_attributes; member in class:deqp::gls::ShaderPerformanceCase
glsShaderPerformanceMeasurer.hpp 123 std::vector<AttribSpec> m_attributes; member in class:deqp::gls::ShaderPerformanceMeasurer
  /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/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...]
  /external/testng/src/main/java/org/testng/
SuiteRunner.java 631 private IAttributes m_attributes = new Attributes(); field in class:SuiteRunner
635 return m_attributes.getAttribute(name);
640 m_attributes.setAttribute(name, value);
645 return m_attributes.getAttributeNames();
650 return m_attributes.removeAttribute(name);
TestRunner.java 1574 private IAttributes m_attributes = new Attributes(); field in class:TestRunner
    [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/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/egl/
teglChooseConfigTests.cpp 121 m_attributes.push_back(std::make_pair((EGLenum)attributes[0], (EGLint)attributes[1]));
129 , m_attributes (attributes)
149 executeTest(m_attributes, m_checkOrder);
236 vector<pair<EGLenum, EGLint> > m_attributes; member in class:deqp::egl::ChooseConfigCase
  /prebuilts/tools/common/m2/repository/avalon-framework/avalon-framework/4.1.3/
avalon-framework-4.1.3.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 421 milliseconds

1 2