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

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 27 import org.xmlpull.v1.XmlPullParserException;
126 throws XmlPullParserException, IOException {
132 throw new XmlPullParserException("No start tag found");
136 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName() +
144 private void start(XmlPullParser parser) throws XmlPullParserException, IOException {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
InsetDrawableTest.java 20 import org.xmlpull.v1.XmlPullParserException;
67 } catch (XmlPullParserException e) {
68 fail("There should not be a XmlPullParserException thrown out.");
79 } catch (XmlPullParserException e) {
80 fail("There should not be a XmlPullParserException thrown out.");
361 public void testPreloadDensity() throws XmlPullParserException, IOException {
372 throws XmlPullParserException, IOException {
  /frameworks/support/compat/java/android/support/v4/graphics/drawable/
DrawableCompat.java 30 import org.xmlpull.v1.XmlPullParserException;
60 Resources.Theme t) throws IOException, XmlPullParserException;
146 throws IOException, XmlPullParserException {
261 throws IOException, XmlPullParserException {
456 * @throws XmlPullParserException
462 throws XmlPullParserException, IOException {
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 38 import org.xmlpull.v1.XmlPullParserException;
124 XmlPullParserException, IOException {
131 throw new XmlPullParserException("No " + HostApduService.SERVICE_META_DATA +
137 throw new XmlPullParserException("No " + OffHostApduService.SERVICE_META_DATA +
149 throw new XmlPullParserException(
152 throw new XmlPullParserException(
259 throw new XmlPullParserException("Unable to create context for: " + si.packageName);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 35 import org.xmlpull.v1.XmlPullParserException;
377 throws XmlPullParserException, IOException {
436 Theme theme) throws XmlPullParserException, IOException {
462 throws XmlPullParserException, IOException {
485 throw new XmlPullParserException(
498 throws XmlPullParserException, IOException {
517 throw new XmlPullParserException(
NinePatchDrawable.java 48 import org.xmlpull.v1.XmlPullParserException;
398 throws XmlPullParserException, IOException {
411 private void updateStateFromTypedArray(@NonNull TypedArray a) throws XmlPullParserException {
445 throw new XmlPullParserException(a.getPositionDescription() +
448 throw new XmlPullParserException(a.getPositionDescription() +
488 } catch (XmlPullParserException e) {
RippleDrawable.java 22 import org.xmlpull.v1.XmlPullParserException;
417 throws XmlPullParserException, IOException {
469 private void updateStateFromTypedArray(@NonNull TypedArray a) throws XmlPullParserException {
487 private void verifyRequiredAttributes(@NonNull TypedArray a) throws XmlPullParserException {
490 throw new XmlPullParserException(a.getPositionDescription() +
510 } catch (XmlPullParserException e) {
    [all...]
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 40 import org.xmlpull.v1.XmlPullParserException;
371 * @throws XmlPullParserException
374 public void parse(String ttmlText, long runId) throws XmlPullParserException, IOException {
381 private void loadParser(String ttmlFragment) throws XmlPullParserException {
397 private void parseTtml() throws XmlPullParserException, IOException {
447 private TtmlNode parseNode(TtmlNode parent) throws XmlPullParserException, IOException {
501 private boolean isEndOfDoc() throws XmlPullParserException {
571 } catch (XmlPullParserException e) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 49 import org.xmlpull.v1.XmlPullParserException;
356 } catch (final IOException | XmlPullParserException e) {
366 final XmlPullParser parser) throws IOException, XmlPullParserException {
386 } catch (final IOException | XmlPullParserException e) {
400 throws XmlPullParserException, IOException {
420 throws XmlPullParserException, IOException {
443 throws XmlPullParserException, IOException {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /development/samples/Home/src/com/example/android/home/
Home.java 69 import org.xmlpull.v1.XmlPullParserException;
313 } catch (XmlPullParserException e) {
324 throws XmlPullParserException, IOException {
333 throw new XmlPullParserException("No start tag found");
337 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName() +
342 private static void nextElement(XmlPullParser parser) throws XmlPullParserException, IOException {
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimatedVectorDrawableCompat.java 46 import org.xmlpull.v1.XmlPullParserException;
140 throw new XmlPullParserException("No start tag found");
144 } catch (XmlPullParserException e) {
160 throws XmlPullParserException, IOException {
338 throws XmlPullParserException, IOException {
399 throws XmlPullParserException, IOException {
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 53 import org.xmlpull.v1.XmlPullParserException;
129 } catch (XmlPullParserException xppe) {
130 Log.e(TAG, "XmlPullParserException caught in ThermalParser");
145 } catch (XmlPullParserException e) {
146 Log.e(TAG, "XmlPullParserException Exception in ThermalParser()");
212 } catch (XmlPullParserException xppe) {
213 Log.i(TAG, "XmlPullParserException caught in parse():" + xppe.getMessage());
249 } catch (XmlPullParserException xppe) {
250 Log.e(TAG, "XmlPullParserException:" + xppe.getMessage());
384 } catch (XmlPullParserException e)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 38 import org.xmlpull.v1.XmlPullParserException;
161 } catch (XmlPullParserException e) {
202 throws IOException, XmlPullParserException, RemoteException,
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 38 import org.xmlpull.v1.XmlPullParserException;
161 } catch (XmlPullParserException e) {
202 throws IOException, XmlPullParserException, RemoteException,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 38 import org.xmlpull.v1.XmlPullParserException;
161 } catch (XmlPullParserException e) {
202 throws IOException, XmlPullParserException, RemoteException,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
SuggestionParser.java 37 import org.xmlpull.v1.XmlPullParserException;
280 } catch (XmlPullParserException | IOException e) {
291 throws XmlPullParserException, IOException {
  /frameworks/base/services/core/java/com/android/server/pm/
PreferredComponent.java 22 import org.xmlpull.v1.XmlPullParserException;
57 throws XmlPullParserException, IOException;
96 throws XmlPullParserException, IOException {
ShortcutParser.java 39 import org.xmlpull.v1.XmlPullParserException;
61 String packageName, @UserIdInt int userId) throws IOException, XmlPullParserException {
102 List<ShortcutInfo> result) throws IOException, XmlPullParserException {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java 27 import org.xmlpull.v1.XmlPullParserException;
304 * @throws XmlPullParserException
308 throws XmlPullParserException, IOException {
337 * @throws XmlPullParserException
341 throws XmlPullParserException, IOException {
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
ConditionManager.java 25 import org.xmlpull.v1.XmlPullParserException;
103 } catch (XmlPullParserException | IOException | ClassNotFoundException e) {
133 } catch (XmlPullParserException | IOException e) {

Completed in 507 milliseconds

<<11121314151617181920>>