Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/external/deqp/executor/
DxeTestResultParser.cpp384 const char* TestResultParser::getAttribute (const char* name) in getAttribute() function in xe::TestResultParser
389 return m_xmlParser.getAttribute(name); in getAttribute()
451 const char* version = getAttribute("Version"); in handleElementStart()
455 m_result->casePath = getAttribute("CasePath"); in handleElementStart()
459 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType")); in handleElementStart()
483 result->statusCode = getTestStatusCode(getAttribute("StatusCode")); in handleElementStart()
495 section->name = getAttribute("Name"); in handleElementStart()
496 section->description = getAttribute("Description"); in handleElementStart()
504 number->name = getAttribute("Name"); in handleElementStart()
505 number->description = getAttribute("Description"); in handleElementStart()
[all …]
/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp80 bool CXmlElement::getAttribute<std::string>(const string &name, string &value) const in getAttribute() function in CXmlElement
101 bool CXmlElement::getAttribute(const std::string &name, T &value) const in getAttribute() function in CXmlElement
104 if (!getAttribute(name, rawValue)) { in getAttribute()
120 getAttribute("Name", attribute); in getNameAttribute()
267 template bool CXmlElement::getAttribute(const std::string &name, std::string &value) const;
268 template bool CXmlElement::getAttribute(const std::string &name, bool &value) const;
269 template bool CXmlElement::getAttribute(const std::string &name, short &value) const;
270 template bool CXmlElement::getAttribute(const std::string &name, unsigned short &value) const;
271 template bool CXmlElement::getAttribute(const std::string &name, int &value) const;
272 template bool CXmlElement::getAttribute(const std::string &name, unsigned int &value) const;
[all …]
/external/testng/src/main/java/org/testng/xml/dom/
DDomUtil.java45 parameters.put(e.getAttribute("name"), e.getAttribute("value")); in populate()
65 suiteFiles.add(e.getAttribute("path")); in populate()
158 testParameters.put(e.getAttribute("name"), e.getAttribute("value")); in populateTest()
182 includes.add(((Element) item4).getAttribute("name")); in populateTest()
184 excludes.add(((Element) item4).getAttribute("name")); in populateTest()
193 xmlTest.addXmlDependencyGroup(e.getAttribute("name"), e.getAttribute("depends-on")); in populateTest()
218 groups.add(e.getAttribute("name")); in xmlDefine()
221 xmlTest.addMetaGroup(((Element) item).getAttribute("name"), groups); in xmlDefine()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java28 public Object getAttribute(int index) { in getAttribute() method in AttributeContainer
45 public Object getAttribute(String name) { in getAttribute() method in AttributeContainer
48 return getAttribute(i.intValue()); in getAttribute()
62 return getAttribute(i.intValue()).toString(); in getAttributeAsString()
88 return getAttribute(i.intValue()); in getAttributeSafely()
105 return getAttribute(i.intValue()).toString(); in getAttributeSafelyAsString()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRuleLabelScope.java88 public Attribute getAttribute(String name) { in getAttribute() method in RuleLabelScope
91 if ( rulePropertiesScope.getAttribute(name)!=null ) { in getAttribute()
92 return rulePropertiesScope.getAttribute(name); in getAttribute()
96 return referencedRule.returnScope.getAttribute(name); in getAttribute()
/external/parameter-framework/upstream/parameter/
DParameterFrameworkConfiguration.cpp67 xmlElement.getAttribute("SystemClassName", _strSystemClassName); in fromXml()
70 xmlElement.getAttribute("TuningAllowed", _bTuningAllowed); in fromXml()
73 xmlElement.getAttribute("ServerPort", _uiServerPort); in fromXml()
DIntegerParameterType.cpp97 xmlElement.getAttribute("Signed", _bSigned); in fromXml()
101 xmlElement.getAttribute("Size", sizeInBits); in fromXml()
113 if (!xmlElement.getAttribute("Min", (int32_t &)_uiMin)) { in fromXml()
118 if (!xmlElement.getAttribute("Max", (int32_t &)_uiMax)) { in fromXml()
125 if (!xmlElement.getAttribute("Min", _uiMin)) { in fromXml()
130 if (!xmlElement.getAttribute("Max", _uiMax)) { in fromXml()
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
DCwdCommandHandlerTest.groovy40 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == DIR
49 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == p(DIR, SUB)
55 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
62 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
70 assert session.getAttribute(SessionKeys.CURRENT_DIRECTORY) == null
/external/javassist/src/main/javassist/bytecode/
DMethodInfo.java140 = getAttribute(AnnotationsAttribute.invisibleTag); in prune()
147 = getAttribute(AnnotationsAttribute.visibleTag); in prune()
154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag); in prune()
161 = getAttribute(ParameterAnnotationsAttribute.visibleTag); in prune()
168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag); in prune()
177 = getAttribute(SignatureAttribute.tag); in prune()
299 public AttributeInfo getAttribute(String name) { in getAttribute() method in MethodInfo
453 .getAttribute(LineNumberAttribute.tag); in getLineNumber()
DFieldInfo.java90 = getAttribute(AnnotationsAttribute.invisibleTag); in prune()
97 = getAttribute(AnnotationsAttribute.visibleTag); in prune()
104 = getAttribute(SignatureAttribute.tag); in prune()
196 = (ConstantAttribute)getAttribute(ConstantAttribute.tag); in getConstantValue()
227 public AttributeInfo getAttribute(String name) { in getAttribute() method in FieldInfo
/external/apache-http/src/org/apache/http/protocol/
DDefaultedHttpContext.java63 public Object getAttribute(final String id) { in getAttribute() method in DefaultedHttpContext
64 Object obj = this.local.getAttribute(id); in getAttribute()
66 return this.defaults.getAttribute(id); in getAttribute()
/external/javassist/src/main/javassist/
DCtBehavior.java159 mi.getAttribute(AnnotationsAttribute.invisibleTag); in hasAnnotation()
161 mi.getAttribute(AnnotationsAttribute.visibleTag); in hasAnnotation()
181 mi.getAttribute(AnnotationsAttribute.invisibleTag); in getAnnotation()
183 mi.getAttribute(AnnotationsAttribute.visibleTag); in getAnnotation()
223 mi.getAttribute(AnnotationsAttribute.invisibleTag); in getAnnotations()
225 mi.getAttribute(AnnotationsAttribute.visibleTag); in getAnnotations()
273 mi.getAttribute(ParameterAnnotationsAttribute.invisibleTag); in getParameterAnnotations()
275 mi.getAttribute(ParameterAnnotationsAttribute.visibleTag); in getParameterAnnotations()
455 public byte[] getAttribute(String name) { in getAttribute() method in CtBehavior
456 AttributeInfo ai = methodInfo.getAttribute(name); in getAttribute()
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
DRntoCommandHandlerTest.groovy47 assert session.getAttribute(SessionKeys.RENAME_FROM) == null
57 assert session.getAttribute(SessionKeys.RENAME_FROM) == null
69 assert session.getAttribute(SessionKeys.RENAME_FROM) == FROM_FILE
76 assert session.getAttribute(SessionKeys.RENAME_FROM) == FROM_FILE
82 assert session.getAttribute(SessionKeys.RENAME_FROM) == FROM_FILE
/external/icu/icu4c/source/test/letest/
Dxmlreader.cpp170 char *id = getCString(testCase->getAttribute(id_attr)); in readTestFile()
171 char *script = getCString(testCase->getAttribute(script_attr)); in readTestFile()
172 char *lang = getCString(testCase->getAttribute(lang_attr)); in readTestFile()
206 fontName = getCString(element->getAttribute(name_attr)); in readTestFile()
207 fontVer = getCString(element->getAttribute(ver_attr)); in readTestFile()
208 fontCksum = getCString(element->getAttribute(cksum_attr)); in readTestFile()

12345678910>>...19