Home
last modified time | relevance | path

Searched refs:xp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DXmlTest.java389 XmlPullParser xp = Xml.newPullParser(); in testNewSerializer() local
390 assertNotNull(xp); in testNewSerializer()
417 XmlResourceParser xp = res.getLayout(R.layout.xml_test); in testAsAttributeSet() local
420 eventType = xp.getEventType(); in testAsAttributeSet()
429 eventType = xp.next(); in testAsAttributeSet()
437 AttributeSet set = Xml.asAttributeSet(xp); in testAsAttributeSet()
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py1448 def point_in_triangle(x1, y1, x2, y2, x3, y3, xp, yp, abs_tol): argument
1466 a1 = area_of_triangle(xp, yp, x2, y2, x3, y3)
1467 a2 = area_of_triangle(x1, y1, xp, yp, x3, y3)
1468 a3 = area_of_triangle(x1, y1, x2, y2, xp, yp)