Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 – 5 of 5) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DXmlWriter.java74 mRootElement.setAttribute("generatedTime", date); in XmlWriter()
75 mRootElement.setAttribute("title", "cts-m-automation"); in XmlWriter()
113 moduleElement.setAttribute("module", module.getModuleName()); in generateXtsAnnotationMapData()
140 element.setAttribute("name", constructor.getName()); in createApiConstructorElement()
141 element.setAttribute("deprecated", String.valueOf(constructor.isDeprecated())); in createApiConstructorElement()
142 element.setAttribute("covered", String.valueOf(constructor.isCovered())); in createApiConstructorElement()
143 element.setAttribute("with", coveredWith); in createApiConstructorElement()
146 paramElement.setAttribute("type", parameterType); in createApiConstructorElement()
166 element.setAttribute("name", method.getName()); in createApiMethodElement()
167 element.setAttribute("returnType", method.getReturnType()); in createApiMethodElement()
[all …]
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java145 setAttribute(dom, pkgEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in main()
246 setAttribute(dom, packageEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in saveToXML()
292 protected static void setAttribute(Document doc, Node elem, String name, String value) { in setAttribute() method in NdkApiXmlReport
300 setAttribute(doc, ele, ATTRIBUTE_NAME, name); in createClassEle()
301 setAttribute(doc, ele, "abstract", "false"); in createClassEle()
302 setAttribute(doc, ele, "static", "false"); in createClassEle()
303 setAttribute(doc, ele, "final", "true"); in createClassEle()
304 setAttribute(doc, ele, "deprecated", "not deprecated"); in createClassEle()
305 setAttribute(doc, ele, "visibility", "public"); in createClassEle()
311 setAttribute(doc, ele, ATTRIBUTE_NAME, name); in createMethodEle()
[all …]
/cts/tools/utils/cts/
Dtools.py57 child.setAttribute('name', suite_name)
63 child.setAttribute('name', case_name)
67 test.setAttribute('name', test_name)
98 package.setAttribute(attr, value)
203 plan.setAttribute('version', '1.0')
208 entry.setAttribute('name', package)
210 entry.setAttribute('exclude', ';'.join(self.excludedTestsMap[package]))
212 entry.setAttribute('include', ';'.join(self.includedTestsMap[package]))
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java554 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in writeToFilesWithExif()
567 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in writeToFilesWithExif()
583 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in writeToFilesWithExif()
599 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in writeToFilesWithExif()
630 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in writeToFilesWithoutExif()
787 exif.setAttribute(ExifInterface.TAG_DATETIME, dateTimeValue); in testGetSetDateTime()
788 exif.setAttribute(ExifInterface.TAG_DATETIME_ORIGINAL, dateTimeOriginalValue); in testGetSetDateTime()
797 exif.setAttribute(ExifInterface.TAG_DATETIME, null); in testGetSetDateTime()
840 exif.setAttribute(null, null); in testSetAttribute()
848 exif.setAttribute(ExifInterface.TAG_GPS_TIMESTAMP, null); in testSetAttribute()
[all …]
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt22157 method public void setAttribute(@NonNull String, @Nullable String);