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

1 2

  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserException.java 11 public class XmlPullParserException extends Exception {
16 /* public XmlPullParserException() {
19 public XmlPullParserException(String s) {
24 public XmlPullParserException(String s, Throwable thrwble) {
29 public XmlPullParserException(String s, int row, int column) {
36 public XmlPullParserException(String msg, XmlPullParser parser, Throwable chain) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ParserFactory.java 21 import org.xmlpull.v1.XmlPullParserException;
53 throws XmlPullParserException, FileNotFoundException {
58 throws XmlPullParserException, FileNotFoundException {
64 throws XmlPullParserException {
70 long size, boolean isLayout) throws XmlPullParserException {
80 throw new XmlPullParserException(null, parser, e);
88 throws XmlPullParserException {
90 throw new XmlPullParserException("ParserFactory not initialized.");
99 long size) throws XmlPullParserException {
102 throw new XmlPullParserException("File " + name + " is too big to be parsed")
    [all...]
  /prebuilts/misc/common/robolectric/lib/
xmlpull-1.1.3.1.jar 
xpp3_min-1.1.4c.jar 
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar 
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 34 import org.xmlpull.v1.XmlPullParserException;
194 private boolean adjustNsp() throws XmlPullParserException {
303 private void checkRelaxed(String errorMessage) throws XmlPullParserException {
305 throw new XmlPullParserException(errorMessage, this, null);
312 public int next() throws XmlPullParserException, IOException {
316 public int nextToken() throws XmlPullParserException, IOException {
320 private int next(boolean justOneToken) throws IOException, XmlPullParserException {
322 throw new XmlPullParserException("setInput() must be called first.", this, null);
423 throw new XmlPullParserException("Unexpected token", this, null);
428 throw new XmlPullParserException("Unexpected token", this, null)
    [all...]
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /external/vogar/lib/
kxml-libcore-20110123.jar 
  /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 
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3/1.1.4c/
xpp3-1.1.4c.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 

Completed in 207 milliseconds

1 2