Searched defs:tagName (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | JUnitXmlParser.java | 159 String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute() 172 long getTimeMillis(String tagName, Attributes attributes) throws SAXException { in getTimeMillis()
|
/tools/metalava/src/main/java/com/android/resources/ |
D | ResourceType.java | 211 public static ResourceType fromXmlTagName(String tagName) { in fromXmlTagName() 239 String tagName = nameFunction.apply(tag); in fromXmlTag() local
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | MetricsXmlParser.java | 110 private String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute()
|
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/ |
D | GameCoreConfigurationXmlParser.java | 108 private <T> List<T> parseList(Element element, String tagName, Function<Element, T> parser) { in parseList()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | AnnotationsMerger.kt | 511 val tagName = element.tagName in getAnnotationName() constant 563 val tagName = annotationElement.tagName in createAnnotation() constant
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | Javadoc.kt | 168 val tagName = if (tagSection.startsWith("@")) tagSection else "@param $tagSection" in mergeDocumentation() constant
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatter.java | 686 XmlPullParser parser, TestRunResult currentModule, String tagName, LogDataType type) in parseSingleFiles()
|