/external/deqp/executor/ |
D | xeTestResultParser.cpp | 384 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/ |
D | XmlElement.cpp | 80 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/ |
D | DomUtil.java | 45 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/ |
D | AttributeContainer.java | 28 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/ |
D | RuleLabelScope.java | 88 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/ |
D | ParameterFrameworkConfiguration.cpp | 67 xmlElement.getAttribute("SystemClassName", _strSystemClassName); in fromXml() 70 xmlElement.getAttribute("TuningAllowed", _bTuningAllowed); in fromXml() 73 xmlElement.getAttribute("ServerPort", _uiServerPort); in fromXml()
|
D | IntegerParameterType.cpp | 97 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | CwdCommandHandlerTest.groovy | 40 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/ |
D | MethodInfo.java | 140 = 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()
|
D | FieldInfo.java | 90 = 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/ |
D | DefaultedHttpContext.java | 63 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/ |
D | CtBehavior.java | 159 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/ |
D | RntoCommandHandlerTest.groovy | 47 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/ |
D | xmlreader.cpp | 170 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()
|