Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 25) sorted by relevance

/tools/asuite/aidegen/lib/
Ddom_util.py26 def find_special_node(parent, element_name, attributes=None): argument
54 def compare_element_with_attributes(element, attributes=None): argument
115 def update_element_with_condition(element, attributes, target_name, argument
138 def insert_element_data(element, attributes, target_name, target_value): argument
/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DSignatureFileWriter.java32 public static void writeMainSection(OutputStream out, Attributes attributes) in writeMainSection()
53 public static void writeIndividualSection(OutputStream out, String name, Attributes attributes) in writeIndividualSection()
DManifestWriter.java40 public static void writeMainSection(OutputStream out, Attributes attributes) in writeMainSection()
60 public static void writeIndividualSection(OutputStream out, String name, Attributes attributes) in writeIndividualSection()
108 static SortedMap<String, String> getAttributesSortedByName(Attributes attributes) { in getAttributesSortedByName()
/tools/loganalysis/src/com/android/loganalysis/item/
DGenericTimingItem.java38 protected GenericTimingItem(Set<String> attributes) { in GenericTimingItem()
74 private static Set<String> getAllAttributes(Set<String> attributes) { in getAllAttributes()
DMiscKernelLogItem.java52 protected MiscKernelLogItem(Set<String> attributes) { in MiscKernelLogItem()
115 private static Set<String> getAllAttributes(Set<String> attributes) { in getAllAttributes()
DMiscLogcatItem.java61 protected MiscLogcatItem(Set<String> attributes) { in MiscLogcatItem()
166 private static Set<String> getAllAttributes(Set<String> attributes) { in getAllAttributes()
DGenericItem.java38 protected GenericItem(Set<String> allowedAttributes, Map<String, Object> attributes) { in GenericItem()
71 protected Map<String, Object> mergeAttributes(IItem other, Set<String> attributes) in mergeAttributes()
DCompactMemInfoItem.java118 Map<String, Object> attributes = new HashMap<String, Object>(); in addPid() local
/tools/apksig/src/main/java/com/android/apksig/internal/x509/
DRelativeDistinguishedName.java32 public List<AttributeTypeAndValue> attributes; field in RelativeDistinguishedName
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextBackedAnnotationItem.kt34 private val attributes: List<AnnotationAttribute> constant
61 override fun attributes(): List<AnnotationAttribute> = attributes method
DTextModifiers.kt64 val attributes = in <lambda>() constant
72 override fun attributes(): List<AnnotationAttribute> = attributes in <lambda>() method
/tools/tradefederation/core/src/com/android/tradefed/util/
DJUnitXmlParser.java79 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
159 String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute()
172 long getTimeMillis(String tagName, Attributes attributes) throws SAXException { in getTimeMillis()
DSubprocessTestResultsParser.java605 Map<String, String> attributes = eventEnd.mBuildAttributes; in handleEvent() local
/tools/tradefederation/core/proto/
Dbuild_info.proto49 map<string, string> attributes = 4; field
/tools/tradefederation/contrib/src/com/android/regression/tests/
DMetricsXmlParser.java80 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
110 private String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DUAnnotationItem.kt54 private var attributes: List<AnnotationAttribute>? = null in <lambda>() variable in com.android.tools.metalava.model.psi.UAnnotationItem
82 override fun attributes(): List<AnnotationAttribute> { in <lambda>() method in com.android.tools.metalava.model.psi.UAnnotationItem
151 val attributes = getAttributes(uAnnotation, showDefaultAttrs) in <lambda>() constant
DPsiAnnotationItem.kt55 private var attributes: List<AnnotationAttribute>? = null in <lambda>() variable in com.android.tools.metalava.model.psi.PsiAnnotationItem
83 override fun attributes(): List<AnnotationAttribute> { in <lambda>() method in com.android.tools.metalava.model.psi.PsiAnnotationItem
166 val attributes = getAttributes(psiAnnotation, showDefaultAttrs) in <lambda>() constant
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt655 val attributes = mutableListOf<XmlBackedAnnotationAttribute>() in createAnnotation() constant
690 val attributes = mutableListOf<XmlBackedAnnotationAttribute>() in createAnnotation() constant
737 val attributes = mutableListOf<XmlBackedAnnotationAttribute>() in createAnnotation() constant
792 private val attributes: List<XmlBackedAnnotationAttribute> = emptyList() constant
798 override fun attributes() = attributes in originalName() method
DAnnotationFilter.kt110 val attributes: List<AnnotationAttribute> constant in com.android.tools.metalava.AnnotationFilterEntry
128 val attributes: List<AnnotationAttribute> = if (index == -1) { in fromSource() constant
DExtractAnnotations.kt351 val attributes = annotation.attributeValues in <lambda>() constant
493 var attributes = uAnnotation.attributeValues in <lambda>() variable
/tools/loganalysis/tests/src/com/android/loganalysis/item/
DGenericItemTest.java77 Map<String, Object> attributes; in testMergeAttributes() local
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationXmlParser.java107 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
304 void addObject(String objectTypeName, Attributes attributes) throws SAXException { in addObject()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt78 fun attributes(): List<AnnotationAttribute> in qualifiedName() method
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java434 Map<String, String> attributes = info.getBuildAttributes(); in testParse_testInvocationEnded() local
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java598 MultiMap<String, String> attributes = endInvocationContext.getAttributes(); in mergeInvocationContext() local