Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 16 of 16) sorted by relevance

/cts/suite/cts/utils/
Dget_csv_report.py61 cases.update(parseSuite(child, parentName + child.getAttribute("name")))
64 className = parentName + child.getAttribute("name")
66 methodName = test.getAttribute("name")
71 result = str(test.getAttribute("result"))
78 summary[sts[0].getAttribute("message")] = getText(sts[0])
83 details[d.getAttribute("message")] = values
101 buildId = buildInfo.getAttribute("buildID")
102 deviceId = buildInfo.getAttribute("deviceID")
103 deviceName = buildInfo.getAttribute("build_device")
104 boardName = buildInfo.getAttribute("build_board")
[all …]
/cts/tools/utils/
Drerun.py37 for failure in parseSuite(child, parentName + child.getAttribute("name")):
41 className = parentName + child.getAttribute("name")
43 if test.getAttribute("result") != "pass":
44 failureName = className + "#" + test.getAttribute("name")
Dandroid_api_description_splitter.py123 … filename = os.path.join(self.out, elem.getAttribute("name").replace(".", "_").lower() + ".xml")
DCollectAllTests.java125 documentElement.getAttribute("package"); in main()
129 final String packageName = documentElement.getAttribute("package"); in main()
342 return e.getAttribute(attributeName); in getElementAttribute()
DDescriptionGenerator.java332 String newName = getAttribute(suiteElem, ATTRIBUTE_NAME) + "." in mergeEmptySuites()
333 + getAttribute(child, ATTRIBUTE_NAME); in mergeEmptySuites()
476 private String getAttribute(Node elem, String name) { in getAttribute() method in DescriptionGenerator.XMLGenerator
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java92 String name = element.getAttribute(ATTRIBUTE_NAME); in getPublicApis()
140 if (childName.equals(el.getAttribute(ATTRIBUTE_NAME))) { in getChildElementByName()
154 String typeName = ((Element) nodes.item(i)).getAttribute(ATTRIBUTE_TYPE); in getParamTypes()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java218 String tagValue = exifInterface.getAttribute(tagKey); in printExifTagsAndValues()
234 String stringValue = exifInterface.getAttribute(tag); in assertStringTag()
344 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileName()
348 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileName()
371 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE); in testSaveAttributes_withFileDescriptor()
376 assertEquals("abc", exifInterface.getAttribute(ExifInterface.TAG_MAKE)); in testSaveAttributes_withFileDescriptor()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java879 String datetime = exif.getAttribute(ExifInterface.TAG_DATETIME); in testJpegExifByCamera()
940 String exposureTime = exif.getAttribute(ExifInterface.TAG_EXPOSURE_TIME); in checkExtraExifTagsSucceeds()
951 String aperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in checkExtraExifTagsSucceeds()
961 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in checkExtraExifTagsSucceeds()
966 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in checkExtraExifTagsSucceeds()
971 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in checkExtraExifTagsSucceeds()
981 String model = exif.getAttribute(ExifInterface.TAG_MODEL); in checkExtraExifTagsSucceeds()
996 String digitizedTime = exif.getAttribute(TAG_DATETIME_DIGITIZED); in checkExtraExifTagsSucceeds()
999 String datetime = exif.getAttribute(ExifInterface.TAG_DATETIME); in checkExtraExifTagsSucceeds()
1090 assertNotNull(exif.getAttribute(ExifInterface.TAG_GPS_LATITUDE)); in testGpsExifValues()
[all …]
/cts/tests/tests/drm/src/android/drm/cts/
DDrmEventTest.java169 assertNull(event.getAttribute(key)); in checkGetAttributeWithEventType()
171 assertEquals(event.getAttribute(key), attributes.get(key)); in checkGetAttributeWithEventType()
DDRMTest.java315 = (DrmInfoStatus) event.getAttribute(DrmEvent.DRM_INFO_STATUS_OBJECT); in onEvent()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2191 String dateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags()
2218 String exposureTime = exif.getAttribute(ExifInterface.TAG_EXPOSURE_TIME); in verifyJpegExifExtraTags()
2234 String exifAperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in verifyJpegExifExtraTags()
2254 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags()
2261 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in verifyJpegExifExtraTags()
2265 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in verifyJpegExifExtraTags()
2269 String model = exif.getAttribute(ExifInterface.TAG_MODEL); in verifyJpegExifExtraTags()
2289 String digitizedTime = exif.getAttribute(ExifInterface.TAG_DATETIME_DIGITIZED); in verifyJpegExifExtraTags()
2292 String expectedDateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags()
2326 String gpsDatestamp = exif.getAttribute(ExifInterface.TAG_GPS_DATESTAMP); in verifyJpegExifExtraTags()
[all …]
/cts/tools/utils/cts/
Dtools.py250 return element.getAttribute(attr_name)
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java298 exifInterface.getAttribute(ExifInterface.TAG_GPS_DATESTAMP)); in testSingleImageThumbnail()
300 exifInterface.getAttribute(ExifInterface.TAG_GPS_TIMESTAMP)); in testSingleImageThumbnail()
313 exifInterface.getAttribute(ExifInterface.TAG_DATETIME); in testSingleImageThumbnail()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStoreUiTest.java240 final String res = exif.getAttribute(tag); in assertAttribute()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex5873 public abstract int getAttribute(
6456 static native int getAttribute(
6782 static native int getAttribute(
6915 public int getAttribute(
33388 public final java.lang.String getAttribute(
38108 public abstract java.lang.Object getAttribute(
38180 public java.lang.Object getAttribute(
63901 public abstract java.lang.Object getAttribute(
83309 public abstract java.lang.String getAttribute(
83410 public java.lang.String getAttribute(
[all …]
Dclasses.out.dex143357 public abstract java.lang.Object getAttribute(
143606 public java.lang.Object getAttribute(
147642 public abstract java.lang.String getAttribute(
150820 public java.lang.String getAttribute(
153407 public abstract java.lang.Object getAttribute(
153434 public java.lang.Object getAttribute(
153606 public java.lang.Object getAttribute(
154057 public java.lang.Object getAttribute(