OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlPullParserException
(Results
151 - 175
of
751
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java
139
public void parse(XmlPullParser parser) throws IOException,
XmlPullParserException
{
159
public void parseHeader(XmlPullParser parser) throws IOException,
XmlPullParserException
{
182
public void parseBody(XmlPullParser parser) throws IOException,
XmlPullParserException
{
SoapFault12.java
28
import org.xmlpull.v1.
XmlPullParserException
;
60
public void parse(XmlPullParser parser) throws IOException,
XmlPullParserException
70
private void parseSelf(XmlPullParser parser) throws IOException,
XmlPullParserException
{
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
Transport.java
112
throws
XmlPullParserException
, IOException {
196
throws IOException,
XmlPullParserException
;
207
XmlPullParserException
{
/external/vogar/src/vogar/
XmlReportReader.java
35
import org.xmlpull.v1.
XmlPullParserException
;
54
} catch (
XmlPullParserException
e1) {
70
throws
XmlPullParserException
, IOException {
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java
22
import org.xmlpull.v1.
XmlPullParserException
;
54
} catch (
XmlPullParserException
e) {
64
throws
XmlPullParserException
, IOException {
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableDupPerf.java
30
import org.xmlpull.v1.
XmlPullParserException
;
74
throw new
XmlPullParserException
("No start tag found");
81
} catch (
XmlPullParserException
e) {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java
22
import org.xmlpull.v1.
XmlPullParserException
;
59
throws
XmlPullParserException
, IOException {
85
throws
XmlPullParserException
, IOException {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListing.java
27
import org.xmlpull.v1.
XmlPullParserException
;
142
throws
XmlPullParserException
, IOException, ParseException {
171
* @throws
XmlPullParserException
176
throws
XmlPullParserException
, IOException, ParseException {
/cts/common/util/src/com/android/compatibility/common/util/
ReportLog.java
20
import org.xmlpull.v1.
XmlPullParserException
;
141
throws
XmlPullParserException
, IOException {
297
* @throws
XmlPullParserException
302
public static String serialize(ReportLog reportlog) throws
XmlPullParserException
,
336
* @throws
XmlPullParserException
339
public static ReportLog parse(String result) throws
XmlPullParserException
, IOException {
352
} catch (
XmlPullParserException
e) {
363
* @throws
XmlPullParserException
365
public static ReportLog parse(XmlPullParser parser) throws
XmlPullParserException
, IOException {
/frameworks/base/core/java/android/transition/
TransitionInflater.java
23
import org.xmlpull.v1.
XmlPullParserException
;
80
} catch (
XmlPullParserException
e) {
109
} catch (
XmlPullParserException
e) {
129
throws
XmlPullParserException
, IOException {
239
AttributeSet attrs, Transition transition) throws
XmlPullParserException
, IOException {
293
AttributeSet attrs, ViewGroup sceneRoot) throws
XmlPullParserException
, IOException {
/prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-animatedvectordrawable.jar
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java
23
import org.xmlpull.v1.
XmlPullParserException
;
311
public void testInflateCorrect() throws
XmlPullParserException
, IOException {
329
public void testInflateMissingDrawable() throws
XmlPullParserException
, IOException {
334
fail("Should throw
XmlPullParserException
if drawable of item is missing");
335
} catch (
XmlPullParserException
e) {
340
public void testInflateNullResources() throws
XmlPullParserException
, IOException {
351
public void testInflateNullXmlPullParser() throws
XmlPullParserException
, IOException {
362
public void testInflateNullAttributeSet() throws
XmlPullParserException
, IOException {
381
private XmlResourceParser getResourceParser(int resId) throws
XmlPullParserException
,
/cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java
21
import org.xmlpull.v1.
XmlPullParserException
;
118
} catch (
XmlPullParserException
e) {
119
fail("unexpected
XmlPullParserException
.");
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichFeedUtil.java
30
import org.xmlpull.v1.
XmlPullParserException
;
81
} catch (
XmlPullParserException
e) {
/frameworks/base/services/core/java/com/android/server/accounts/
AccountAuthenticatorCache.java
32
import org.xmlpull.v1.
XmlPullParserException
;
90
throws IOException,
XmlPullParserException
{
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackageItem.java
26
import org.xmlpull.v1.
XmlPullParserException
;
141
throws IOException,
XmlPullParserException
;
/frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXml.java
25
import org.xmlpull.v1.
XmlPullParserException
;
110
} catch (
XmlPullParserException
e) {
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParserTest.java
27
import org.xmlpull.v1.
XmlPullParserException
;
133
public XmlPullParser createParser(String displayName) throws
XmlPullParserException
{
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapperTest.java
22
import org.xmlpull.v1.
XmlPullParserException
;
86
XmlPullParserException
{
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SpnOverride.java
26
import org.xmlpull.v1.
XmlPullParserException
;
107
} catch (
XmlPullParserException
e) {
VoiceMailConstants.java
30
import org.xmlpull.v1.
XmlPullParserException
;
109
} catch (
XmlPullParserException
e) {
/frameworks/support/compat/api21/android/support/v4/graphics/drawable/
DrawableCompatLollipop.java
29
import org.xmlpull.v1.
XmlPullParserException
;
107
throws IOException,
XmlPullParserException
{
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java
34
import org.xmlpull.v1.
XmlPullParserException
;
79
public Driver() throws
XmlPullParserException
{
85
public Driver(XmlPullParser pp) throws
XmlPullParserException
{
213
} catch(
XmlPullParserException
ex) {
242
} catch(
XmlPullParserException
ex) {
309
} catch (
XmlPullParserException
ex) {
330
} catch (
XmlPullParserException
ex) {
451
} catch (
XmlPullParserException
ex) {
/packages/apps/Email/provider_src/com/android/email/mail/
Sender.java
29
import org.xmlpull.v1.
XmlPullParserException
;
90
} catch (
XmlPullParserException
e) {
/packages/apps/Launcher3/src/com/android/launcher3/
CommonAppTypeParser.java
31
import org.xmlpull.v1.
XmlPullParserException
;
113
} catch (IOException |
XmlPullParserException
e) {
Completed in 758 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>