Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 22 of 22) 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.java124 documentElement.getAttribute("package"); in main()
128 final String packageName = documentElement.getAttribute("package"); in main()
334 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/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSummaryXml.java108 mPlan = getAttribute(parser, CtsXmlResultReporter.PLAN_ATTR); in parse()
109 mStartTime = getAttribute(parser, CtsXmlResultReporter.STARTTIME_ATTR); in parse()
112 mDeviceSerials = getAttribute(parser, DeviceInfoConstants.SERIAL_NUMBER); in parse()
DTest.java338 setName(getAttribute(parser, NAME_ATTR)); in parse()
339 mResult = CtsTestStatus.getStatus(getAttribute(parser, RESULT_ATTR)); in parse()
340 mStartTime = getAttribute(parser, STARTTIME_ATTR); in parse()
341 mEndTime = getAttribute(parser, ENDTIME_ATTR); in parse()
346 mMessage = getAttribute(parser, MESSAGE_ATTR); in parse()
DTestPackageResult.java199 setAppPackageName(getAttribute(parser, APP_PACKAGE_NAME_ATTR)); in parse()
200 setName(getAttribute(parser, NAME_ATTR)); in parse()
201 setAbi(getAttribute(parser, ABI_ATTR)); in parse()
202 setDigest(getAttribute(parser, DIGEST_ATTR)); in parse()
DAbstractXmlPullParser.java91 protected String getAttribute(XmlPullParser parser, String name) { in getAttribute() method in AbstractXmlPullParser
DTestCase.java111 setName(getAttribute(parser, "name")); in parse()
DTestSuite.java166 setName(getAttribute(parser, "name")); in parse()
DDeviceInfoResult.java315 flattened.append(getAttribute(parser, attrNames[i])); in parseTag()
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java881 String datetime = exif.getAttribute(ExifInterface.TAG_DATETIME); in testJpegExifByCamera()
942 String exposureTime = exif.getAttribute(ExifInterface.TAG_EXPOSURE_TIME); in checkExtraExifTagsSucceeds()
953 String aperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in checkExtraExifTagsSucceeds()
963 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in checkExtraExifTagsSucceeds()
968 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in checkExtraExifTagsSucceeds()
973 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in checkExtraExifTagsSucceeds()
983 String model = exif.getAttribute(ExifInterface.TAG_MODEL); in checkExtraExifTagsSucceeds()
998 String digitizedTime = exif.getAttribute(TAG_DATETIME_DIGITIZED); in checkExtraExifTagsSucceeds()
1001 String datetime = exif.getAttribute(ExifInterface.TAG_DATETIME); in checkExtraExifTagsSucceeds()
1092 assertNotNull(exif.getAttribute(ExifInterface.TAG_GPS_LATITUDE)); in testGpsExifValues()
[all …]
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DCtsXmlGenerator.java113 appNameSpace = documentElement.getAttribute("package"); in main()
151 return element.getAttribute(attributeName); in getElementAttribute()
/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.java212 = (DrmInfoStatus) event.getAttribute(DrmEvent.DRM_INFO_STATUS_OBJECT); in onEvent()
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DXmlPlanGenerator.java186 appNameSpace = elem.getAttribute("package"); in main()
205 return element.getAttribute(name); in getElementAttribute()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java1972 String dateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags()
1998 String exposureTime = exif.getAttribute(ExifInterface.TAG_EXPOSURE_TIME); in verifyJpegExifExtraTags()
2014 String exifAperture = exif.getAttribute(ExifInterface.TAG_APERTURE); in verifyJpegExifExtraTags()
2033 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags()
2040 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in verifyJpegExifExtraTags()
2044 String make = exif.getAttribute(ExifInterface.TAG_MAKE); in verifyJpegExifExtraTags()
2048 String model = exif.getAttribute(ExifInterface.TAG_MODEL); in verifyJpegExifExtraTags()
2060 String digitizedTime = exif.getAttribute(ExifInterface.TAG_DATETIME_DIGITIZED); in verifyJpegExifExtraTags()
2063 String expectedDateTime = exif.getAttribute(ExifInterface.TAG_DATETIME); in verifyJpegExifExtraTags()
/cts/tools/utils/cts/
Dtools.py250 return element.getAttribute(attr_name)
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js1366 style: /top/.test( a.getAttribute("style") ),
1370 hrefNormalized: ( a.getAttribute("href") === "/a" ),
1842 return !(match === true || elem.getAttribute("classid") !== match);
1924 data = elem.getAttribute( name );
2387 …if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disa…
2451 if ( typeof elem.getAttribute === "undefined" ) {
2483 ret = elem.getAttribute( name );
2724 var ret = elem.getAttribute( name, 2 );
2775 return elem.getAttribute("value") === null ? "on" : elem.value;
4230 return elem.getAttribute( "href" );
[all …]
/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(