HomeSort by relevance Sort by last modified time
    Searched refs:XmlPullParserException (Results 1 - 25 of 751) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 77 * import org.xmlpull.v1.<a href="XmlPullParserException.html">XmlPullParserException</a>;
84 * throws XmlPullParserException, IOException
417 * @exception XmlPullParserException If the feature is not supported or can not be set
421 boolean state) throws XmlPullParserException;
440 * @exception XmlPullParserException If the property is not supported or can not be set
444 Object value) throws XmlPullParserException;
468 void setInput(Reader in) throws XmlPullParserException;
490 throws XmlPullParserException;
538 String replacementText ) throws XmlPullParserException;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 21 import org.xmlpull.v1.XmlPullParserException;
48 public void setFeature(String name, boolean state) throws XmlPullParserException {
55 throw new XmlPullParserException("Unsupported feature: " + name);
70 public void setProperty(String name, Object value) throws XmlPullParserException {
71 throw new XmlPullParserException("setProperty() not supported");
80 public void setInput(Reader in) throws XmlPullParserException {
81 throw new XmlPullParserException("setInput() not supported");
86 throws XmlPullParserException {
87 throw new XmlPullParserException("setInput() not supported");
92 throws XmlPullParserException {
    [all...]
  /frameworks/base/core/java/android/content/pm/
XmlSerializerAndParser.java 21 import org.xmlpull.v1.XmlPullParserException;
28 T createFromXml(XmlPullParser parser) throws IOException, XmlPullParserException;
  /libcore/luni/src/test/java/libcore/xml/
KxmlPullParserDtdTest.java 21 import org.xmlpull.v1.XmlPullParserException;
24 @Override XmlPullParser newPullParser() throws XmlPullParserException {
XmlPullParserFactoryTest.java 28 import org.xmlpull.v1.XmlPullParserException;
55 } catch (XmlPullParserException expected) {
61 } catch (XmlPullParserException expected) {
229 public void setFeature(String name, boolean state) throws XmlPullParserException {
236 public void setProperty(String name, Object value) throws XmlPullParserException {
243 public void setInput(Reader in) throws XmlPullParserException {
247 throws XmlPullParserException {
255 throws XmlPullParserException {
258 public int getNamespaceCount(int depth) throws XmlPullParserException {
262 public String getNamespacePrefix(int pos) throws XmlPullParserException {
    [all...]
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/utils/
XmlUtils.java 22 import org.xmlpull.v1.XmlPullParserException;
32 throws XmlPullParserException, java.io.IOException {
44 throw new XmlPullParserException(
50 throw new XmlPullParserException(
66 throws XmlPullParserException, java.io.IOException {
78 throw new XmlPullParserException(
84 throw new XmlPullParserException(
99 String[] name) throws XmlPullParserException, java.io.IOException {
112 throw new XmlPullParserException("Need value attribute in item");
114 throw new XmlPullParserException("Not a number in value attribute in item")
    [all...]
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHostSide.java 19 import org.xmlpull.v1.XmlPullParserException;
31 public DynamicConfigHostSide(String moduleName) throws IOException, XmlPullParserException {
  /frameworks/base/services/core/java/com/android/server/firewall/
FilterFactory.java 20 import org.xmlpull.v1.XmlPullParserException;
39 throws IOException, XmlPullParserException;
CategoryFilter.java 22 import org.xmlpull.v1.XmlPullParserException;
49 throws IOException, XmlPullParserException {
52 throw new XmlPullParserException("Category name must be specified.",
FilterList.java 21 import org.xmlpull.v1.XmlPullParserException;
29 public FilterList readFromXml(XmlPullParser parser) throws IOException, XmlPullParserException {
37 protected void readChild(XmlPullParser parser) throws IOException, XmlPullParserException {
SenderPermissionFilter.java 22 import org.xmlpull.v1.XmlPullParserException;
48 throws IOException, XmlPullParserException {
51 throw new XmlPullParserException("Permission name must be specified.",
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Xml_Delegate.java 24 import org.xmlpull.v1.XmlPullParserException;
41 } catch (XmlPullParserException e) {
  /packages/apps/Messaging/src/android/support/v7/mms/
MmsXmlResourceParser.java 22 import org.xmlpull.v1.XmlPullParserException;
34 * @throws XmlPullParserException
36 protected abstract void parseRecord() throws IOException, XmlPullParserException;
57 throw new XmlPullParserException("ApnsXmlProcessor: expecting start tag @"
75 throw new XmlPullParserException("Expecting start or end tag @"
81 } catch (XmlPullParserException e) {
91 * @throws XmlPullParserException
94 protected int advanceToNextEvent(int eventType) throws XmlPullParserException, IOException {
126 } catch (XmlPullParserException e) {
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 24 import org.xmlpull.v1.XmlPullParserException;
100 throws XmlPullParserException {
107 throw new XmlPullParserException("Unsupported feature: " + name);
122 public void setProperty(String name, Object value) throws XmlPullParserException {
123 throw new XmlPullParserException("setProperty() not supported");
132 public void setInput(Reader in) throws XmlPullParserException {
138 throws XmlPullParserException {
144 String replacementText) throws XmlPullParserException {
145 throw new XmlPullParserException(
150 public String getNamespacePrefix(int pos) throws XmlPullParserException {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 20 import org.xmlpull.v1.XmlPullParserException;
61 public LayoutParserWrapper peekTillLayoutStart() throws IOException, XmlPullParserException {
104 private int peekNext() throws IOException, XmlPullParserException {
134 public int next() throws XmlPullParserException, IOException {
154 public int getEventType() throws XmlPullParserException {
222 public void setFeature(String s, boolean b) throws XmlPullParserException {
227 public void setProperty(String s, Object o) throws XmlPullParserException {
232 public void setInput(InputStream inputStream, String s) throws XmlPullParserException {
237 public void setInput(Reader reader) throws XmlPullParserException {
274 public void require(int i, String s, String s1) throws XmlPullParserException, IOException
    [all...]
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /cts/tests/tests/content/src/android/content/cts/util/
XmlUtils.java 22 import org.xmlpull.v1.XmlPullParserException;
51 throws XmlPullParserException, IOException {
186 throws XmlPullParserException, IOException {
208 throws XmlPullParserException, IOException
233 throws XmlPullParserException, IOException {
255 WriteMapCallback callback) throws XmlPullParserException, IOException {
289 WriteMapCallback callback) throws XmlPullParserException, IOException {
318 throws XmlPullParserException, IOException
342 throws XmlPullParserException, IOException {
375 throws XmlPullParserException, IOException
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 29 import org.xmlpull.v1.XmlPullParserException;
52 throws XmlPullParserException, IOException {
187 throws XmlPullParserException, java.io.IOException {
209 throws XmlPullParserException, java.io.IOException
234 throws XmlPullParserException, java.io.IOException {
256 WriteMapCallback callback) throws XmlPullParserException, java.io.IOException {
290 WriteMapCallback callback) throws XmlPullParserException, java.io.IOException {
319 throws XmlPullParserException, java.io.IOException
343 throws XmlPullParserException, java.io.IOException {
376 throws XmlPullParserException, java.io.IOException
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
ComplexColor_Accessor.java 20 import org.xmlpull.v1.XmlPullParserException;
37 throws IOException, XmlPullParserException {
43 throws IOException, XmlPullParserException {

Completed in 1355 milliseconds

1 2 3 4 5 6 7 8 91011>>