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

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
WidgetPullParser.java 25 import org.xmlpull.v1.XmlPullParserException;
148 public boolean isEmptyElementTag() throws XmlPullParserException {
153 throw new XmlPullParserException("Call to isEmptyElementTag while not in START_TAG",
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java 21 import org.xmlpull.v1.XmlPullParserException;
50 public void testAssetOperations() throws IOException, XmlPullParserException {
123 public void testClose() throws IOException, XmlPullParserException {
197 throws XmlPullParserException, IOException {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
MarshalBase64.java 36 throws IOException, XmlPullParserException {
MarshalDate.java 36 throws IOException, XmlPullParserException {
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
MarshalFloat.java 32 throws IOException, XmlPullParserException {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SsidSetStoreDataTest.java 37 import org.xmlpull.v1.XmlPullParserException;
102 * Verify that a XmlPullParserException will be thrown when attempting to serialize data
107 @Test(expected = XmlPullParserException.class)
113 * Verify that a XmlPullParserException will be thrown when attempting to deserialize
118 @Test(expected = XmlPullParserException.class)
187 * Verify that a XmlPullParserException will be thrown when parsing a SSIDSet set with an
192 @Test(expected = XmlPullParserException.class)
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ControlPane.java 29 import org.xmlpull.v1.XmlPullParserException;
152 * @throws XmlPullParserException if parser not at a START_TAG event, or the attribute is not
156 String attributeName, int defaultValue) throws XmlPullParserException {
164 throw new XmlPullParserException("Expected integer attribute",
172 * @throws XmlPullParserException if parser not at a START_TAG event.
176 String attributeName, String defaultValue) throws XmlPullParserException {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
StateListDrawableTest.java 46 import org.xmlpull.v1.XmlPullParserException;
185 public void testPreloadDensity() throws XmlPullParserException, IOException {
190 public void testPreloadDensityConstantSize() throws XmlPullParserException, IOException {
195 throws XmlPullParserException, IOException {
206 int drawableResId, boolean isConstantSize) throws XmlPullParserException, IOException {
259 public void testInflate() throws XmlPullParserException, IOException {
305 fail("Should throw XmlPullParserException if drawable of item is missing");
306 } catch (XmlPullParserException e) {
311 public void testInflateWithNullResources() throws XmlPullParserException, IOException {
318 public void testInflateWithNullParser() throws XmlPullParserException, IOException
    [all...]
CustomDrawableTest.java 39 import org.xmlpull.v1.XmlPullParserException;
61 throws XmlPullParserException, IOException {
AnimatedStateListDrawableTest.java 50 import org.xmlpull.v1.XmlPullParserException;
161 public void testPreloadDensity() throws XmlPullParserException, IOException {
167 public void testPreloadDensityConstantSize() throws XmlPullParserException, IOException {
173 throws XmlPullParserException, IOException {
184 int drawableResId, boolean isConstantSize) throws XmlPullParserException, IOException {
233 private XmlResourceParser getResourceParser(int resId) throws XmlPullParserException,
245 public void testInflate() throws XmlPullParserException, IOException {
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DynamicConfigFileReaderTest.java 30 import org.xmlpull.v1.XmlPullParserException;
76 } catch (XmlPullParserException expected) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault.java 26 import org.xmlpull.v1.XmlPullParserException;
58 public void parse(XmlPullParser parser) throws IOException, XmlPullParserException {
  /frameworks/base/services/core/java/com/android/server/pm/
PersistentPreferredActivity.java 22 import org.xmlpull.v1.XmlPullParserException;
46 PersistentPreferredActivity(XmlPullParser parser) throws XmlPullParserException, IOException {
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/
doxia-module-fml-1.0.jar 
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 36 import org.xmlpull.v1.XmlPullParserException;
67 throws XmlPullParserException, IOException {
80 throw new XmlPullParserException("No "
93 throw new XmlPullParserException(
111 throw new XmlPullParserException(
132 throw new XmlPullParserException(
  /frameworks/base/services/core/java/com/android/server/tv/
PersistentDataStore.java 37 import org.xmlpull.v1.XmlPullParserException;
173 } catch (IOException | XmlPullParserException ex) {
242 throws IOException, XmlPullParserException {
251 throw new XmlPullParserException(
260 throws IOException, XmlPullParserException {
266 throw new XmlPullParserException(
  /frameworks/support/v7/appcompat/src/android/support/v7/content/res/
AppCompatColorStateListInflater.java 20 import org.xmlpull.v1.XmlPullParserException;
54 @Nullable Resources.Theme theme) throws XmlPullParserException, IOException {
64 throw new XmlPullParserException("No start tag found");
74 * @throws XmlPullParserException if the current tag is not <selector>
81 throws XmlPullParserException, IOException {
84 throw new XmlPullParserException(
96 throws XmlPullParserException, IOException {
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 20 import org.xmlpull.v1.XmlPullParserException;
162 } catch (XmlPullParserException e) {
179 ArrayList<ComponentInfo> components) throws XmlPullParserException, IOException {
186 throw new XmlPullParserException("No " + mMetaDataName + " meta-data");
192 throw new XmlPullParserException("Unable to load resources for " + ai.packageName);
200 throws XmlPullParserException, IOException {
  /frameworks/base/services/core/java/com/android/server/input/
PersistentDataStore.java 25 import org.xmlpull.v1.XmlPullParserException;
248 } catch (XmlPullParserException ex) {
280 throws IOException, XmlPullParserException {
291 throws IOException, XmlPullParserException {
297 throw new XmlPullParserException(
301 throw new XmlPullParserException("Found duplicate input device.");
471 throws IOException, XmlPullParserException {
477 throw new XmlPullParserException(
484 throw new XmlPullParserException(
495 throw new XmlPullParserException(
    [all...]
  /frameworks/base/core/java/android/content/res/
GradientColor.java 30 import org.xmlpull.v1.XmlPullParserException;
229 * @throws XmlPullParserException if errors were found.
231 private void validateXmlContent() throws XmlPullParserException {
234 throw new XmlPullParserException(
252 throws XmlPullParserException, IOException {
262 throw new XmlPullParserException("No start tag found");
273 * @throws XmlPullParserException if the current tag is not &lt;gradient>
278 throws XmlPullParserException, IOException {
281 throw new XmlPullParserException(
295 throws XmlPullParserException, IOException
    [all...]
  /frameworks/base/core/java/android/security/net/config/
XmlConfigSource.java 14 import org.xmlpull.v1.XmlPullParserException;
104 } catch (Resources.NotFoundException | XmlPullParserException | IOException
113 throws IOException, XmlPullParserException, ParserException {
142 throws IOException, XmlPullParserException, ParserException {
173 throws IOException, XmlPullParserException, ParserException {
194 throws IOException, XmlPullParserException, ParserException {
220 throws IOException, XmlPullParserException, ParserException {
237 throws IOException, XmlPullParserException, ParserException {
323 throws IOException, XmlPullParserException, ParserException {
402 throws IOException, XmlPullParserException, ParserException
    [all...]
  /frameworks/support/compat/java/android/support/v4/content/res/
FontResourcesParserCompat.java 35 import org.xmlpull.v1.XmlPullParserException;
151 throws XmlPullParserException, IOException {
159 throw new XmlPullParserException("No start tag found");
165 Resources resources) throws XmlPullParserException, IOException {
177 Resources resources) throws XmlPullParserException, IOException {
252 throws XmlPullParserException, IOException {
266 private static void skip(XmlPullParser parser) throws XmlPullParserException, IOException {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
HbpcdLookupDatabaseHelper.java 71 import org.xmlpull.v1.XmlPullParserException;
182 } catch (XmlPullParserException e) {
183 Log.e (TAG, "Got XmlPullParserException when load hbpcd info");
196 throws XmlPullParserException, IOException {
229 throws XmlPullParserException, IOException {
250 throws XmlPullParserException, IOException {
285 throws XmlPullParserException, IOException {
306 throws XmlPullParserException, IOException {
329 throws XmlPullParserException, IOException {
348 throws XmlPullParserException, IOException
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/res/
FontResourcesParserTest.java 38 import org.xmlpull.v1.XmlPullParserException;
60 public void testParse() throws XmlPullParserException, IOException {
88 public void testParseDownloadableFont() throws IOException, XmlPullParserException {
101 public void testParseDownloadableFont_singleCerts() throws IOException, XmlPullParserException {
122 public void testParseDownloadableFont_multipleCerts() throws IOException, XmlPullParserException {
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 31 import org.xmlpull.v1.XmlPullParserException;
127 throws XmlPullParserException, IOException {
155 } catch (XmlPullParserException e) {
165 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException {
169 throw new XmlPullParserException(a.getPositionDescription()

Completed in 1298 milliseconds

1 2 3 4 56 7 8 91011>>