Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DRcsConfig.java186 XmlPullParser xpp = factory.newPullParser(); in RcsConfig() local
187 xpp.setInput(inputStream, null); in RcsConfig()
188 int eventType = xpp.getEventType(); in RcsConfig()
192 tag = xpp.getName().trim().toLowerCase(Locale.ROOT); in RcsConfig()
194 int count = xpp.getAttributeCount(); in RcsConfig()
198 String name = xpp.getAttributeName(i).trim() in RcsConfig()
201 type = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
211 int count = xpp.getAttributeCount(); in RcsConfig()
216 String name = xpp.getAttributeName(i).trim() in RcsConfig()
219 key = xpp.getAttributeValue(xpp.getAttributeNamespace(i), in RcsConfig()
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1064 double xpp = xp * kr + p1 * xy2 + p2 * (r2 + 2.0 * x2); in undistort() local
1067 x = xpp * f + cx; in undistort()