Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_NAME (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/icu/tools/android/icu/cts/tools/
DGenerateTestCaseXML.java57 static final String ATTRIBUTE_NAME = "name"; field in GenerateTestCaseXML
96 setAttribute(testPackageElem, ATTRIBUTE_NAME, "CtsIcuTestCases"); in main()
203 setAttribute(suiteElement, ATTRIBUTE_NAME, getName()); in addInformation()
226 setAttribute(testCaseElement, ATTRIBUTE_NAME, getName()); in addInformation()
231 setAttribute(testElement, ATTRIBUTE_NAME, method); in addInformation()
/cts/tests/signature/src/android/signature/cts/
DSignatureTest.java71 private static final String ATTRIBUTE_NAME = "name"; field in SignatureTest
185 currentPackage = parser.getAttributeValue(null, ATTRIBUTE_NAME); in start()
191 currentClass.addImplInterface(parser.getAttributeValue(null, ATTRIBUTE_NAME)); in start()
230 String fieldName = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadFieldInfo()
244 String methodName = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadMethodInfo()
275 String className = parser.getAttributeValue(null, ATTRIBUTE_NAME); in loadClassInfo()
/cts/tools/utils/
DDescriptionGenerator.java86 static final String ATTRIBUTE_NAME = "name"; field in DescriptionGenerator
332 String newName = getAttribute(suiteElem, ATTRIBUTE_NAME) + "." in mergeEmptySuites()
333 + getAttribute(child, ATTRIBUTE_NAME); in mergeEmptySuites()
334 setAttribute(child, ATTRIBUTE_NAME, newName); in mergeEmptySuites()
377 String childName = child.getAttributes().getNamedItem(ATTRIBUTE_NAME) in appendSuiteToElement()
436 setAttribute(caseNode, ATTRIBUTE_NAME, caze.mName); in appendTestCases()
496 setAttribute(suiteElem, ATTRIBUTE_NAME, name); in appendSuiteToElementImpl()
503 setAttribute(leafSuiteElem, ATTRIBUTE_NAME, suiteName); in appendSuiteToElementImpl()
DCollectAllTests.java142 setAttribute(testPackageElem, ATTRIBUTE_NAME, xmlName); in main()