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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 20 import org.xmlpull.v1.XmlPullParserException;
109 } catch (XmlPullParserException ex) {
125 throws XmlPullParserException, IOException {
131 AnimationSet parent, AttributeSet attrs) throws XmlPullParserException, IOException {
187 } catch (XmlPullParserException ex) {
203 XmlPullParser parser) throws XmlPullParserException, IOException {
209 XmlPullParser parser, AttributeSet attrs) throws XmlPullParserException, IOException {
309 } catch (XmlPullParserException ex) {
339 } catch (XmlPullParserException ex) {
357 throws XmlPullParserException, IOException
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-plugin-api-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1.jar 
  /frameworks/base/core/java/android/os/
PersistableBundle.java 25 import org.xmlpull.v1.XmlPullParserException;
206 throws XmlPullParserException, IOException {
213 throw new XmlPullParserException("Unknown Object o=" + v);
218 public void saveToXml(XmlSerializer out) throws IOException, XmlPullParserException {
227 throws XmlPullParserException, IOException {
231 throw new XmlPullParserException("Unknown tag=" + tag);
260 XmlPullParserException {
  /cts/libs/deviceutil/src/android/cts/util/
WidgetTestUtils.java 20 import org.xmlpull.v1.XmlPullParserException;
77 * @throws XmlPullParserException if XML Pull Parser related faults occur.
81 throws XmlPullParserException, IOException {
92 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName()
  /frameworks/base/core/java/android/app/
AliasActivity.java 20 import org.xmlpull.v1.XmlPullParserException;
78 } catch (XmlPullParserException e) {
88 throws XmlPullParserException, IOException {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
TestConferenceEventPackageParser.java 23 import org.xmlpull.v1.XmlPullParserException;
105 } catch (IOException | XmlPullParserException e) {
127 throws IOException, XmlPullParserException {
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar 
  /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 {
191 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 {
  /packages/apps/CarrierConfig/src/com/android/carrierconfig/
DefaultCarrierConfigService.java 13 import org.xmlpull.v1.XmlPullParserException;
75 catch (IOException | XmlPullParserException e) {
87 catch (IOException | XmlPullParserException e) {
120 throws IOException, XmlPullParserException {
  /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/
CustomDrawableTest.java 22 import org.xmlpull.v1.XmlPullParserException;
52 throws XmlPullParserException, IOException {
  /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 20 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...]

Completed in 481 milliseconds

1 2 3 45 6 7 8 91011>>