Home
last modified time | relevance | path

Searched defs:tagName (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DJUnitXmlParser.java159 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/
DResourceType.java211 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/
DMetricsXmlParser.java110 private String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute()
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java108 private <T> List<T> parseList(Element element, String tagName, Function<Element, T> parser) { in parseList()
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt511 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/
DJavadoc.kt168 val tagName = if (tagSection.startsWith("@")) tagSection else "@param $tagSection" in mergeDocumentation() constant
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DXmlSuiteResultFormatter.java686 XmlPullParser parser, TestRunResult currentModule, String tagName, LogDataType type) in parseSingleFiles()