Home
last modified time | relevance | path

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

/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/apksig/src/main/java/com/android/apksig/internal/x509/
DRelativeDistinguishedName.java32 public List<AttributeTypeAndValue> attributes; field in RelativeDistinguishedName
/tools/loganalysis/src/com/android/loganalysis/item/
DMiscKernelLogItem.java52 protected MiscKernelLogItem(Set<String> attributes) { in MiscKernelLogItem()
115 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()
DMiscLogcatItem.java61 protected MiscLogcatItem(Set<String> attributes) { in MiscLogcatItem()
166 private static Set<String> getAllAttributes(Set<String> attributes) { in getAllAttributes()
DCompactMemInfoItem.java118 Map<String, Object> attributes = new HashMap<String, Object>(); in addPid() local
/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.java78 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
146 String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute()
159 long getTimeMillis(String tagName, Attributes attributes) throws SAXException { in getTimeMillis()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/suite/
DSuiteApkInstallerTest.java96 Map<String, String> attributes = new HashMap<>(); in testGetTestsDir_noVar() local
151 Map<String, String> attributes = new HashMap<>(); in testGetTestsDir_notDir() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/
DXmlDefsParser.java45 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/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/
DPsiAnnotationItem.kt54 private var attributes: List<AnnotationAttribute>? = null variable in com.android.tools.metalava.model.psi.PsiAnnotationItem
82 override fun attributes(): List<AnnotationAttribute> { in qualifiedName() method in com.android.tools.metalava.model.psi.PsiAnnotationItem
136 val attributes = psiAnnotation.parameterList.attributes in appendAnnotation() constant
DUAnnotationItem.kt53 private var attributes: List<AnnotationAttribute>? = null variable in com.android.tools.metalava.model.psi.UAnnotationItem
81 override fun attributes(): List<AnnotationAttribute> { in qualifiedName() method in com.android.tools.metalava.model.psi.UAnnotationItem
121 val attributes = uAnnotation.attributeValues in appendAnnotation() constant
/tools/metalava/src/main/java/com/android/tools/metalava/
DAnnotationsMerger.kt654 val attributes = mutableListOf<XmlBackedAnnotationAttribute>() in createAnnotation() constant
689 val attributes = mutableListOf<XmlBackedAnnotationAttribute>() in createAnnotation() constant
736 val attributes = mutableListOf<XmlBackedAnnotationAttribute>() in createAnnotation() constant
791 private val attributes: List<XmlBackedAnnotationAttribute> = emptyList() constant
797 override fun attributes() = attributes in originalName() method
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/tradefederation/core/src/com/android/tradefed/util/net/
DXmlRpcHelper.java172 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt69 fun attributes(): List<AnnotationAttribute> in qualifiedName() method
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java400 Map<String, String> attributes = info.getBuildAttributes(); in testParse_testInvocationEnded() local