HomeSort by relevance Sort by last modified time
    Searched refs:XmlPullParserException (Results 151 - 175 of 880) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 24 import org.xmlpull.v1.XmlPullParserException;
290 throws XmlPullParserException, IOException {
303 Theme theme) throws XmlPullParserException, IOException {
323 throw new XmlPullParserException(parser.getPositionDescription()
336 throw new XmlPullParserException(parser.getPositionDescription()
ClipDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
88 throws XmlPullParserException, IOException {
113 } catch (XmlPullParserException e) {
121 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException {
125 throw new XmlPullParserException(a.getPositionDescription()
LevelListDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
89 throws XmlPullParserException, IOException {
97 Theme theme) throws XmlPullParserException, IOException {
128 throw new XmlPullParserException(parser.getPositionDescription()
139 throw new XmlPullParserException(
RotateDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
69 throws XmlPullParserException, IOException {
94 } catch (XmlPullParserException e) {
102 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException {
106 throw new XmlPullParserException(a.getPositionDescription()
ScaleDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
100 throws XmlPullParserException, IOException {
127 } catch (XmlPullParserException e) {
137 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException {
141 throw new XmlPullParserException(a.getPositionDescription()
DrawableInflater.java 20 import org.xmlpull.v1.XmlPullParserException;
108 * @throws XmlPullParserException
114 throws XmlPullParserException, IOException {
125 throws XmlPullParserException, IOException {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 43 import org.xmlpull.v1.XmlPullParserException;
173 } catch (XmlPullParserException e) {
220 throws XmlPullParserException, IOException {
299 throws XmlPullParserException, IOException {
339 throws XmlPullParserException {
356 final boolean skip) throws XmlPullParserException, IOException {
392 throws XmlPullParserException, IOException {
471 throws XmlPullParserException, IOException {
495 throws XmlPullParserException, IOException {
512 throws XmlPullParserException, IOException
    [all...]
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHandler.java 25 import org.xmlpull.v1.XmlPullParserException;
45 String moduleName) throws IOException, XmlPullParserException, JSONException {
77 String moduleName) throws XmlPullParserException, IOException {
  /cts/common/util/src/com/android/compatibility/common/util/
DynamicConfig.java 20 import org.xmlpull.v1.XmlPullParserException;
49 protected void initializeConfig(File file) throws XmlPullParserException, IOException {
80 throws XmlPullParserException, IOException {
ReportLog.java 20 import org.xmlpull.v1.XmlPullParserException;
141 throws XmlPullParserException, IOException {
297 * @throws XmlPullParserException
302 public static String serialize(ReportLog reportlog) throws XmlPullParserException,
336 * @throws XmlPullParserException
339 public static ReportLog parse(String result) throws XmlPullParserException, IOException {
352 } catch (XmlPullParserException e) {
363 * @throws XmlPullParserException
365 public static ReportLog parse(XmlPullParser parser) throws XmlPullParserException, IOException {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
RippleDrawableTest.java 42 import org.xmlpull.v1.XmlPullParserException;
78 public void testPreloadDensity() throws XmlPullParserException, IOException {
89 throws XmlPullParserException, IOException {
VectorDrawableTest.java 48 import org.xmlpull.v1.XmlPullParserException;
208 public void testBasicVectorDrawables() throws XmlPullParserException, IOException {
213 public void testLMVectorDrawables() throws XmlPullParserException, IOException {
218 public void testNVectorDrawables() throws XmlPullParserException, IOException {
223 public void testVectorDrawableGradient() throws XmlPullParserException, IOException {
228 public void testColorStateList() throws XmlPullParserException, IOException {
236 throws XmlPullParserException, IOException {
252 throw new XmlPullParserException("No start tag found");
393 public void testGetOpacity () throws XmlPullParserException, IOException {
407 public void testPreloadDensity() throws XmlPullParserException, IOException
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java 43 import org.xmlpull.v1.XmlPullParserException;
73 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
80 public void testConstructor() throws XmlPullParserException, IOException {
FrameLayout_LayoutParamsTest.java 39 import org.xmlpull.v1.XmlPullParserException;
53 private AttributeSet getAttributeSet() throws XmlPullParserException, IOException {
60 public void testConstructor() throws XmlPullParserException, IOException {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java 139 public void parse(XmlPullParser parser) throws IOException, XmlPullParserException {
159 public void parseHeader(XmlPullParser parser) throws IOException, XmlPullParserException {
182 public void parseBody(XmlPullParser parser) throws IOException, XmlPullParserException {
SoapFault12.java 28 import org.xmlpull.v1.XmlPullParserException;
60 public void parse(XmlPullParser parser) throws IOException, XmlPullParserException
70 private void parseSelf(XmlPullParser parser) throws IOException, XmlPullParserException {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
Transport.java 112 throws XmlPullParserException, IOException {
196 throws IOException, XmlPullParserException;
207 XmlPullParserException {
  /external/vogar/src/vogar/
XmlReportReader.java 35 import org.xmlpull.v1.XmlPullParserException;
54 } catch (XmlPullParserException e1) {
70 throws XmlPullParserException, IOException {
  /frameworks/base/core/java/com/android/internal/colorextraction/types/
Tonal.java 34 import org.xmlpull.v1.XmlPullParserException;
511 throw new XmlPullParserException("Invalid XML event " + eventType + " - "
516 } catch (XmlPullParserException | IOException e) {
530 throws XmlPullParserException, IOException {
542 throw new XmlPullParserException("Invalid tag: " + name, parser, null);
548 throws XmlPullParserException, IOException {
555 throw new XmlPullParserException("Incomplete range tag.", parser, null);
563 throws XmlPullParserException, IOException {
575 throw new XmlPullParserException("Invalid tag: " + name);
581 throws XmlPullParserException, IOException
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 22 import org.xmlpull.v1.XmlPullParserException;
54 } catch (XmlPullParserException e) {
64 throws XmlPullParserException, IOException {
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableDupPerf.java 30 import org.xmlpull.v1.XmlPullParserException;
74 throw new XmlPullParserException("No start tag found");
81 } catch (XmlPullParserException e) {
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimationUtilsCompat.java 46 import org.xmlpull.v1.XmlPullParserException;
83 } catch (XmlPullParserException ex) {
102 throws XmlPullParserException, IOException {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListing.java 27 import org.xmlpull.v1.XmlPullParserException;
142 throws XmlPullParserException, IOException, ParseException {
171 * @throws XmlPullParserException
176 throws XmlPullParserException, IOException, ParseException {
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 33 import org.xmlpull.v1.XmlPullParserException;
80 } catch (XmlPullParserException e) {
109 } catch (XmlPullParserException e) {
129 throws XmlPullParserException, IOException {
239 AttributeSet attrs, Transition transition) throws XmlPullParserException, IOException {
295 AttributeSet attrs, ViewGroup sceneRoot) throws XmlPullParserException, IOException {
  /frameworks/support/transition/src/android/support/transition/
TransitionInflater.java 32 import org.xmlpull.v1.XmlPullParserException;
71 } catch (XmlPullParserException e) {
93 } catch (XmlPullParserException e) {
113 throws XmlPullParserException, IOException {
221 AttributeSet attrs, Transition transition) throws XmlPullParserException, IOException {
280 AttributeSet attrs, ViewGroup sceneRoot) throws XmlPullParserException, IOException {

Completed in 494 milliseconds

1 2 3 4 5 67 8 91011>>