Searched refs:getPositionDescription (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/base/services/java/com/android/server/pm/
H A DPackageSignatures.java84 + " no count at " + parser.getPositionDescription());
119 + parser.getPositionDescription());
125 + parser.getPositionDescription());
140 + parser.getPositionDescription());
145 + parser.getPositionDescription() + ": "
151 + " no index at " + parser.getPositionDescription());
157 + " at " + parser.getPositionDescription());
H A DSettings.java795 + parser.getPositionDescription());
1840 + parser.getPositionDescription());
1880 + parser.getPositionDescription());
1885 + parser.getPositionDescription());
2067 + parser.getPositionDescription());
2071 + parser.getPositionDescription());
2082 + parser.getPositionDescription());
2105 + parser.getPositionDescription());
2110 + idStr + " at " + parser.getPositionDescription());
2115 + idStr + " at " + parser.getPositionDescription());
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java306 throw new InflateException(parser.getPositionDescription()
340 parser.getPositionDescription()
387 .getPositionDescription()
398 .getPositionDescription()
442 .getPositionDescription()
449 .getPositionDescription()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java170 public String getPositionDescription() { method in class:BridgeXmlBlockParser
357 + getPositionDescription());
363 throw new XmlPullParserException(getPositionDescription()
373 getPositionDescription()
381 throw new XmlPullParserException(getPositionDescription()
394 throw new XmlPullParserException(getPositionDescription()
H A DBridgeLayoutParamsMapAttributes.java69 public String getPositionDescription() { method in class:BridgeLayoutParamsMapAttributes
/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java49 public String getPositionDescription() { method in class:XmlPullAttributes
50 return mParser.getPositionDescription();
H A DAttributeSet.java106 public String getPositionDescription(); method in interface:AttributeSet
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java440 throw new InflateException(parser.getPositionDescription()
513 parser.getPositionDescription()
596 InflateException ie = new InflateException(attrs.getPositionDescription()
604 InflateException ie = new InflateException(attrs.getPositionDescription()
613 InflateException ie = new InflateException(attrs.getPositionDescription()
625 throw new InflateException(attrs.getPositionDescription()
698 InflateException ie = new InflateException(attrs.getPositionDescription()
704 InflateException ie = new InflateException(attrs.getPositionDescription()
797 throw new InflateException(childParser.getPositionDescription() +
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java129 public String getPositionDescription() { method in class:XmlBlock.Parser
271 throw new XmlPullParserException( "expected "+ TYPES[ type ]+getPositionDescription());
276 getPositionDescription()
285 getPositionDescription()
293 getPositionDescription()
304 getPositionDescription()
H A DColorStateList.java147 parser.getPositionDescription() + ": invalid drawable tag " + name);
227 parser.getPositionDescription()
H A DTypedArray.java491 throw new RuntimeException(getPositionDescription()
682 public String getPositionDescription() { method in class:TypedArray
683 return mXml != null ? mXml.getPositionDescription() : "<internal>";
H A DResources.java1784 + attrs.getPositionDescription());
1804 + attrs.getPositionDescription());
1810 + attrs.getPositionDescription());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DLevelListDrawable.java121 throw new XmlPullParserException(parser.getPositionDescription()
133 parser.getPositionDescription()
H A DAnimationDrawable.java272 parser.getPositionDescription()
288 throw new XmlPullParserException(parser.getPositionDescription() +
H A DNinePatchDrawable.java288 throw new XmlPullParserException(parser.getPositionDescription() +
317 throw new XmlPullParserException(parser.getPositionDescription() +
320 throw new XmlPullParserException(parser.getPositionDescription() +
H A DMipmapDrawable.java167 parser.getPositionDescription()
H A DBitmapDrawable.java443 throw new XmlPullParserException(parser.getPositionDescription() +
448 throw new XmlPullParserException(parser.getPositionDescription() +
H A DInsetDrawable.java109 parser.getPositionDescription()
H A DStateListDrawable.java179 parser.getPositionDescription()
H A DDrawable.java881 throw new XmlPullParserException(parser.getPositionDescription() +
H A DGradientDrawable.java899 throw new XmlPullParserException(a.getPositionDescription()
939 a.getPositionDescription()
/frameworks/base/core/java/android/app/
H A DAliasActivity.java102 + nodeName + " at " + parser.getPositionDescription());
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java108 throw new InflateException(childParser.getPositionDescription() +
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java543 + parser.getPositionDescription()
1300 + parser.getPositionDescription());
1987 + parser.getPositionDescription());
2206 + parser.getPositionDescription());
2249 + parser.getPositionDescription());
2264 + parser.getPositionDescription());
2268 + parser.getPositionDescription());
2422 + parser.getPositionDescription());
2435 + parser.getPositionDescription());
2546 + parser.getPositionDescription());
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java253 throw new IllegalArgumentException(attrs.getPositionDescription()
285 throw new IllegalArgumentException(attrs.getPositionDescription()

Completed in 6598 milliseconds

12