Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java144 setAttribute(dom, pkgEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in main()
245 setAttribute(dom, packageEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in saveToXML()
291 protected static void setAttribute(Document doc, Node elem, String name, String value) { in setAttribute() method in NdkApiXmlReport
299 setAttribute(doc, ele, ATTRIBUTE_NAME, name); in createClassEle()
300 setAttribute(doc, ele, "abstract", "false"); in createClassEle()
301 setAttribute(doc, ele, "static", "false"); in createClassEle()
302 setAttribute(doc, ele, "final", "true"); in createClassEle()
303 setAttribute(doc, ele, "deprecated", "not deprecated"); in createClassEle()
304 setAttribute(doc, ele, "visibility", "public"); in createClassEle()
310 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/src/android/media/cts/
DExifInterfaceTest.java527 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in writeToFilesWithExif()
541 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in writeToFilesWithExif()
557 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in writeToFilesWithExif()
573 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue); in writeToFilesWithExif()
603 exifInterface.setAttribute(ExifInterface.TAG_MAKE, "abc"); in writeToFilesWithoutExif()
742 exif.setAttribute(ExifInterface.TAG_DATETIME, dateTimeValue); in testGetSetDateTime()
743 exif.setAttribute(ExifInterface.TAG_DATETIME_ORIGINAL, dateTimeOriginalValue); in testGetSetDateTime()
752 exif.setAttribute(ExifInterface.TAG_DATETIME, null); in testGetSetDateTime()
793 exif.setAttribute(null, null); in testSetAttribute()
801 exif.setAttribute(ExifInterface.TAG_GPS_TIMESTAMP, null); in testSetAttribute()
[all …]