/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) {
|
XmlPullParserFactory.java | 54 public void setFeature(String name, boolean state) throws XmlPullParserException { 126 public XmlPullParser newPullParser() throws XmlPullParserException { 139 private XmlPullParser getParserInstance() throws XmlPullParserException { 163 private XmlSerializer getSerializerInstance() throws XmlPullParserException { 187 private static XmlPullParserException newInstantiationException(String message, 190 return new XmlPullParserException(message); 192 XmlPullParserException exception = new XmlPullParserException(message); 207 * @throws XmlPullParserException if a parser cannot be created which satisfies the 211 public XmlSerializer newSerializer() throws XmlPullParserException { [all...] |
/packages/apps/Messaging/src/android/support/v7/mms/ |
CarrierConfigXmlParser.java | 20 import org.xmlpull.v1.XmlPullParserException; 43 protected void parseRecord() throws IOException, XmlPullParserException { 55 throw new XmlPullParserException("Expecting end tag @" + xmlParserDebugContext());
|
/cts/tests/tests/view/src/android/view/cts/util/ |
XmlUtils.java | 20 import org.xmlpull.v1.XmlPullParserException; 48 throws XmlPullParserException, IOException { 183 throws XmlPullParserException, IOException 207 throws XmlPullParserException, IOException { 228 WriteMapCallback callback) throws XmlPullParserException, IOException { 261 WriteMapCallback callback) throws XmlPullParserException, IOException { 290 throws XmlPullParserException, IOException 314 throws XmlPullParserException, IOException { 347 throws XmlPullParserException, IOException { 392 throws XmlPullParserException, IOException [all...] |
/cts/tests/tests/widget/src/android/widget/cts/util/ |
XmlUtils.java | 20 import org.xmlpull.v1.XmlPullParserException; 49 throws XmlPullParserException, IOException { 184 throws XmlPullParserException, IOException 208 throws XmlPullParserException, IOException { 229 WriteMapCallback callback) throws XmlPullParserException, IOException { 262 WriteMapCallback callback) throws XmlPullParserException, IOException { 291 throws XmlPullParserException, IOException 315 throws XmlPullParserException, IOException { 348 throws XmlPullParserException, IOException { 393 throws XmlPullParserException, IOException [all...] |
/frameworks/base/core/java/android/preference/ |
PreferenceInflater.java | 24 import org.xmlpull.v1.XmlPullParserException; 67 AttributeSet attrs) throws XmlPullParserException { 76 XmlPullParserException ex = new XmlPullParserException( 93 XmlPullParserException ex = new XmlPullParserException(
|
/frameworks/base/services/core/java/com/android/server/firewall/ |
PortFilter.java | 23 import org.xmlpull.v1.XmlPullParserException; 59 throws IOException, XmlPullParserException { 69 throw new XmlPullParserException("Invalid port value: " + equalsValue, 80 throw new XmlPullParserException( 89 throw new XmlPullParserException( 99 throw new XmlPullParserException(
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
DynamicConfigDeviceSide.java | 22 import org.xmlpull.v1.XmlPullParserException; 34 public DynamicConfigDeviceSide(String moduleName) throws XmlPullParserException, IOException {
|
/cts/tests/tests/widget/src/android/widget/cts/ |
Gallery_LayoutParamsTest.java | 22 import org.xmlpull.v1.XmlPullParserException; 35 public void testConstructor() throws XmlPullParserException, IOException {
|
/prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/ |
xmlpull-1.1.3.1.jar | |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ParserFactory.java | 21 import org.xmlpull.v1.XmlPullParserException; 55 throws XmlPullParserException, FileNotFoundException { 60 throws XmlPullParserException, FileNotFoundException { 66 throws XmlPullParserException { 72 long size, boolean isLayout) throws XmlPullParserException { 82 throw new XmlPullParserException(null, parser, e); 90 throws XmlPullParserException { 92 throw new XmlPullParserException("ParserFactory not initialized."); 101 long size) throws XmlPullParserException { 104 throw new XmlPullParserException("File " + name + " is too big to be parsed") [all...] |
/frameworks/base/core/java/android/content/res/ |
XmlBlock.java | 23 import org.xmlpull.v1.XmlPullParserException; 84 public void setFeature(String name, boolean state) throws XmlPullParserException { 91 throw new XmlPullParserException("Unsupported feature: " + name); 102 public void setProperty(String name, Object value) throws XmlPullParserException { 103 throw new XmlPullParserException("setProperty() not supported"); 108 public void setInput(Reader in) throws XmlPullParserException { 109 throw new XmlPullParserException("setInput() not supported"); 111 public void setInput(InputStream inputStream, String inputEncoding) throws XmlPullParserException { 112 throw new XmlPullParserException("setInput() not supported"); 114 public void defineEntityReplacementText(String entityName, String replacementText) throws XmlPullParserException { [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/ |
maven-repository-metadata-2.2.1.jar | |
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
Marshal.java | 46 throws IOException, XmlPullParserException;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
XmlParseUtils.java | 22 import org.xmlpull.v1.XmlPullParserException; 32 public static class ParseException extends XmlPullParserException { 68 throws XmlPullParserException, IOException { 76 throws XmlPullParserException {
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/ |
VendorConfig.java | 28 import org.xmlpull.v1.XmlPullParserException; 84 * @throws XmlPullParserException 87 throws IOException, XmlPullParserException { 105 * @throws XmlPullParserException 108 throws IOException, XmlPullParserException { 126 * @throws XmlPullParserException 129 throws IOException, XmlPullParserException { 149 * @throws XmlPullParserException 153 throws IOException, XmlPullParserException { 177 * @throws XmlPullParserException [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/ |
maven-plugin-parameter-documenter-2.0.9.jar | |
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
StackOverflowXmlParser.java | 20 import org.xmlpull.v1.XmlPullParserException; 37 public List<Entry> parse(InputStream in) throws XmlPullParserException, IOException { 49 private List<Entry> readFeed(XmlPullParser parser) throws XmlPullParserException, IOException { 85 private Entry readEntry(XmlPullParser parser) throws XmlPullParserException, IOException { 109 private String readTitle(XmlPullParser parser) throws IOException, XmlPullParserException { 117 private String readLink(XmlPullParser parser) throws IOException, XmlPullParserException { 133 private String readSummary(XmlPullParser parser) throws IOException, XmlPullParserException { 141 private String readText(XmlPullParser parser) throws IOException, XmlPullParserException { 153 private void skip(XmlPullParser parser) throws XmlPullParserException, IOException {
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
StackOverflowXmlParser.java | 20 import org.xmlpull.v1.XmlPullParserException; 37 public List<Entry> parse(InputStream in) throws XmlPullParserException, IOException { 49 private List<Entry> readFeed(XmlPullParser parser) throws XmlPullParserException, IOException { 85 private Entry readEntry(XmlPullParser parser) throws XmlPullParserException, IOException { 109 private String readTitle(XmlPullParser parser) throws IOException, XmlPullParserException { 117 private String readLink(XmlPullParser parser) throws IOException, XmlPullParserException { 133 private String readSummary(XmlPullParser parser) throws IOException, XmlPullParserException { 141 private String readText(XmlPullParser parser) throws IOException, XmlPullParserException { 153 private void skip(XmlPullParser parser) throws XmlPullParserException, IOException {
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.2.1/ |
maven-profile-2.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/ |
maven-plugin-registry-2.0.9.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
maven-repository-metadata-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/3.3.9/ |
maven-repository-metadata-3.3.9.jar | |
/packages/apps/TV/src/com/android/tv/parental/ |
ContentRatingsParser.java | 33 import org.xmlpull.v1.XmlPullParserException; 95 throws XmlPullParserException, IOException { 127 throw new XmlPullParserException("Malformed XML: Should contains a version attribute" 155 throw new XmlPullParserException(TAG_RATING_SYSTEM_DEFINITIONS + 159 private static void assertEquals(int a, int b, String msg) throws XmlPullParserException { 161 throw new XmlPullParserException(msg); 165 private static void assertEquals(String a, String b, String msg) throws XmlPullParserException { 167 throw new XmlPullParserException(msg); 171 private void checkVersion(String msg) throws XmlPullParserException { 173 throw new XmlPullParserException(msg) [all...] |
/external/robolectric/v1/lib/main/ |
xpp3-1.1.4c.jar | |